มาดูคำสั่งที่ใช้ในการสแกนดิสก์ และซ่อมแซมดิสก์
1. ควรบู๊ตเข้า single mode
#init 1
2. umount /home partion หรือ umount partition ที่ต้องการสแกน
#umount /home
or
#umount /dev/sdxx
3.scan disk
#fsck -v -f /dev/sdxx
use -v -f check health disk
#fsck -y /dev/sdxx
use -y auto fix error
4.scan disk spacial file system
#fsck -t ext3 /dev/sdxx
or
#fsck.ext3 /dev/sdxx
Ref:how-to-checkrepair-fsck-filesystem
linux-tools-to-monitor-disk-partition-usage
#fsck -y /dev/sdxx
use -y auto fix error
4.scan disk spacial file system
#fsck -t ext3 /dev/sdxx
or
#fsck.ext3 /dev/sdxx
Ref:how-to-checkrepair-fsck-filesystem
linux-tools-to-monitor-disk-partition-usage
No comments:
Post a Comment