If you want to run fsck on a loopback filesystem (n_ormally a virtual machine disk image like xen for ex._) you just have to tell its proper filesystem type when you run fsck:
1
| |
for ext3 or:
1
| |
for reiserfs, etc.
If you want to run fsck on a loopback filesystem (n_ormally a virtual machine disk image like xen for ex._) you just have to tell its proper filesystem type when you run fsck:
1
| |
for ext3 or:
1
| |
for reiserfs, etc.