mount nfs的可選參數的相關推薦_ChinaUnix博客
umount-f /mountpoint umount2: Device or resource busy umount.nfs: /mountpoint: device is busy 1.第一種方法 root@linux:/# fuser -km /mountpoint 先使用這條命令 /mountpoint: 8119c root@linux:/# umount /mountpoint 在umount 就可以了 2.第二種 ...
blog.chinaunix.net |