Guest User

Untitled

a guest
Feb 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. mount /dev/sdd1 /media/disk1
  2. mount /dev/sde1 /media/disk2
  3. mount /dev/sdf1 /media/disk3
  4.  
  5. /media 192.168.1.0/24(rw,sync,no_subtree_check,insecure,all_squash,nohide,crossmnt)
  6.  
  7. mount -t nfs -o rw,sync <ip_of_server>:/media nfsmedia
  8.  
  9. /media/disk1 192.168.1.0/24(rw,sync,no_subtree_check,insecure,all_squash,nohide,crossmnt)
  10. /media/disk2 192.168.1.0/24(rw,sync,no_subtree_check,insecure,all_squash,nohide,crossmnt)
  11.  
  12. mount -t nfs -o rw,sync <ip_of_server>:/media/disk1 nfsmedia
Add Comment
Please, Sign In to add comment