|
|
发表于 2005-3-28 16:44:57
|
显示全部楼层
Post by pupilzeng
umount /dev/hd?
或者umount MOUNT_POINT(e.g. /mnt/c)
你也可以在mount之后,查看mount的情况
#mount
Should be umount /mnt/hd?, not umount /dev/hd?
Normally, only root is allowed to mount or umount devices. To allow normal user to umount your mount-point, add the users mount option in you /etc/fstab, i.e.
/dev/hda? /mnt/hda? ...........,users,......... 0 0 |
|