Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unstable fstab /boot partition mount issue
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
SAngeli
l33t
l33t


Joined: 16 Apr 2004
Posts: 904
Location: Italy

PostPosted: Sat Aug 13, 2005 8:56 pm    Post subject: Unstable fstab /boot partition mount issue Reply with quote

Hi,

here is part of my fstab settings:

Code:
/dev/sda1       /boot           ext3            noauto,noatime                  1 1
/dev/sda2       swap            swap            defaults                        0 0
/dev/sda3       /               ext3            defaults                        1 1
/dev/sda4       /home           ext3            defaults                        0 0


When I am in Gentoo, I check for what is mount and find that my boot partition is mounted. Instead, it should (as I wish) be not mounted.

Any reason for this? Any solution?

This is the output of my mount command:
Code:
/dev/sda3 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
udev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw)
/dev/sda4 on /home type ext3 (rw)
none on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=85)
/dev/sda1 on /boot type ext3 (rw,noatime)


Also, can you please check if this is correct of advice for better settings:
Code:
/dev/fd0       /mnt/floppy      vfat            sync,noauto,users               0 0
/dev/hda       /mnt/dvd         iso9660         noauto,user,ro,exec             0 0
/dev/hdb       /mnt/cdrom       iso9660         noauto,user,rw,exec             0 0

Code:
hda: HL-DT-STDVD-ROM GDR8162B, ATAPI CD/DVD-ROM drive
hdb: HL-DT-ST GCE-8526B, ATAPI CD/DVD-ROM drive
hda: ATAPI 48X DVD-ROM drive, 256kB Cache
hdb: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache



Thanks,
Spiro


Last edited by SAngeli on Mon Aug 15, 2005 7:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6069
Location: Removed by Neddy

PostPosted: Sat Aug 13, 2005 9:04 pm    Post subject: Reply with quote

Code:


/dev/hdb1      /boot      ext2      noauto,noatime      1 1
/dev/hdb3      /      ext3      noatime,user_xattr   0 1
/dev/hdb2      none      swap      sw         0 0

/dev/cdrw      /mnt/cdr   iso9660      noauto,ro,user      0 0
/dev/dvd                /mnt/dvd        iso9660         noauto,ro,user          0 0

/dev/hda1      /mnt/w2k   auto      noauto,ro,umask=0,user   0 0
/dev/hda5      /mnt/progs   auto      noauto,ro,umask=0,user   0 0
/dev/hda6      /mnt/xport   auto      rw,noauto,user      0 0

/dev/fd0      /mnt/floppy   auto      noauto         0 0


none         /proc      proc      defaults      0 0
none         /dev/shm   tmpfs      defaults      0 0
none  /proc/sys/fs/binfmt_misc  binfmt_misc  defaults 0 0



yr Fstab looks ok. There is a chance that some auto-mounter (like gnome-volume-manager) is doing it
_________________
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Back to top
View user's profile Send private message
SAngeli
l33t
l33t


Joined: 16 Apr 2004
Posts: 904
Location: Italy

PostPosted: Mon Aug 15, 2005 7:02 pm    Post subject: Reply with quote

Hi,

Any idea of how to solve this /boot mount issue? I would rather have my /boot partition not mount at all, after boot is completed.
Yes I have automount but do not remember where is the setting in the Kernel

Here is what I get from mount at konsole:
Quote:
# mount
/dev/sda3 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
udev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw)
/dev/sda4 on /home type ext3 (rw)
none on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=85)
/dev/sda1 on /boot type ext3 (rw,noatime)


thanks,
Spiro
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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