如何在启动时挂载sshfs?
使用NAS盒子作为24/7文件服务器,我想使用sshfs从Ubuntu 9.04桌面连接到它。 目前,我在桌面的fstab中有这样的一行: sshfs#jldugger@storage:/mnt/HD_a2/ /mnt/storage fuse comment=sshfs,auto,users,exec,uid=1000,gid=1000,allow_other,reconnect,transform_symlinks,BatchMode=yes,fsname=sshfs#jldugger@storage/mnt/HD_a2/ 0 0 我可以确认它适用于mount /mnt/storage 。 我需要的是在启动时安装它的一些方法,但在networking连接build立之后。