3

I want to have dual OS of Win8 & Ubuntu 12.10. Provided that Ubuntu can access ntfs partition of Windows but same can't be said about Windows this leads to a question mark on the significance of having /home partition while installing Ubuntu. As far as I know /swap & / are the two partitions directly used by Ubuntu to store programs, installation & stuff while the documents/media resides in /home. Now because Ubuntu releases are more frequent than Windows & updates needs backup & relate stuff, so I came to decision to not to use /home at all, rather keep all my documents/media in ntfs, which would be untouched while upgrading Ubuntu as Win updates are once in a decade!

Is my thinking correct? If yes, what would be the minimum space I should allot to /home plus how much I should allot to / one must know that I plan to use heavy applications like Maple, Matlab & Sagemath on Ubuntu.

2 Answers2

2

As much as I understand the potential benefit from having a shared NTFS partition accessible from both Ubuntu, and Windows we need to keep the following in mind:

  • Data on NTFS do not have proper permissions when accessed from Ubuntu (think of executable, read-only, hidden...).
  • No Trash on NTFS. Accidentally deleted files can not be recovered without recovery tools.
  • There is no filesystem repair tool from Ubuntu. In case of filesystem inconsistencies booting Windows is a prerequisite.
  • NTFS data access is a bit slower from Ubuntu.

Therefore an NTFS formatted data-only partition only makes sense when we have Windows in a dual-boot setup.

Having Ubuntu HOME on an NTFS formatted partition is not possible.

Takkat
  • 144,580
1

According To me swap should be double of your RAM, if you need Home separately , it should be as per your requirement like I have 500 GB HDD , I allocated 100 GB, other space you can give to /root (min 5 GB).

KK Patel
  • 19,753