|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
ubuntu:~$ df -hl
Filesystem Size Used Avail Use% Mounted on
/dev/loop0 15G 8.8G 6.2G 59% /
udev 1.9G 12K 1.9G 1% /dev
tmpfs 764M 980K 763M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.9G 156K 1.9G 1% /run/shm
/dev/sda5 201G 87G 115G 44% /host
/dev/sdb1 7.5G 5.8G 1.8G 77% /media/PENDRIVE
我的硬盘D (/dev/sda5) 被挂在了/host 目录下边, 我想把他和C 并列挂,或者挂在 /media 下边和 pendrive 这个U盘一起,查了下mount 命令说不行。 是不是要下解除挂载然后才可以重新挂?
http://www.cnblogs.com/itech/archive/2009/08/07/1541061.html
¥sudo mount /dev/sda5 /media
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
$ sudo mount /dev/sda5 /media/driveD
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
|
|