_dinsdale

still no nfs love

Jul 21st, 2017
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. [russellh@prescott] /usr/home/russellh/FreeBSD/rh-armv6/nfsroot# ls /share
  2. ls: /share: No such file or directory
  3. [russellh@prescott] /usr/home/russellh/FreeBSD/rh-armv6/nfsroot# mkdir /share
  4. [russellh@prescott] /usr/home/russellh/FreeBSD/rh-armv6/nfsroot# echo "toasty coconuts" >> /share/hw.txt
  5. [russellh@prescott] /usr/home/russellh/FreeBSD/rh-armv6/nfsroot# service nfsd stop
  6. * WARNING: nfsd is already stopped
  7. [russellh@prescott] /usr/home/russellh/FreeBSD/rh-armv6/nfsroot# service mountd stop
  8. * WARNING: mountd is already stopped
  9. [russellh@prescott] /usr/home/russellh/FreeBSD/rh-armv6/nfsroot# service nfsd start
  10. * /etc/exports does not exist, creating!
  11. * Starting Service remote NFS mount requests ... [ ok ]
  12. * NFSv4 is disabled
  13. * Starting NFSd ... [ ok ]
  14. [russellh@prescott] /usr/home/russellh/FreeBSD/rh-armv6/nfsroot# cat /etc/exports
  15. /share -maproot=root -network 192.168.0.0/24
  16. [russellh@prescott] /usr/home/russellh/FreeBSD/rh-armv6/nfsroot#
Advertisement
Add Comment
Please, Sign In to add comment