BTS

Message1113

Author amne
Recipients mika
Date 2008-01-28.09:32:30
Content
from /etc/fstab
# Added by GRML
/dev/hda1 /mnt/hda1 ntfs
noauto,user,dev,suid,exec,ro,umask=000,uid=grml,gid=users 0 0 # ntfs does not
support mount by label (Win-System)
# Added by GRML
/dev/hda3 /mnt/hda3 vfat noauto,user,dev,suid,exec,umask=000,uid=grml,gid=users 0 0 
# Added by GRML
LABEL=INSTALL /mnt/INSTALL vfat
noauto,user,dev,suid,exec,umask=000,uid=grml,gid=users 0 0 # /dev/hda5
# Added by GRML
/dev/hda6 none swap defaults 0 0 
# Added by GRML
LABEL=/ /mnt/ ext3 noauto,user,dev,suid,exec 0 0 # /dev/hda7
# Added by GRML
LABEL=DATEN /mnt/DATEN vfat
noauto,user,dev,suid,exec,umask=000,uid=grml,gid=users 0 0 # /dev/hda8
# Added by GRML
/dev/sda1 /mnt/sda1 vfat noauto,user,dev,suid,exec,umask=000,uid=grml,gid=users 0 0 

Oops, you're right. INSTALL=5 and DATEN=8

However, hda7 is still a bit funny since i think it has no label, which results
in the mount point being /mnt, and if i try to "mount /mnt", i get an error
(which i didn't copy because i forgot about it, but it was something wrt
couldn't find the mount point in /etc/fstab or mtab)
History
Date User Action Args
2008-01-28 09:32:31amnesetrecipients: + mika
2008-01-28 09:32:31amnesetmessageid: <1201512751.46.0.824512748719.issue383@bts.grml.org>
2008-01-28 09:32:31amnelinkissue383 messages
2008-01-28 09:32:30amnecreate