|
|
| Linux Command Line - nothing it's impossible by command line! |
|
|
|
|
|
|
Download offline copy |
|
|
|
|
| |
|
|
| |
| |
| |
| |
| Follow us on... |
|
|
 |
|
 |
|
| |
| News Letter |
|
|
 |
Sign-up me to receive the news about this document |
|
|
|
|
|
| |
Version
Linux Command Line version 1.4
Last modified date: 2009-07-03
Created Date: 2008-01-06
|
|
| |
|
|
|
|
|
|
|
|
|
Linux Command Line:
Filesystem Analysis |
|
|
|
|
|
View the commands list divided into arguments |
|
|
|
|
|
|
|
|
|
|
| Command |
Description |
|
# badblocks -v /dev/hda1 |
check bad blocks on disk hda1 [man] |
|
# dosfsck /dev/hda1 |
repair / check integrity of dos filesystems on disk hda1 [man] |
|
# e2fsck /dev/hda1 |
repair / check integrity of ext2 filesystem on disk hda1 [man] |
|
# e2fsck -j /dev/hda1 |
repair / check integrity of ext3 filesystem on disk hda1 [man] |
|
# fsck /dev/hda1 |
repair / check integrity of linux filesystem on disk hda1 [man] |
|
# fsck.ext2 /dev/hda1 |
repair / check integrity of ext2 filesystem on disk hda1 [man] |
|
# fsck.ext3 /dev/hda1 |
repair / check integrity of ext3 filesystem on disk hda1 [man] |
|
# fsck.vfat /dev/hda1 |
repair / check integrity of fat filesystem on disk hda1 [man] |
|
# fsck.msdos /dev/hda1 |
repair / check integrity of dos filesystem on disk hda1 [man] |
|
|
|
|
|
|
|
|
|
Translated by:
LinuxGuide.it team
| become translator! |
|
|
| |
|
|
|
|
| |
|
| Except where otherwise specified, the contents of LinuxGuide.it are licensed under License Creative Commons 2.5 Attribution |
| Free Distribution if provided Authors and, Not Commercial purposes and, Not Derivated Works 2.5 |
|
|
|
| Logos and trademarks used for the link are owned by their legitimate owners |
|