Here is the Issue... I have Ubuntu 12.04LTS my room mates all have windows 7 computers, I am tired of Burning CD's for them... How do I share my second HDD (Media Drive), that has all the files that always want copies of with them... In a way that they can access them from their Win7 computers?
Asked
Active
Viewed 1,008 times
2 Answers
0
You could set-up a SAMBA file server on your system and then export the entire partition or whatever folders you choose as a share.
It's as easy as
sudo apt-get install samba
and then editing the configuration file /etc/samba/smb.conf
Check out this simple guide. Also it contains links to more in-depth information.
hmayag
- 2,266
- 5
- 22
- 24