Earlier quoted context omitted.
You're an outlier. I live in an environment where I need to move files between several builds of Windows, Linux and macOS - and often where there is no network access because of security policy (misguided policy perhaps). Thumb Drives are the only way to function.
Can you say anything more about the environment? I'm curious.
A Base Filesystem Project for macOS
41–45 of 45 posts
Re: A Base Filesystem Project for macOS
#42Earlier quoted context omitted.
You could call it a universal disk format. https://en.wikipedia.org/wiki/Universal_Disk_Format
I tried UDF for a few months on a macOS/Linux/Windows triple boot. It doesn't work reliably enough. I've switched to ext2 using e2fsd and Paragon (which I paid for) on Windows and macOS respectively. Fingers crossed. I wish someone would port F2FS to Windows and macOS. This could be a good starting point for macOS.
Re: A Base Filesystem Project for macOS
#43It's always good to see open source projects published, especially for tricky and often under-documented stuff like file system kexts. Not to derail from this fine post, but I wanted to give a shoutout to FUSE for macOS (previously known as OSXFUSE). As an outsider from the project - merely a happy user - it seems to be a well maintained FUSE implementation for macOS, with signed kexts available. https://osxfuse.gith…
Re: A Base Filesystem Project for macOS
#44Earlier quoted context omitted.
I tried UDF for a few months on a macOS/Linux/Windows triple boot. It doesn't work reliably enough. I've switched to ext2 using e2fsd and Paragon (which I paid for) on Windows and macOS respectively. Fingers crossed. I wish someone would port F2FS to Windows and macOS. This could be a good starting point for macOS.
What sort of issues did you have with udf?
My use case was to store many large git repo clones and MP3s.
Re: A Base Filesystem Project for macOS
#45It's always good to see open source projects published, especially for tricky and often under-documented stuff like file system kexts. Not to derail from this fine post, but I wanted to give a shoutout to FUSE for macOS (previously known as OSXFUSE). As an outsider from the project - merely a happy user - it seems to be a well maintained FUSE implementation for macOS, with signed kexts available. https://osxfuse.gith…
why are there kexts in file system user space extensions? in OSX multiple driver types can exist entirely in user space, with no kext. [ former Apple engineer here ]