小编sjb*_*jbx的帖子

自动挂载不等于挂载?

我正在努力让自动挂载按需要工作。

如果我运行以下命令:

sudo mount -t nfs server:/path/to/share /path/to/mount_point

我得到的坐骑看起来很好。

但是,如果我将以下行添加到我的auto_master

/path/to/mount_point server:/path/to/share

它创建了挂载点目录,但内容不可见。

当我观察mount命令的输出时,它们是不同的:

我假设默认情况下,automount通过 NFS 挂载,相当于手动挂载。

用于automount实现(正确工作)手动安装行为的正确方法是什么?

该共享托管在 Linux NIS 域上,我从 Mac(BSD Unix)访问。

filesystems automounting nfs autofs

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

标签 统计

autofs ×1

automounting ×1

filesystems ×1

nfs ×1