Linux Filesystems On Windows

Came across this <http://www.phoronix.com/forums/forum/phoronix/latest-phoronix-articles/846887-some-quick-tests-with-zfs-f2fs-btrfs-friends-on-linux-4-4?p=846943#post846943> rather informative posting about different filesystems for cross-platform use. One interesting possibility is UDF (“Universal Disk Format”), which is how DVDs are usually formatted. It turns out it is useful not just for read-only media but read/write as well. There is widespread built-in support for it on Linux, OS X and Windows, albeit with some limitations in the proprietary OSes (as usual). It can even work on flash drives, though there may be some issues with the hardware layout being optimized for FAT32 or other antiquated filesystems. Alternatively, the article mentions a number of choices for accessing Linux filesystems on Windows: <http://www.fs-driver.org/> <http://uranus.chrysocome.net/linux/ext2ifs.htm> <http://www.diskinternals.com/linux-reader/> <http://www.chrysocome.net/virtualvolumes> Disclaimer: I haven’t tried any of these.
participants (1)
-
Lawrence D'Oliveiro