Date: Fri, 31 Jan 2014 15:06:01 +0100 From: Polytropon <freebsd@edvax.de> To: CeDeROM <cederom@tlen.pl> Cc: freebsd-fs@freebsd.org, FreeBSD Questions Mailing List <freebsd-questions@freebsd.org> Subject: Re: UFS(2) portable driver for other OS Message-ID: <20140131150601.53ee40f4.freebsd@edvax.de> In-Reply-To: <CAFYkXj=xGbnVfJuBwXmj%2Bgu5gR7sWxk6o48rJ233N-=eRcTpyw@mail.gmail.com> References: <CAFYkXj=xGbnVfJuBwXmj%2Bgu5gR7sWxk6o48rJ233N-=eRcTpyw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 31 Jan 2014 14:41:13 +0100, CeDeROM wrote: > Hello :-) > > Some time ago I have definitely moved from EXT2 to UFS2. This greatly > improved my speed and stability on FreeBSD, but I somehow lost access > and portability for other OS in "native" read-write mode. The lowest common denominator is msdosfs (DOS FAT) which is usable in r/w nearly everywhere. If you require long file names, you need the 16 bit version. This is commonly considered the "typical solution" for the problem you're describing, even though it doesn't really look any attractive because, as I said, it's the _lowest_ common denominator where "lowest" is determined by the inability of "Windows" products to be willing to accept anything that isn't made, approved, certified and sold by MICROS~1. :-) > I am looking > for an universal fs driver for other OS mainly Linux and Windows that > would allow me to use UFS(2) natively (such as ext2fsd). The _most universal_ file system isn't even a file system. Instead, it's tar. Yes, really: "tar-formatted" media can be read almost everywhere (DOS, IRIX, Solaris, BSD, Linux, AIX etc.). Everything you need is a tar implementation on the target system. It works with almost all media (floppy disks, CD, DVD, USB drives, SD cards, even hard disks). The major downside is that it isn't really a file system. It's good for transfer from A to B, but not for adding, changing or removing files... > I am sure > there is already such solution, as fs standard is open and BSD > licensed, so other OS would surely benefit from that support/driver > :-) No, something like that doesn't exist because nobody cares about interoperability of data. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140131150601.53ee40f4.freebsd>
