and what can I do if the files are in my laptop, in the /home directory (/home/me/Videos/anime and /home/me/Music)? should I copy them to /srv/nfs (oh my disk space!! :( )
@mstjohn33 just share my anime with my young brother. I did it, I just bind the directory to /export and he is able to explore the directory. but, I dont know if the permissions on the files and directories will cause him a problem :(
upload the files and check the permissions....just make him a member of the group that the files are....go to the top level of your files on the server and issue the following command
sudo adduser username groupname
replace username with your brothers usernam and groupname with the group that the files are assigned on the NFS
and what can I do if the files are in my laptop, in the /home directory (/home/me/Videos/anime and /home/me/Music)? should I copy them to /srv/nfs (oh my disk space!! :( )
mr1nausea 6 days ago
@mr1nausea
What is it that you are trying to accomplish?
mstjohn33 5 days ago
@mstjohn33 just share my anime with my young brother. I did it, I just bind the directory to /export and he is able to explore the directory. but, I dont know if the permissions on the files and directories will cause him a problem :(
mr1nausea 4 days ago
@mr1nausea
upload the files and check the permissions....just make him a member of the group that the files are....go to the top level of your files on the server and issue the following command
sudo adduser username groupname
replace username with your brothers usernam and groupname with the group that the files are assigned on the NFS
mstjohn33 4 days ago
thank you
I hope it helped you to get started
mstjohn33 2 years ago