I am trying to share my internal hdd to my other box with NFS. Other images I have run had etc/exports but cant find it in BH. I have activated NFS in the menu but when i try to access it from the other box it dosnt work... Is there something i missing?
/media/hdd *(ro,no_root_squash,sync,no_subtree_check)
showmount -e 192.168.4.100
Hi,When i type mount -t nfs //192.168.1.6:/media/hdd /media/hdd i only get: Mounting nfs on /192.168.1.6:/media/hdd failed: No such file or directory, on my other box
/media/hdd 192.168.0.0/24(rw,no_root_squash,sync,no_subtree_check)
root@vuzero:~# /etc/init.d/nfsserver stop
stopping mountd: done
stopping nfsd: done
root@vuzero:~# /etc/init.d/nfsserver start
starting 8 nfsd kernel threads: done
starting mountd: done
root@vuzero:~# showmount -e 192.168.0.6
Export list for 192.168.0.6:
/media/hdd 192.168.0.0/24