View Single Post
chucker
 
Join Date: May 2004
Location: near Bremen, Germany
Send a message via ICQ to chucker Send a message via AIM to chucker Send a message via MSN to chucker Send a message via Yahoo to chucker Send a message via Skype™ to chucker 
2007-01-12, 12:14

Quote:
Originally Posted by Mugge View Post
So soon I will be able to write to peoples NTFS formatted USB sticks, if I install some of this FUSE stuff? That would be a huge win!

Yes.

Quote:
Originally Posted by fcgriz View Post
People actually format flash drives as NTFS? Why?
Indeed, it's a bad idea. NTFS is a very complex file system and keeps the drive quite busy. It also has a lot of overhead. This significantly decreases the flash drive's lifetime and available space. (Virtually the same applies for HFS+.)

FAT32 is truly the best option here. (Well, strictly speaking, jffs2 is a much better option, but then you'd have to install that on Windows as well…)

NTFS is best for:
1) a Boot Camp Windows partition
2) general storage between most systems, with fewer limitations (e.g., files bigger than 4 GBs) and better performance than FAT32. Readable virtually everywhere, writable on newer Linux distros and now, with a third-party install, on Mac OS X.
  quote