Earlier quoted context omitted.
Not sure why that would blow your mind, but Apple's old Time Capsule basically mounted a sparsebundle over the network too. And yes I would also guess this new format would work better.
My experience with NFS file management has been less than stellar, so running a full, virtualized, and performant APFS volume on top of it feels like a bit of a magic trick.
macOS Tahoe brings a new disk image format
131–140 of 152 posts
Re: macOS Tahoe brings a new disk image format
#132Doesn’t sound particularly useful, if you aren’t setting up containers.
Re: macOS Tahoe brings a new disk image format
#133Earlier quoted context omitted.
3rd party supporting a file system would be one of the last things on a list of all software I’d ever want a 3rd party writing instead of the OS maker. Nightmare to evaluate the options, pure stress testing the options, difficult to know if it didn’t mess something up.
> 3rd party supporting a file system would be one of the last things on a list of all software I’d ever want a 3rd party writing instead of the OS maker. Given how many people use FUSE, Paragon NTFS for Mac, and similar tools, you're hardly totally representative.
How many people use software like this because they have no choice? I used Paragon NTFS, but the entire time, I thought it was ridiculous that MacOS can't read NTFS on its own.
Re: macOS Tahoe brings a new disk image format
#134I have a meta question not directly related to the article but more about HN itself. I posted this exact link 9h before this submission was posted[1]. How is it possible that there is a new entry for the submission given the link is the same? [1] https://news.ycombinator.com/from?site=eclecticlight.co
Re: macOS Tahoe brings a new disk image format
#135Nice. But I would like it better if the effort was to support ext4, BtrFS, NTFS and other popular filesystems from the Linux and Windows world...
Re: macOS Tahoe brings a new disk image format
#136Earlier quoted context omitted.
Yeah and OP was asking, why was effort spent on a disk image format rather than a file system. Seems like a reasonable question to ask.
Not any more reasonable than asking why they added new transparency effects instead of btrfs support
Re: macOS Tahoe brings a new disk image format
#137It's a shame that every new cool product/dataformat/cable/cpu/whatever researched by Apple has very little (or no) public documentation. Sure, there are lots of hackers who can test and reverse engineer those pretty quickly, but it's just unnecessary work. I don't know why Apple is so revered in hacker circles, to be honest. Not even Microsoft does this shit anymore, they're open sourcing a lot of research this decad…
Go for it!
[1]: https://github.com/apple-oss-distributions/distribution-macO...
Re: macOS Tahoe brings a new disk image format
#138Nice. But I would like it better if the effort was to support ext4, BtrFS, NTFS and other popular filesystems from the Linux and Windows world...
Does anybody else think that it would make sense for Apple and Microsoft to just get in a room and horse trade a few things like this, if they cared about user experience? Cross-license both APFS and NTFS, and share any internal documentation under NDA so that external drives can use modern formats with safety features like journaling without locking users in. Oh wait, I just answered my question.
Re: macOS Tahoe brings a new disk image format
#139Earlier quoted context omitted.
If it quaks like a disk image, it is a disk image
A filesystem is not a file. (Yes, you can store a filesystem in a file - and that's a trivial sort of disk image, but one with some serious drawbacks like "you have to allocate all of the space up front". We can do better.)
If those count as a disk image when you put a filesystem inside, then I say a normal file is also a disk image when you put a filesystem inside.
Especially because the sparse mapping is optional. For example, lots of VHDs are a raw file plus a 512 byte footer.
Re: macOS Tahoe brings a new disk image format
#140Earlier quoted context omitted.
> For virtualizing a disk. We really don't have enough disk formats in this space. Is this bringing something new ? Or is just polluting the namespace.
> Is this bringing something new? If only there was a whole post available so one could find out...
How complex is the format? Did they do anything clever? Did they engage in NIH? For all I know they switched the AES mode and made the blocks bigger and that's the entirety of the performance boost.