0

I am new to Linux. I've built a second computer to start using Ubuntu and hoping to eventually transition into Ubuntu being my primary OS. What I want to right now is have a shared folder that I can use to store data, mainly backup files from my Windows machine like pictures and music, but also be able to access them with Ubuntu.

I have read extensively that Windows doesn't support Ubuntu's partitions, and that Linux has some issues with NTFS. So I know I did this wrong, but don't know how to do it right.

When installing Ubuntu on my 320GB HD, I created a 70GB partition for root, a 70GB partition for home (both ext4 if I remember right), a 10GB partition for swap, and a 160GB partition as fat32 (didn't know what to do for the mount point so chose /windows).

Now Ubuntu can find everything, and create folders in that 160GB Windows partition/folder. However I can't share any folders out on that partition, and since its not an ext partition for Ubuntu I can't change ownership or permissions to that partition.

So I guess my question is how would I set up that last partition so that I can share out the folder for Windows to access it as well?

Zanna
  • 72,312
Matty
  • 1

1 Answers1

1

As I understood, you want to share files from the computer running Ubuntu to other computers running Windows over the network.

In this case you do not need to create special partitions for that. That was a bad idea to create a large FAT32 partition.

I suggest installing Ubuntu a normal way with ext4 partitions for / and /home, and a swap partition.

Then you will be able to share some folders using samba. In Ubuntu it is very easy. You can right-click any folder in Nautilus and select share. Samba service will be installed on the first try to share and then just select a share name and permissions.

Pilot6
  • 92,041