I have a 1TB drive inside my desktop (running Ubuntu 15.04) that serves as a network share in my home. I have done the following to it
chmod -R +775 /media/<me>/<share>
chown -R <me>:share /media/<me>/<share>
adduser <me> share
adduser <GF> share
Then gone into the Disk's Properties and Chosen to share it over the network. However When try to connect from it from both our laptops running 14.04.2 LTS it can never connect even though we are using our logins from the Desktop.
Other posts relating to this issue are years old and have not gotten me ny responses. As this is the first time I have attempted to share something over the network on Linux I would greatly appreciate any help you could offer. Thanks!
UPDATE When trying the steps mentioned from the post commented by the moderator I recieved an error that I do not have permission to access that location. This makes no sense beacuse I made a group for this drive, added ourselves to that group and gave us rwx permission on that drive.
in the connect to sever dialog I entered the following
sftp://<gf>@192.168.blah.blah/<share>
AND
sftp://<gf>@192.168.blah.blah/media/<me>/<share>
I am familiar with VSFTPD but don't think that's practical being as I dont think I need an FTP server when Ubuntu has something built in to accomplish this.
UPDATE2: Thanks to user68186 for working with me on this! To make my configuration a little Clearer I have the following
OS Drive /dev/sdc - The OS Drive
The Share Drive: /dev/sdc - The Share Drive Itself ext4 /dev/sda1 - The ONLY Partition on /dev/sdc (Share Drive) ext4
What I have done So far: http://pastebin.com/2CHZr42A
now I just need to make it accessible to users on my home network!