- Aug 28, 2003
- 1,480
- 0
- 0
What is the best file format to use if I want a drive to be viewable by both windows and Linux. I want to have all my music on a external drive, that is able to read/write to by both linux and windows.
Originally posted by: Kaervak
Since it's going to be in an enclosure, FAT32 is probably your best bet. Linux can sorta write to NTFS, but since you're using the drive for audio the 4GB single file size limit of FAT32 is a non issue IMO.
Originally posted by: Nothinman
Supposedly NTFS-3g works pretty well these days, I know of at least one person using it and I don't think he's had any major problems. There's also the ext2 IFS driver for Windows, but I'd probably trust that about as much as NTFS-3g.
Frankly the best option is to share the drive via the network so you can use a good, native filesystem for whichever box it's plugged into.
NTFS-3G is slow as hell last time I checked. It definitely is running under Mac OS X as a matter of fact.
But for the OPs purpose, I see no reason why he shouldn't just use FAT32.
Originally posted by: Nothinman
But for the OPs purpose, I see no reason why he shouldn't just use FAT32.
Because FAT is a terrible filesystem and should only be used on things where it doesn't really matter like small flash drives and such.
Well that's a given, but for the OPs use, what option does he have? I guess if he does have an external he could mount it as a network drive and use a native FS, but then that's a bit much. Copy across the network, then copy across USB/firewire? Eh.
Originally posted by: Nothinman
Well that's a given, but for the OPs use, what option does he have? I guess if he does have an external he could mount it as a network drive and use a native FS, but then that's a bit much. Copy across the network, then copy across USB/firewire? Eh.
Yes, as I said in a previous post "Frankly the best option is to share the drive via the network so you can use a good, native filesystem for whichever box it's plugged into.". You can share USB/Firewire drives directly so it doesn't add any extra copies or anything.
Would copying over the network, and then over USB(assuming 2.0)/Firewire slow things down enough to warrant using a native FS?
Would you recommend he just read over the network as well (stream the music from across the network) or just move the drive back and forth for reading (which linux can do of NTFS without a problem) and writing (which the networked computer will do natively)?
Originally posted by: Nothinman
Why waste time moving the drive when it'll stream over the network just fine?
Originally posted by: Markbnj
I set up Samba today on a new Ubuntu box, shared out a big chunk of the drive, and then backed up a bunch of stuff from Windows. Works great, easy to set up, and very fast.