sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.78k stars 164 forks source link

Unable to load container #113

Open chinds185a opened 4 years ago

chinds185a commented 4 years ago

Trying to mnt a hackintosh installation partition and getting the error 'unable to load container'

ubuntu@ubuntu:~/apfs-fuse/build$ sudo ./apfs-fuse -v n /dev/nvme1n1p2 /media/dave/mntpoint
Unable to load container.
ankitnyu commented 4 years ago

anyone can help here? I am having this same error .

sgan81 commented 4 years ago

Hmmm ... question 1, are you sure that it is APFS formatted? Question 2, what does -d say?

vaboro commented 10 months ago

@chinds185a there should be a number after the -v option starting with 0 like this -v 0 and counting up, for example -v 1 or -v 2 etc., if -v 0 mounts incorrect container. Otherwise, apfsutil <device> command can show all available containers. Your command should look like this: ubuntu@ubuntu:~/apfs-fuse/build$ sudo ./apfs-fuse -v 0 /dev/nvme1n1p2 /media/dave/mntpoint