Hi guy's,
Need a little help moving to NFS shares from Samba, I am basically trying to share /home/kevin/Podcasts
Both hosts.deny & .allow are empty.
Sorry for block of text ^^any ideas?
Thanks Kevin
Need a little help moving to NFS shares from Samba, I am basically trying to share /home/kevin/Podcasts
Both hosts.deny & .allow are empty.
Code:
[SERVER]
>sudo nano /etc/exports
/home/kevin/Podcasts 192.168.1.1/24(rw,sync,no_subtree_check)
?sudo /etc/init.d/nfs-kernel-server restart
* Stopping NFS kernel daemon [ OK ]
* Unexporting directories for NFS kernel daemon... [ OK ]
* Exporting directories for NFS kernel daemon... exportfs: scandir /etc/exports.d: No such file or directory
[ OK ]
* Starting NFS kernel daemon [ OK ]
[CLIENT]
sudo mount 192.168.1.2:/Podcasts /Podcasts
mount.nfs: access denied by server while mounting 192.168.1.2:/Podcasts
showmount -e 192.168.1.2
Export list for 192.168.1.2:
/home/kevin/Podcasts 192.168.1.1/24
Sorry for block of text ^^any ideas?
Thanks Kevin