Timeline for Recovering accidentally deleted files, block device
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 6, 2015 at 12:32 | comment | added | Anthon | @SailorCire Yes I can. (I specify the parameters on the commandline) | |
| May 6, 2015 at 11:54 | comment | added | SailorCire | Can you explain how\why you used those parameters for mknod? | |
| May 6, 2015 at 11:33 | comment | added | Anthon |
@AsmaSarhan That is essentially a different problem. After creating the loop device with mknod use mount -t iso9660 -r -o loop "iso image path" /dev/loop. You need to do it read-only (-r) and your type was wrong (missing a 0) at the end. Post a new question if there are additional problems, including the exact command you use and error message.
|
|
| May 6, 2015 at 11:23 | comment | added | Asma Sarhan | the main problem is that ; I want to mount an iso image so I'm using that command (mount -t iso966 -o loop "iso image path" mount point) and it still doesn't recognize /dev/loop . U understand me ? | |
| May 6, 2015 at 11:00 | history | answered | Anthon | CC BY-SA 3.0 |