• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is thier a bootable Linux Distro (CD) that has NTFS read/write support?

(linux noob) so if linux cannot write NTFS, what file system does linux use? FAT32? is there a limitation as to why linux doesnt fully support NTFS? or is it just not worth it to the linux community?
 
Originally posted by: rainypickles
(linux noob) so if linux cannot write NTFS, what file system does linux use? FAT32? is there a limitation as to why linux doesnt fully support NTFS? or is it just not worth it to the linux community?

Linux uses its own file system called ext3 by default. I'm not sure if you can install linux on FAT32, but it can definately read and write fine on FAT32. There's no NTFS support because I believe it belongs to windows, and people have to write their own code to read NTFS. Sorry, that's a very simple and vague explanation because I'm not that familiar with Linux.

By the way, you might have gotten better information if you posted this in the Operating Systems forum.
 
(linux noob) so if linux cannot write NTFS, what file system does linux use? FAT32? is there a limitation as to why linux doesnt fully support NTFS? or is it just not worth it to the linux community?

Depends. I use a combination of ext3 and XFS, usually XFS except on architectures where it's not been as well tested yet. FAT is supported in read-write mode just fine but it doesn't support any permission schemes so it's not recommended unless you need a partition to share data between the two OSes. NTFS support is poor at best because MS doesn't document it properly and makes people sign NDAs and the like for the docs so the people working on Linux NTFS support have to reverse engineer the filesystem which is a very slow process.
 
Back
Top