The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
How do I? Sharing Files With all my computers and friends on Unbuntu
Hello. I am back asking for help. A while ago you guys helped me install Unbuntu on my old Computer (going great thanks) and now I got it a new HD and I would like to store my movies and music on it but be able to get them from pretty much any of my computers. It would also be nice if I could share some select files with one of my buddies through this system though he will not be connected through my lan. Is this an easy project? And is any kind soul willing to help me?
In a nutshell I want to make a file server / storage computer, please help.
Thanks,
CharlesVI
CharlesVI on
0
Posts
Zilla36021st Century. |She/Her|Trans* Woman In Aviators Firing A Bazooka. ⚛️Registered Userregular
Update: I have no idea what im doing. Samba is on the HD and i'm trying to configure it based on Samba's how to but the file I have to edit (I think) is read only and only root can change that.
You'll need to sudo it. Two questions: have you used the linux command line (and are you using it now)? and do you have sudoer rights? (I'm assuming you do, since you installed samba).
If you do have sudoer rights, run a terminal and use sudo nano /etc/samba/smb.conf (I think that's the samba config), to edit the config file. When you want to save, exit nano with ctrl x and type yes, hit enter and done.
Hit me up with any other questions, I set up 3 different samba installs in the last 2 weeks.
A simpler but slighty costlier solution would be to put your new hard drive into a caddy that can attach directly into your network, then you just network your way to that network drive.
Posts
If you do have sudoer rights, run a terminal and use sudo nano /etc/samba/smb.conf (I think that's the samba config), to edit the config file. When you want to save, exit nano with ctrl x and type yes, hit enter and done.
Hit me up with any other questions, I set up 3 different samba installs in the last 2 weeks.