έγραψε:It depends on what you actually saved. If it was the complete partitioned disk, then you need to run
- Κώδικας: Επιλογή όλων
kpartx -av /path/to/image.dd
έγραψε: If it was just the one partition, then you do not use kpartx, and you need to use the "--loop" option on the mount command
- Κώδικας: Επιλογή όλων
mount -o loop /path/to/image.dd /path/to/mount/point
Το αρχείο image.dd είναι 89G και ο δίσκος σου / 71,2G με 43% σε χρήση ?