Sebastian Kuzminsky <[EMAIL PROTECTED]> writes:

>    So my question is this:  how do i fsck the filesystem in a file?

Use losetup(8) to associate the loop device with a file first, then
fsck, and then mount.

losetup /dev/loop0 /the/loopback/file
fsck -t ext2 /dev/loop0
mount -t ext2 /dev/loop0 /mnt


Guy


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to