使用 fstab 的 SSHFS 挂载非常慢

使用 fstab 的 SSHFS 挂载非常慢

我正在使用 fstab 创建 sshfs 挂载。它正在运行,但需要 5-10 分钟才能执行。可以立即执行吗?为什么这么慢?

这与 sshfs 本身的速度无关,因为我可以在终端中手动使用 SSHFS 命令,它会立即安装。使用oauto_cache,reconnect,defer_permissions,noappledouble,nolocalcaches,no_readahead选项不会加快速度。

以下是我在 /etc/fstab 中输入的非常相似的行,我添加了换行符以提高可读性:

[email protected]:/server/path/
/local/path
fuse.sshfs
defaults,allow_other,nonempty,IdentityFile=/home/user/.ssh/id_rsa.pub,reconnect,_netdev
0
0

相关内容