• 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.

FileSystems for Unix / Linux

Superwormy

Golden Member
Need a filesystem that will work pretty well for READ AND WRITE under both FreeBSD and RedHat Linux.

If possible, it'd be nice if I could read / write to it under Windows NT too 🙂 But I think that's probably asking a bit too much 🙂
 
I think that pretty much limits you to ext2 (maybe ext3, since it can be used at ext2 in FreeBSD) or FAT.

I also remember seeing an ext2 IFS (Installable FileSystem IIRC) driver for NT also, no idea how long ago it was maintained or how well it works though. I have used a program (e2xplore or something like that) that to read files once in a while, but I've long since converted to XFS which has no way to be read in NT or FBSD.
 
ext2, FFS, and fat32 are the ones I can think of. Linux has poor support for BSD filesystems (although it should work). OpenBSD does have support to mount XFS, but I do not know how good it is.
 
Back
Top