--- Joel Hammer <[EMAIL PROTECTED]> wrote:
> I would like to run fsck on my root directory without having to
> reboot. 
> Could someone tell me if this is possible and if so, how do do it?

Sure its possible.  (re)Booting has really no relationship to running
fsck.  Remount / as readonly:
mount -o ro,remount /

THen run the fsck as normal.  When done, remount / as read-write:
mount -o rw,remount /

ANd you're done.

=====
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lonni J. Friedman                             [EMAIL PROTECTED]

Linux FAQ & Step-by-step help:    http://netllama.ipfox.com

                                                 .

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
_______________________________________________
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users

Reply via email to