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

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Knoppix comes with CaptiveNTFS which the only way to get anywhere close to safe NTFS write support.
 

rainypickles

Senior member
Dec 7, 2001
724
0
0
(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?
 

clicknext

Banned
Mar 27, 2002
3,884
0
0
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.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
(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.