Link to home
Start Free TrialLog in
Avatar of ed987
ed987

asked on

remote fsck

how can i check disk of remote pc for errors, automatically fix ?
Avatar of ppfoong
ppfoong


You can safely run fsck when the disk partition is unmounted. Using SSH to connect to the remote server:

umount /dev/sdaXX
fsck /dev/sdaXX
mount /dev/sdaXX

ASKER CERTIFIED SOLUTION
Avatar of ppfoong
ppfoong

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ssvl
use fsck -y <device > for  force yes