Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

~How to mount an apfs volume in Unraid~

Featured Replies

For everyone who needs to mount an apfs volume

 

 

     Open terminal or ssh into server and work through these steps:

mkdir -p /tmp/apfs && cd /tmp/apfs
wget https://github.com/ich777/apfs-fuse/releases/download/v20200708/fuse3-3.10.1-x86_64-1.txz
wget https://github.com/ich777/apfs-fuse/releases/download/v20200708/apfsfuse-v20200708-x86_64-1.txz
installpkg fuse3-3.10.1-x86_64-1.txz
installpkg apfsfuse-v20200708-x86_64-1.txz
rm -rf /tmp/apfs

 

     Now, all dependencies are available. The following steps show an example with an qcow2 image. This requires an additional step:

qemu-nbd --connect=/dev/nbd0 /path/to/your/image.qcow2

 

     You can now mount your apfs volume with:

losetup -r /dev/loop8 /dev/nbd0p2
mkdir /mnt/disks/apfsvolume
apfs-fuse /dev/loop8 /mnt/disks/apfsvolume

 

Thanks to @ich777 for the files!

Edited by giganode

  • 4 months later...

Is nbd02 the part two of my drive? Or could you dummy it down for me? I’m stuck at:


losetup -r /dev/loop8 /dev/nbd0p2

  • Author
Is nbd02 the part two of my drive? Or could you dummy it down for me? I’m stuck at:

losetup -r /dev/loop8 /dev/nbd0p2

Yeah, nbd0p2 should be the partition which contains the data while nbd0p1 should be the EFI partition.
  • 1 year later...

Hey There,

 

Was running through this process, but ran into an issue where it states "Unable to get Volume".  

Any thoughts on why this is?

Running Unraid 6.10.3

  • 3 months later...
On 6/28/2022 at 9:16 PM, 361degrees said:

Hey There,

 

Was running through this process, but ran into an issue where it states "Unable to get Volume".  

Any thoughts on why this is?

Running Unraid 6.10.3

 

I get the same thing?  "Unable to get Volume"   Any idea? 

Use the UD plugin to mount an apfs disk.  In the disk settings you can specify the volume to mount.  Doing it manually is too much work.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.