很奇怪的问题,由以下方法解决:
DtQLinux联盟
DtQLinux联盟
1、mount: DtQLinux联盟
用于查看哪个模块输入只读,一般显示为: DtQLinux联盟
DtQLinux联盟
/dev/hda1 on / type ext3 (rw) DtQLinux联盟
none on /proc type proc (rw) DtQLinux联盟
usbdevfs on /proc/bus/usb type usbdevfs (rw) DtQLinux联盟
none on /dev/pts type devpts (rw,gid=5,mode=620) DtQLinux联盟
/dev/hda5 on /home type ext3 (rw) DtQLinux联盟
none on /dev/shm type tmpfs (rw) DtQLinux联盟
/dev/hda2 on /usr/local type ext3 (rw) DtQLinux联盟
/dev/nb1 on /EarthView/RAW type ext3 (ro) DtQLinux联盟
DtQLinux联盟
2、如果发现有ro,就重新mount,或者umount以后再remount DtQLinux联盟
DtQLinux联盟
3、umount /dev/nb1 DtQLinux联盟
如果发现有提示“device is busy”,找到是什么进程使得他busy DtQLinux联盟
DtQLinux联盟
fuser -m /mnt/data 将会显示使用这个模块的pid DtQLinux联盟
fuser -mk /mnt/data 将会直接kill那个pid DtQLinux联盟
DtQLinux联盟
然后重新mount即可。 DtQLinux联盟
DtQLinux联盟
4、还有一种方法是直接remount,命令为 DtQLinux联盟
DtQLinux联盟
mount -o rw,remount /mnt/data 没有用过,看到网络上有这么写。 DtQLinux联盟
DtQLinux联盟
都是网上找的资料,第四种方法我试过了可以。
DtQLinux联盟
1、mount: DtQLinux联盟
用于查看哪个模块输入只读,一般显示为: DtQLinux联盟
DtQLinux联盟
/dev/hda1 on / type ext3 (rw) DtQLinux联盟
none on /proc type proc (rw) DtQLinux联盟
usbdevfs on /proc/bus/usb type usbdevfs (rw) DtQLinux联盟
none on /dev/pts type devpts (rw,gid=5,mode=620) DtQLinux联盟
/dev/hda5 on /home type ext3 (rw) DtQLinux联盟
none on /dev/shm type tmpfs (rw) DtQLinux联盟
/dev/hda2 on /usr/local type ext3 (rw) DtQLinux联盟
/dev/nb1 on /EarthView/RAW type ext3 (ro) DtQLinux联盟
DtQLinux联盟
2、如果发现有ro,就重新mount,或者umount以后再remount DtQLinux联盟
DtQLinux联盟
3、umount /dev/nb1 DtQLinux联盟
如果发现有提示“device is busy”,找到是什么进程使得他busy DtQLinux联盟
DtQLinux联盟
fuser -m /mnt/data 将会显示使用这个模块的pid DtQLinux联盟
fuser -mk /mnt/data 将会直接kill那个pid DtQLinux联盟
DtQLinux联盟
然后重新mount即可。 DtQLinux联盟
DtQLinux联盟
4、还有一种方法是直接remount,命令为 DtQLinux联盟
DtQLinux联盟
mount -o rw,remount /mnt/data 没有用过,看到网络上有这么写。 DtQLinux联盟
DtQLinux联盟
都是网上找的资料,第四种方法我试过了可以。