[下一页][首页][上一页]

我如何卸下我的软碟?

NAME
     umount - 卸下档案系统
SYNOPSIS
     umount [-v] special | node
DESCRIPTION
     The options are as follows:

     -v      卸下每一个档案系统时,印出详细的系统讯息。
为了卸下您的软碟机,您必须离开 您所挂上的目录,并使用 root 尸用者来执行umount指令。执行 umount 时,您可以使用装置名称或挂入点。
 
范例:
$ su
Password: ...不回应...
# umount -v /mnt
umount: /mnt: Device busy ...oups...
# cd ...离开...
# umount -v /mnt
# _
[上一页][首页][下一页]