It's a bit tricky:
hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount filename
After that you can mount the disk device as usually:
mount -t ntfs /dev/diskn /mnt
(where
n is the id of the disk device you got from the first command)
P.S.: note that this works only for disk images (as in disk partitions, etc.), it does not work for CD images created from audio CDs.
Recent comments
2 years 26 weeks ago
3 years 47 weeks ago
3 years 47 weeks ago
3 years 49 weeks ago
3 years 50 weeks ago
4 years 5 weeks ago
4 years 5 weeks ago
4 years 5 weeks ago
4 years 5 weeks ago
4 years 5 weeks ago