Paul Cartwright wrote:
On Sun February 3 2008, Pantor wrote:
What is a command to unmount?
body:/home/andrius# unmount /dev/hdc1 /mnt/small
bash: unmount: command not found
that would be umount
so I did the mount command, and found my CDROM mounted:
/dev/scd0 on /media/cdrom0 type iso9660 (ro,noexec,nosuid,nodev,user=guest)
so I would issue the command:
$ umount /dev/scd0>
Does not work. Below is fstab,
fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 / ext3 defaults,errors=remount-ro 0 1
/dev/sda5 none swap sw 0 0
/dev/hdb /mnt/cdrw udf,iso9660
userno,auto,unhide,nostrict 0 0
/dev/hda /mnt/dvd iso9660,udf
user,noauto,unhide,nostrict 0 0
/dev/fd0 /mnt/floppy auto rw,users,auto 0 0
/dev/hdc1 /mnt/small ext3 defaults 0 1
~
~
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]