Random
From Lundman Wiki
Revision as of 15:18, 10 January 2012 by Lundman (talk | contribs) (Created page with "== OsX ISO == Creating and Mounting an ISO file, UDF2.50, or bluray BD-ISO image: # mkfile 1G roger.iso # newfs_udf -r 2.60 -v ROGER roger.iso # hdiutil attach -imageke...")
OsX ISO
Creating and Mounting an ISO file, UDF2.50, or bluray BD-ISO image:
# mkfile 1G roger.iso # newfs_udf -r 2.60 -v ROGER roger.iso # hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount roger.iso /dev/disk5 # hdiutil mount -nobrowse /dev/disk5 /dev/disk5 /Volumes/ROGER
Naturally, you can mount it on the attach line, but I wanted to separate the two stages. Copy files to /Volume/ROGER, then use hdiutil to unmount and detach.