I constantly dual boot for and as for now, there's no way I can stick to Linux only, but I would like to know what partition is best for my drives. I know Windows can read ext4 with Ext2Fsd and I know Linux can work with NTFS drives thanks to ntfs-3g. But I would like to know which configuration will work best for both Linux and Windows. Thanks!

link|improve this question

feedback

closed as off topic by nos, Tim, Robᵩ, Andrew Barber, Cat Plus Plus Oct 20 '11 at 21:37

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

ntfs-3g is orders of magnitude more heavily tested than ext2fsd. Unless you are sufficiently CPU-constrained that ntfs-3g's relatively high CPU usage actually matters to you, that alone seems like a fairly compelling reason to go NTFS.

ntfs-3g also supports user mapping; I'm not sure if ext2fsd also support it (doesn't look like it though). This may or may not matter to you.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.