Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
The boot partition isn't mounted
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
science.geek
n00b
n00b


Joined: 03 Jun 2006
Posts: 27

PostPosted: Sun Aug 06, 2006 3:08 pm    Post subject: The boot partition isn't mounted Reply with quote

Everything seems to boot properly but the boot partition doesn't get mounted, I have to manually mount it.
My fstab

# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda3 / ext3 noatime 0 1
/dev/hda2 none swap sw 0 0
/dev/hdc /mnt/cdrom iso9660 noauto,ro 0 0
/dev/hdd /mnt/burn iso9660 noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0

# NOTE: The next line is critical for boot!
proc /proc proc defaults 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
_________________
Everything is proceeding as I have foreseen it.
Back to top
View user's profile Send private message
Keruskerfuerst
Advocate
Advocate


Joined: 01 Feb 2006
Posts: 2289
Location: near Augsburg, Germany

PostPosted: Sun Aug 06, 2006 3:26 pm    Post subject: Reply with quote

Code:
/dev/hda1 /boot ext2 noauto,noatime 1 2


has to be changed to

Code:
/dev/hda1 /boot ext2 noatime 1 2


The boot partitions gets mount automatically at boot.
Back to top
View user's profile Send private message
jasm
Tux's lil' helper
Tux's lil' helper


Joined: 10 Sep 2003
Posts: 80
Location: Belgium

PostPosted: Sun Aug 06, 2006 7:19 pm    Post subject: Reply with quote

:?: Why do you need the /boot partition mounted automatically at boot time?
In setups like I know them, a booting/running kernel doesn't need the content of /boot at all. Under normal operation, that is solely the domain of your bootloader. In fact, having /boot *not* mounted can even be seen as a security thing. There is no way to accidentally remove your kernel image and find out that your machine won't boot anymore. The one thing you must not forget to do then is to mount /boot before copying your freshly build kernel ... been there; done that;
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