BTS

Message1115

Author amne
Recipients mika
Date 2008-01-28.10:57:05
Content
root@grml ~ # mount /mnt (note: zsh removes the slash from /mnt/ because it's
being smart here)
mount: can't find /mnt in /etc/fstab or /etc/mtab
1 root@grml ~ # mount /mnt/ (note: i typed in the / anyway because i am smarter)
root@grml ~ # mount |grep hda
/dev/hda7 on /mnt type ext3 (rw)

umount works in both cases with /mnt and /mnt/
History
Date User Action Args
2008-01-28 10:57:05amnesetrecipients: + mika
2008-01-28 10:57:05amnesetmessageid: <1201517825.47.0.728788797175.issue383@bts.grml.org>
2008-01-28 10:57:05amnelinkissue383 messages
2008-01-28 10:57:05amnecreate