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 18 weeks ago
3 years 39 weeks ago
3 years 39 weeks ago
3 years 41 weeks ago
3 years 42 weeks ago
3 years 49 weeks ago
3 years 49 weeks ago
3 years 49 weeks ago
3 years 49 weeks ago
3 years 49 weeks ago