Δημοσιεύτηκε: 01 Μαρ 2024, 07:51
Δες και εδώ: https://www.linuxquestions.org/questions/linux-newbie-8/how-to-mount-the-file-image-dd-4175596538/
Το αρχείο image.dd είναι 89G και ο δίσκος σου / 71,2G με 43% σε χρήση ?
έγραψε: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% σε χρήση ?