On Wed, Mar 5, 2008 at 2:15 PM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On Wed, Mar 5, 2008 at 2:01 PM, Travis Willard <travis@archlinux.org> wrote:
On Wed, Mar 5, 2008 at 2:55 PM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On Wed, Mar 5, 2008 at 7:53 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
Hi http://bugs.archlinux.org/task/9697
can i change fstab to: /dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0 /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0 /dev/fd0 /media/fl auto user,noauto 0 0
Looks good to me - just curious: what was it originally? Are we adding unhide?
Pulling from /etc/fstab on gerolde, I'd say it used to look like:
/dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0 /dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0 /dev/fd0 /mnt/fl vfat user,noauto 0 0
Changed the filesystem types to 'auto', as the FS report asks.
Wait wait.... removable media to auto means it will be mounted on boot.... that seems downright wrong. If you need ability to mount as a user, you probably want "users" in there
auto FS TYPE, not auto mount. look at the noauto still in there in the mount options. -Dan