小编Fee*_*ure的帖子

NFS 卸载无法在 /proc/mounts 中找到目录

当安装手动使用NFS共享mount和形式的路径<domain/ip>:<path>/<path><domain/ip>:/<path>/<path>umount未能找到在路径/proc/mounts,尽管事实上该路径实际上是在中列出/proc/mounts

这与这个问题中的问题相同:How to solve this NFS unmunt problem?

重现步骤:

# mount --version
mount from util-linux 2.24.1 (libmount 2.24.0: debug, assert)
# mkdir mountpath
# mount 192.168.2.101:/devices mountpath
# umount mountpath
/home/.../mountpath was not found in /proc/mounts
# grep mountpath /proc/mounts
192.168.2.101://devices /home/.../mountpath nfs4 rw,[snip],addr=192.168.2.101 0 0
Run Code Online (Sandbox Code Playgroud)

我怎样才能卸载这个安装?

nfs mount

5
推荐指数
1
解决办法
9979
查看次数

标签 统计

mount ×1

nfs ×1