Anti-Trend
Nonconformist Geek
Can't load Vista
NTFS is a proprietary, closed standard which Microsoft does not provide detailed specs for. As such, all of the existing 3rd-party support for NTFS is provided purely through reverse engineering. In other words, you can't install any operating system but Windows on NTFS.
Linux needs to be installed on a well-supported filesystem, and you actually have your choice of many great filesystems. For modern PCs, I prefer the XFS filesystem. For older ones, JFS is a great choice. Ext3 is tried and true, but quite slow compared to the two I've just mentioned. That said, any of them are more resilient than NTFS. Linux will also need a small swap partition, which uses a special 'swap' filesystem. Multiple Linux installations can share the same swap partition. Also, this can be quite small (512mb or so), since Linux only uses swap memory if it absolutely needs to.
NTFS is a proprietary, closed standard which Microsoft does not provide detailed specs for. As such, all of the existing 3rd-party support for NTFS is provided purely through reverse engineering. In other words, you can't install any operating system but Windows on NTFS.
Linux needs to be installed on a well-supported filesystem, and you actually have your choice of many great filesystems. For modern PCs, I prefer the XFS filesystem. For older ones, JFS is a great choice. Ext3 is tried and true, but quite slow compared to the two I've just mentioned. That said, any of them are more resilient than NTFS. Linux will also need a small swap partition, which uses a special 'swap' filesystem. Multiple Linux installations can share the same swap partition. Also, this can be quite small (512mb or so), since Linux only uses swap memory if it absolutely needs to.