/etc/auto.master:
/fs /etc/auto.misc --timeout=600 --ghost
--ghost はマウントせずにエントリを表示するオプション。
tab補完を効かせたいので付けた。
/etc/auto.misc:
# ntfs
ntfshdd -fstype=ntfs :/dev/sda2
# ssh
sshsvr -fstype=fuse,follow_symlinks,rw,nodev,nonempty,noatime,allow_other,max_read=65536,uid=xxx,gid=yyy :sshfs\#xxx@sshsvr\:
# smb
smbsvr -fstype=smbfs,credential=/etc/credential.xxx,uid=xxx,gid=yyy,iocharset=utf8 ://smbsvr/dir
0 件のコメント:
コメントを投稿