You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to mount an APFS disk image (iso) that's living on an NTFS filesystem, the NTFS filesystem superblock corrupts itself in a way that mounting the drive in fstab causes the kernel to go into emergency mode.
steps to reproduce
create a disk image (iso) of an AFPS formatted drive
mount the disk image sudo apfs-fuse /NFTS_MOUNT/path/to/iso /mnt/apfs
Expected
Drive mounts to the apfs directory
Actual
Invalid superblock error occurs no matter if the drive is correctly formatted or not. I've verified on a Mac device the iso is valid.
On the next reboot, Linux will (correctly) state that the NTFS superblock on the drive that held the iso is corrupt. Thankfully it's recoverable via ntfsfix but that absolutely shouldn't be necessary.
The text was updated successfully, but these errors were encountered:
When attempting to mount an APFS disk image (iso) that's living on an NTFS filesystem, the NTFS filesystem superblock corrupts itself in a way that mounting the drive in fstab causes the kernel to go into emergency mode.
steps to reproduce
sudo apfs-fuse /NFTS_MOUNT/path/to/iso /mnt/apfs
Expected
Drive mounts to the apfs directory
Actual
Invalid superblock error occurs no matter if the drive is correctly formatted or not. I've verified on a Mac device the iso is valid.
On the next reboot, Linux will (correctly) state that the NTFS superblock on the drive that held the iso is corrupt. Thankfully it's recoverable via ntfsfix but that absolutely shouldn't be necessary.
The text was updated successfully, but these errors were encountered: