LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   checking file system is long (https://www.linuxquestions.org/questions/linux-software-2/checking-file-system-is-long-58525/)

av62 05-07-2003 01:59 AM

checking file system is long
 
I installed Linux (RH9.0) on a 80Go disk

When I start linux: "checking file system" take near 1 mn, can I desactivate it ?

thanks for your help

Phil

nakkaya 05-07-2003 02:23 AM

it should not check it each time. are shuting down your computer right?
and btw everytime is too much but set it to every 20 times.if you are shutting down correct use tune2fs(never used it so man tune2fs) to configure it.

av62 05-07-2003 02:41 AM

The computer is shuting down right,
When I start it, it doesn't clean the disk but it checks the FAT32 partitions

michaelk 05-07-2003 10:38 AM

Make sure your fstab entries for the FAT32 partitions are not set up for fsck. i.e should be.
/dev/hdxy /mnt/... vfat <your options> 0 0

av62 05-09-2003 05:10 AM

I don't think, here a part of fstab file:

/dev/hda1 /mnt/win98 vfat user,exec,dev,suid,rw 1 1
/dev/hda2 /mnt/donnees vfat user,exec,dev,suid,rw 1 1

I have to wait just after the message "FAT32 Support is still ALPHA"
nothing else is writen on the screen during 1 mn, and the disk is running a little.

After this, the computer continue normaly and rapidly with dosfsck 2.8
annabling swap
...

michaelk 05-10-2003 08:03 AM

Quote:

Originally posted by av62

/dev/hda1 /mnt/win98 vfat user,exec,dev,suid,rw 1 1
/dev/hda2 /mnt/donnees vfat user,exec,dev,suid,rw 1 1
...

Should be
/dev/hda1 /mnt/win98 vfat user,exec,dev,suid,rw 0 0
/dev/hda2 /mnt/donnees vfat user,exec,dev,suid,rw 0 0

That will deactivate dosfsck from running.

av62 05-12-2003 05:17 AM

YEEEES !

You're right michaelk

(I used linuxconf to create the configuration..)

thank's for you're help


All times are GMT -5. The time now is 05:26 AM.