|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
I would like to know how to implement e2fsck to check each time I boot.
How can this be done? jobesd
__________________
I only do what the voices in my head keep telling me to do. |
|
#2
|
||||
|
||||
|
You can specify forced checking in /etc/fstab.
Like this: Code:
# <device> <mountpoint> <fstype> <opt> <dump> <fsckorder> <check> /dev/hda1 / ext2 defaults 1 1 1 See the fstab man page and this fstab example.
__________________
All power to the vikings! |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|