Ubuntu – Can I change file systems inside of partitions within GParted

file-sharinggpartedpartitioningwindows 7

I'm looking to share documents, pictures, etc. between Windows 7 and Ubuntu 12.04.1. I have an extended primary partition (sda4) that is comprised of a swap partition (sda5) and a "/home" mount point storage partition (sda6). This sda6 storage partition is a ext4 file system. As I understand it, in order for Windows 7 to recognize the data, this storage partition needs to be an NTFS format. Can this ext4 format (sda6) be changed to NTFS using the GParted Partition Editor? If not, is there another way to make this happen? Thanks so much in advance.

Best Answer

For various reasons you should not use ntfs for home partition. What you should do is shrink it to make free space for a new partition that will be NTFS. It will be visible for both systems - Windows and Linux.

Process overview:
- boot to Parted Magic LIVECD / USB
- backup sda6
- resize the sda6 to free some space
- create new NTFS partition

Step by step instructions by yours truly how to convert free space to a ntfs partition

Please proceed only after reading the instructions through and through if you're not familiar with partitioning.