Reposted from dslreports.com, where I wasn't getting any bites.
FreeNAS 9.10
I have an image that I created from a Macintosh HD using ddrescue. It's clear enough how to mount a drive image in a shell using mdconfig, but I'm not having any luck mounting a partition from within a whole-drive image. In Linux I can accomplish this with
Any clues on doing the same thing from a FreeNAS shell?
FreeNAS 9.10
I have an image that I created from a Macintosh HD using ddrescue. It's clear enough how to mount a drive image in a shell using mdconfig, but I'm not having any luck mounting a partition from within a whole-drive image. In Linux I can accomplish this with
Code:
mount -oloop,ro,offset=209735680,sizelimit=499248103424 /path/to/rescue.img /tmp/mnt/
Any clues on doing the same thing from a FreeNAS shell?