使用不挂载-a的fstab自动挂载sshfs
请考虑以下fstab行(为便于阅读而换行): sshfs#user@192.168.1.123:/home/user/ /home/user/Server/ fuse auto,user,_netdev,reconnect,uid=1000,gid=1000,IdentityFile=/home/user/.ssh/id_rsa,idmap=user,allow_other 0 它工作正常,但是每次重新启动时我都需要使用它mount -a来挂载服务器(或单击Thunar中的相应图标来挂载东西) 是否可以在启动时立即挂载ssh目录? 我正在使用Xubuntu 13.10