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,006 times
2 Answers
0
You can format (or create a new partition) on your second drive to NTFS, which can be
read from / written to reasonably well by both Ubuntu and Windows.
Some basic steps to do that can be found here.

kiri
- 28,246
- 16
- 81
- 118
-
I have already done that... the windows machines can see the drive, but can not see the files on it. – Puzzled Jan 03 '14 at 21:24
-
@Puzzled Are you sure it's NTFS? Windows can't read Ubuntu's file systems. – kiri Jan 03 '14 at 21:26
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,246
- 5
- 21
- 23