суббота, 13 апреля 2013 г.

nfs share from popcorn


needed to share popcorn internal hdd over nfs to by notebook which is on different network segment

on popcorn c-200

update /etc/exports
echo "/share *(ro,async,no_wdelay,no_subtree_check,no_root_squash,insecure,anonuid=0,anongid=0)" >/etc/exports



reload exports

exportfs -ra


and need to add it to LTU's user.scripts somewhere to make this changes permanent, otherwise exports change will be lost after next reboot



on notebook:
sudo mount -o 'vers=3' popcorn:/share /nfs/popcorn