Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
FSCK required each time rebooting
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
leynux
n00b
n00b


Joined: 09 Apr 2004
Posts: 20

PostPosted: Fri Apr 09, 2004 7:20 am    Post subject: FSCK required each time rebooting Reply with quote

This is my first time installing Gentoo.

After succesfully compiled and configure everything, I accidentally miss to unmount my disk:

11.b. Reboot and Enjoy
# umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo


With the command (exit, reboot) i can get my gentoo running.

My problem is, everytime I do reboot the system, the system keep on asking to check root file system error (FSCK is required), even after I manually run FSCK on the root file system (ext3).

Can I fix this?
Back to top
View user's profile Send private message
furkan
Guru
Guru


Joined: 11 Dec 2003
Posts: 520
Location: Montreal CA

PostPosted: Fri Apr 09, 2004 1:51 pm    Post subject: Reply with quote

of course you can fix it :) can you post your fstab please,fstab is in /etc :)
Back to top
View user's profile Send private message
leynux
n00b
n00b


Joined: 09 Apr 2004
Posts: 20

PostPosted: Mon Apr 12, 2004 1:31 am    Post subject: Reply with quote

Down below is my /etc/fstab, I did follow almost everything from handbook. Thanks for prompt response.

---------------------------------------------
# <fs> <mountpoint> <type> <opts> <dump/pass>
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 notime 0 1
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
Back to top
View user's profile Send private message
CyberCobra5
n00b
n00b


Joined: 24 Nov 2003
Posts: 30

PostPosted: Mon Apr 12, 2004 5:13 am    Post subject: Reply with quote

I would try changing the line:

/dev/hda3 / ext3 notime 0 1

to:

/dev/hda3 / ext3 notime 0 0

Then, reboot the system (it shouldn't fsck), change the line back, and reboot again.
Back to top
View user's profile Send private message
leynux
n00b
n00b


Joined: 09 Apr 2004
Posts: 20

PostPosted: Mon Apr 12, 2004 5:34 am    Post subject: Reply with quote

Yes, it skipped the check.

But why the default check suppose to fail, even after I did recheck several time?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum