I would like to install Windows 8.1 and Ubuntu(both x64) on a one 256 GB SSD. I need 3 partitions, 2 for systems and 1 shared(NTFS?) for data accessible by both OSes. '/root' and '/home' will be on same Ubuntu's partition, I'd like to move swap into RAM(12GB) with 'zram'.
I'd like to have the largest possible 'data' partition but wouldn't want to run out of space on the system ones.
Basic apps installed on a system partition:
- Windows: NetBeans, Java (JDK) + optinally Eclipse, MS Office, Photoshop.
- Ubuntu: R Studio, NetBeans.
1) What would be the optimal partitioning scheme?
I was thinking about:
- Ubuntu 60 GB Ext4
- Win8 90 GB NTFS
- Data ~100GB NTFS
2) Is removing swap in my configuration a good idea?
Thanks :)