Mount

mount a remote path to local path.

example

# mount windows file and printer share resource to local path.
mount -t cifs -o codepage=cp932,iocharset=utf8,username=<...>,password=<...> //server/path /mnt/localpath
 
# use smbmount, the ip option for mounting without WINS
smbmount //host/samba /mnt/smb -o username=<...>,ip=<...>
 
# mount iso image as cdrom
mount -o loop /root/image.iso /mnt/cdrom

NFS
SAMBA

page_revision: 1, last_edited: 1238062468|%e %b %Y, %H:%M %Z (%O ago)