How do I check the filesystem on my hard drive in Linux?
Novell Cool Solutions: Question & Answer
Reader Rating
from 2 ratings
Q:
How do I check the filesystem on my hard drive in Linux?
A:
Running the following command will check to see if there are any problems with your hard drive:
*note* Your hard drive needs to be UN-mounted, or mounted with read-only access in order for this to run.
,br>
fsck
fsck /dev/sda3
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
Reader Comments
- A note regarding "mount" & "unmount" syntax would be appropriate and infinitely helpful here...