Is there a Linux equivalent of the Mac's
sudo hdiutil attach -imagekey -diskimage-class=CRawDiskImage -nomount
I have an imagine I want to attach as a disk drive, but I don't want to mount it. The image is HFS+ formatted and I'm running Ubuntu.
Linux has losetup which you can use to attach a file to the system as a block device. E.g.
losetup /dev/loop0 macfoo.dmg
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
111 times
active