sgan81 / apfs-fuse

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

Hang the terminal when accessing some files #185

Open max246 opened 10 months ago

max246 commented 10 months ago

I have an evidence in a DD image which has been capture from a osx machine, when is mounted I can access most of the file system but some files are hanging the terminal without an exit failure.

In my case, some files under SpotLight folder are hanging the terminal by just calling file, cat, or similar commands.

When the image is mounted on a OSX machine, this doesnt happen and the file can be access without any problems.

Is there a way to understand why some files dont return an error and find a possible solution to raise an exit code?