ファイルシステム関連

Last-modified: 2009-09-03 (木) 09:03:31

sshfs

aptitude install sshfs
sshfs username@hostname:remoteDirectory mountPoint -oIdentityFile=IdentityFile
vi /etc/fstab
sshfs#username@hostname:remoteDir mountPoint fuse \
rw,nodev,nonempty,users,noauto,noatime,IdentityFile=IDFile 0 0

samba

vi /etc/fstab
//192.168.62.1/dir /mnt/smb/dir cifs \
username=hoge,password=hoge,codepage=cp932,iocharset=utf8,defaults 0 0

ftpfs

aptitude install curlftpfs
vi /etc/fstab
curlftpfs#user:pass@ftp.example.com /mnt/ftp fuse \
defaults,allow_other,rw 0 0