fsck on boot
|
30th Dec, 2012, 06:24 AM
Post: #5
|
|||
|
|||
RE: fsck on boot
Perhaps you could also give the following 2 options a try:
1. sync parameter You can try to add the sync option in the mount table to the root partition, so it might help to prevent a corrupt filesystem. So try to add ",sync" in the following file. Code: sudo nano /etc/fstab 2. disbale fsck on boot when the sync option doesn't help Also in the file you could disable fsck on boot. I think 1 means 'Do a fsck' and 2 means "Do also a fsck, but after 1". So you could try to set both to 0. Code: sudo nano /etc/fstab Hope it helps. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
fsck on boot - aot2002 - 29th Dec, 2012, 03:03 PM
RE: fsck on boot - Enigmach - 29th Dec, 2012, 05:12 PM
RE: fsck on boot - aot2002 - 30th Dec, 2012, 06:02 AM
Re: fsck on boot - rikardo1979 - 30th Dec, 2012, 06:08 AM
RE: fsck on boot - namtih - 30th Dec, 2012 06:24 AM
|