/dev/sda3 is mounted despite the 'noauto' option in fstab
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-volume-manager (Ubuntu) |
Confirmed
|
Low
|
Unassigned | ||
Bug Description
Binary package hint: mount
besides the Ubuntu feisty installation I have 2 other Linux-partititions formatted ext3. As they contain another system I do not want Ubuntu to touch them. So I edited /etc/fstab and added the option 'noauto' for those entries.
Ubuntu does not respect these options and still mounts them at every boot-up.
Example with /dev/sda3:
1. line in fstab:
# /dev/sda3
UUID=72478130-
2. line in 'cat /proc/mounts':
/dev/disk/
The 'noauto' option is just ignored! Linux in no way should mount 'foreign' filesystems without confirmation by the user
also with respect to security (removable media is a different story).
I thus placed a '#' in front of the line in fstab, now Ubuntu complains about 'error mounting local filesystems' on every boot.
ProblemType: Bug
Architecture: amd64
Date: Sun Jun 17 13:03:31 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/
Package: gnome-panel 1:2.18.1-0ubuntu3.1
PackageArchitec
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/ingo
ProcEnviron:
PATH=/
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: gnome-panel
Uname: Linux pp 2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 GNU/Linux
> thus placed a '#' in front of the line in fstab, now Ubuntu complains about 'error mounting local filesystems' on every boot.
This issue has been resolved meanwhile, it was my fault: a typo in /etc/fstab.
It is not related to the obove described bug which still persists (noauto option is ignored)