File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,10 +55,14 @@ For example:
5555
5656This will give you a directory at the mount point with a single ` sparsebundle.dmg ` file.
5757
58- You may then proceed to mount the ` .dmg ` file using regular means, * eg. * :
58+ You may then proceed to mount the ` .dmg ` file using regular means, e.g. for HFS :
5959
6060 mount -o loop -t hfsplus /tmp/my-disk-image/sparsebundle.dmg /mnt/my-disk
6161
62+ Or, for Apple File System (APFS) partitions, using [ apfs-fuse] [ apfs-fuse ] :
63+
64+ apfs-fuse /tmp/my-disk-image/sparsebundle.dmg /mnt/my-disk
65+
6266This will give you read-only access to the content of the sparse-bundle disk image.
6367
6468### Access, ownership, and permissions
@@ -161,4 +165,5 @@ This software is licensed under the [BSD two-clause "simplified" license][bsd].
161165[ fuse ] : https://github.com/libfuse/libfuse " FUSE "
162166[ bsd ] : http://opensource.org/licenses/BSD-2-Clause " BSD two-clause license "
163167[ tmfs ] : https://github.com/abique/tmfs " Time Machine File System "
168+ [ apfs-fuse ] : https://github.com/sgan81/apfs-fuse " APFS Fuse Driver "
164169[ license ] : https://img.shields.io/github/license/torarnv/sparsebundlefs.svg?maxAge=2592000
You can’t perform that action at this time.
0 commit comments