Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Dear LQ member
I am currently having problem mounting img file.Appreciate anyone to have a step by step I am trying to convert the IMG file to ISO for installation of the OS to Macbook. My Errors details as below:
If this img file contains more than one partition, then it may be an image of the device (including multiple partitions and a partition table) rather than an image of just a partition (which is what's needed to mount via loop).
Hi Grail
I got this error when mounting -t hfsplus as you advised.
macbook@macbook-MacBook ~ $ sudo mount -o loop MacOSXUpd10.5.5.img /media/image[sudo] password for macbook:
mount: MacOSXUpd10.5.5.img: failed to setup loop device: No such file or directory
macbook@macbook-MacBook ~ $
Hi Jefro
Right now the macbook is install with Linux Mint 18.2. I have got rEFind install in the Macbook. When I slot in the original DVD that contain the OS in the Macbook CD/DVD Drive and reboot the system I am able to see the Mac OS in rEFind and when I select it,nothing go and it revert back to Linux Mint OS which is install in the system.
I have gone to Apple site and download mac OS 10.5.5 in DMG format and have converted into IMG. The file has been converted successfully. I am now stuck at mounting the IMG file into folder Media/IMAGE as advise by http://dailytechnologiesupdate.blogs...in-ubuntu.html, I have got the Media/Image folder created.
If this img file contains more than one partition, then it may be an image of the device (including multiple partitions and a partition table) rather than an image of just a partition (which is what's needed to mount via loop).
yes, file would tell us the file type.
Code:
file MacOSXUpd10.5.5.img
kpartx is useful for mounting disk images with multiple partitions. not sure if it is available for mac.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.