Re: Partitions
I posted a few links here: http://kubuntuforums.net/forums/index.php?topic=3087334
As for recommendations, Ntfs doesn't natively support POSIX file permissions, so even if it was possible to install linux on ntfs, I'd not consider it a good idea. For a pure data partition it's an option if you wish to share the partition with a windows dual boot installation.
For a common desktop system, use swap for swap, and make an informed choice about native linux filesystems. Ext3 (the older ext2, although a tad faster lacks journaling which makes it vulnerable to corruption), ReiserFS, JFS and XFS are valid choices, but personally I'd recommend ext3 (or possibly reiserfs) for a new user. Because of the relative rarity of JFS and XFS, it may be harder to find support for these in case of problems.
There are also new filesystems on the horizon, like ext4 and reiser4, so one question to consider is how easy it would be to convert your existing filesystems once these can be called 'ready for production'.
I posted a few links here: http://kubuntuforums.net/forums/index.php?topic=3087334
As for recommendations, Ntfs doesn't natively support POSIX file permissions, so even if it was possible to install linux on ntfs, I'd not consider it a good idea. For a pure data partition it's an option if you wish to share the partition with a windows dual boot installation.
For a common desktop system, use swap for swap, and make an informed choice about native linux filesystems. Ext3 (the older ext2, although a tad faster lacks journaling which makes it vulnerable to corruption), ReiserFS, JFS and XFS are valid choices, but personally I'd recommend ext3 (or possibly reiserfs) for a new user. Because of the relative rarity of JFS and XFS, it may be harder to find support for these in case of problems.
There are also new filesystems on the horizon, like ext4 and reiser4, so one question to consider is how easy it would be to convert your existing filesystems once these can be called 'ready for production'.
Comment