Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Files on CD not showing in Finder
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="hamx0r" data-source="post: 1710430" data-attributes="member: 375085"><p>I found this StackOverflow answer to help:</p><p><a href="http://stackoverflow.com/questions/8780934/how-to-mount-a-specific-file-system-on-a-disk-image" target="_blank">http://stackoverflow.com/questions/8780934/how-to-mount-a-specific-file-system-on-a-disk-image</a></p><p></p><p>[CODE]$ hdiutil attach -nomount path/to/image.iso</p><p></p><p>/dev/disk3 Apple_partition_scheme</p><p>/dev/disk3s1 Apple_partition_map</p><p>/dev/disk3s2 Apple_HFS</p><p></p><p>$ mkdir /tmp/mountpoint</p><p>$ mount -t cd9660 /dev/disk3 /tmp/mountpoint[/CODE]</p><p></p><p>Note that the output of the 1st command may be different, and also note that using `mount` in the last command takes the disk as the argument (ie /dev/disk3) and not a partition (/dev/disk3sX)</p></blockquote><p></p>
[QUOTE="hamx0r, post: 1710430, member: 375085"] I found this StackOverflow answer to help: [url]http://stackoverflow.com/questions/8780934/how-to-mount-a-specific-file-system-on-a-disk-image[/url] [CODE]$ hdiutil attach -nomount path/to/image.iso /dev/disk3 Apple_partition_scheme /dev/disk3s1 Apple_partition_map /dev/disk3s2 Apple_HFS $ mkdir /tmp/mountpoint $ mount -t cd9660 /dev/disk3 /tmp/mountpoint[/CODE] Note that the output of the 1st command may be different, and also note that using `mount` in the last command takes the disk as the argument (ie /dev/disk3) and not a partition (/dev/disk3sX) [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Files on CD not showing in Finder
Top