Sorry - originally posted on Shouts:
I'm trying to recover a corrupted floppy from my aged parents windows machine (and thereby convice them of linux's superiority!).
It's not mounting (as either fat or ntfs)
"sudo dd if=/dev/fd0 of=/mnt/win/no_switches"
returns "input/output error"
"e2fsck -fv /dev/fd0" returns "Attempt to read block from filesystem resulted in short read while trying to open /dev/fd0 Could this be a zero-length partition"
"mount /dev/fd0 /mnt/win" gives "dmesg | tail" as
"[4304007.14000 floppy0: probe failed... [4304007.539000] floppy0: probe failed... [4304007.539000] end_request: I/O error, dev fd0, sector 0 [4304007.539000] Buffer I/O error on device fd0, logical block 0 [4304014.329000] floppy0: probe failed... [4304014.728000] floppy0: probe failed..."
Help!
I'm trying to recover a corrupted floppy from my aged parents windows machine (and thereby convice them of linux's superiority!).
It's not mounting (as either fat or ntfs)
"sudo dd if=/dev/fd0 of=/mnt/win/no_switches"
returns "input/output error"
"e2fsck -fv /dev/fd0" returns "Attempt to read block from filesystem resulted in short read while trying to open /dev/fd0 Could this be a zero-length partition"
"mount /dev/fd0 /mnt/win" gives "dmesg | tail" as
"[4304007.14000 floppy0: probe failed... [4304007.539000] floppy0: probe failed... [4304007.539000] end_request: I/O error, dev fd0, sector 0 [4304007.539000] Buffer I/O error on device fd0, logical block 0 [4304014.329000] floppy0: probe failed... [4304014.728000] floppy0: probe failed..."
Help!
Comment