|
以前好好的,现在不知道为什么一mount它就提示,have been mounted or bus busy!
- mount -t vfat -o codepage=936,iocharset=cp936 /dev/hdb6 /mnt/e
- mount -t vfat -o codepage=936,iocharset=cp936 /dev/hdb5 /mnt/d
复制代码- debian:/usr# sh /home/hedes/myrc.sh
- mount: /dev/hdb6 already mounted or /mnt/e busy
- mount: /dev/hdb5 already mounted or /mnt/d busy
复制代码 |
|