exc_bad_access

Mounting NextStep's UFS images

NextStep images use the UFS file system. Most modern Linux systems can mount UFS after loading the right kernel module.

The following snippet checks if the module is loaded, loads it, and mounts the image.

lsmod | grep ufs 
sudo modprobe ufs
sudo mount -t ufs -o ro,ufstype=nextstep NextStep.img <mount_point>