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

6 thoughts on “mount command”

  1. Hi, this is a nice blog thanks for sharing the informative blog. I actually happy when i done this topic. I am excited world have an excellent author. Nice sharing.

  2. Thanks for sharing such valuable information with us. I loved to read this post. This is really helpful. Please keep going with such good articles.

Leave a Reply

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