Guest User

Untitled

a guest
Oct 30th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. /export/bins *(rw,fsid=0,nohide,no_subtree_check,sync)
  2. /export/bins/media *(rw,sync,no_subtree_check)
  3.  
  4. sudo mount -t nfs4 192.168.1.45:/media /mnt/mediaMountedNFS
  5.  
  6. sudo mount -t cifs //192.168.1.45/media /mnt/mediaMountedCIFS -o username=kevin,password=pass1234
  7.  
  8. chown -R kevin:somegroup temp
Add Comment
Please, Sign In to add comment