Try rebooting. fsck will run automatically if required.
Hi All,
I have created 3 partitions in linux
/
/boot
swap
Now i have some problem in linux its asking me to run fsck.
Before running fsck we have to umount partition right,but i have only one parition / how can i umount that and run fsck.Knidly help me out in this issue.
Thanks in Advance,
Krishgudd
Try rebooting. fsck will run automatically if required.
Hi,
For FSCK u want to remount the partition in read only mode
# mount -o remount,ro /
That's good to know. I'm just lazy and would have rebooted, but it makes sense.
Bookmarks