[Wylug-discuss] Help: Filesystem crashed
Simon Wood
lists at mungewell.org
Thu Jun 9 20:06:23 BST 2005
Hi Peter,
Can't really offer much help, except for to take a bit-for-bit copy of the corrupt disk image and attempt to fix that. That way any further damage done in the attempts to fix it will not be to the original disk.
This can be done with dd, something like:
dd if=/dev/sda1 of=corrupt_image bs=1024k
The you can use the loopback drive to mount the image, something like:
mount -t msdos -o loop corrupt_image /floppy
Simon.
On Thu, 9 Jun 2005 20:22:14 +0200 (MEST)
Borph at gmx.de wrote:
>
> How can I fix the FS without making it worse? Any ideas?? Its still a
> miracle why it got broken anyway, but interestingly it was at the same time
> as there was a problem with the wireless LAN driver!
>
> Many thanks,
> Peter
>
More information about the Wylug-discuss
mailing list