The system utility fsck (from "file system check" or "file system consistency check") is a tool used to check the consistency of a file system in Unix and clones.
7
votes
3answers
21k views
2
votes
1answer
284 views
Hard drive partition size wrong. How do I resize without loss of data?
$ fsck
fsck from util-linux 2.20.1
e2fsck 1.42 (29-Nov-2011)
The filesystem size (according to the superblock) is 610471680 blocks
The physical size of the device is 536870911 blocks
Either the ...
1
vote
1answer
2k views
fsck error: currently, only 1 or 2 FATs are supported, not 34
Why do I get the fsck error: "currently, only 1 or 2 FATs are supported, not 34?" And what can I do to successfully run fsck?
I'm fsck-ing my Transcend 16GB Class-6 SD card. It got corrupted recently ...
0
votes
1answer
590 views
Why does LVM HDD fail “mount” command when booting from CDROM?
Currently I have a superuser post asking if I can install/upgrade existing LUKS/LVM without having to erase and rebuild the partitions. This has provided instructions to mount the HDD, but there are ...