Hi. I am about to buy a mobile hard drive (actually, a FireWire/USB box and a normal hard drive), and it raises the question of which filesystem to put on it. I am not wondering which of ext3, reiserfs, XFS or JFS is best, but more basically whether I should use a Linux/Unix-style filesystem or the horrible FAT. The drawbacks of FAT are numerous and well-known: poor efficiency with big files, fragmentation, bad handling of file names, lack of robustness, and worst of all, the 4 Go limit. On the other hand, FAT gives the possibility to easyly read the drive on non-Unix systems (I know there are ext2 and reiserfs readers for windows, I do not know for XFS or JFS, but at the worst it should be possible to do something with colinux). All these elements are rather feeble, but the Unix-style filesystems have a big drawback as mobile filesystems: they store UIDs. UIDs make sense inside a given system, but not across systems. On the most annoying case, I can have my disk automatically mounted on a system where I am not root, and all my files unreadable because they belong to another user. Since big mobile mass-storage devices which require efficient filesystems will become more and more common, I think this problem should be addressed. Someone suggested to me to use some sort of network filesystem (NFS or SMB), and its UID mapping facility. That should work, but that is rather an ugly solution, and that is not something that can be done in five minutes while visiting a friend. I believe that we lack an option at the VFS to completely override file ownership of a filesystem. But maybe there are other solutions. Did someone already think in depths about this issue? Regards, -- Nicolas George
Attachment:
signature.asc
Description: Digital signature
- Follow-Ups:
- Re: Filesystem for mobile hard drive
- From: Phillip Susi <[email protected]>
- Re: Filesystem for mobile hard drive
- Prev by Date: setting CONFIG_HZ=2000 screws up ntpd
- Next by Date: Re: max symlink = 5? ?bug? ?feature deficit?
- Previous by thread: setting CONFIG_HZ=2000 screws up ntpd
- Next by thread: Re: Filesystem for mobile hard drive
- Index(es):