mount command

/etc/exports
/i-data/60cb70cf 192.168.1.0/24(ro,sync,no_subtree_check,wdelay,no_root_squash)
mount NFS share to windows 7 (next drive letter available)
mount 192.168.1.31:/i-data/60cb70cf *
mount NFS share to windows 7 the Z drive
mount 192.168.1.31:/i-data/60cb70cf z:
unmount NFS share (–a Unmounts all NFS network drives)
umount z:
mount remote linux directory into another linux
sudo apt-get install sshfs
sshfs gigi@adrhc.go.ro:/home/gigi/Projects/albums ~/Projects/albums
sudo umount ~/Projects/albums
mount a windows share as a path in linux
sudo mount -t cifs //192.168.190.129/iTunes -o username=xxx,password=xxx /mnt/iTunes

One thought on “mount command”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.