LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mount cdrom (https://www.linuxquestions.org/questions/linux-newbie-8/mount-cdrom-4175504948/)

oel 05-14-2014 09:16 AM

1 Attachment(s)
Hi again,

I´ve been working with cdroom this days. First installing the Linux os and secondly Reading an iso (in the cdroom device) for the LIS installation....

At this moment I dont know what could be the problem. Here is a configuration screen with my virtual device on Hyper-V for Oracle Enterprise Linux

http://postimg.org/image/d244eczxt/

Regards

jamison20000e 05-14-2014 09:26 AM

Can you add a second virtual DVD drive like in Virtualbox?

oel 05-14-2014 09:47 AM

jamison20000e , I tryed... In the image you can see a second input... But Linux cant recognize it after a reboot...

jamison20000e 05-14-2014 09:58 AM

I wasn't sure if that was what was going on with the .iso loaded in both? Have other .iso or even CD\DVDs worked, can you burn to a disk and try the physical drive or any CD\DVD to see? Plus, are Hyper-V files (virtual drives and such) compatible to try other visualization software's like Virtualbox?

oel 05-14-2014 10:34 AM

I´ve tryed another iso (the last one that I used for LIS instalation) and the Linux os doesn't recognize it...
I cant use Virtualbox. We have to use Hiper-V due to licences issues.

lleb 05-14-2014 04:21 PM

then i encourage you to contact Microsoft. this is their problem.

oel 05-15-2014 06:36 AM

I´ve found next information bug:

http://support.microsoft.com/kb/2600152

Quote:

WORKAROUND
To work around this issue, mount the ISO in the virtual machine. To mount an ISO file in the virtual machine, the following command must be run before executing the mount command:

# insmod /lib/modules/$(uname -r)/kernel/drivers/ata/ata_piix.ko

Alternatively, copy the ISO file into the virtual machine and mount it using the -o loop option.

Anybody knows what the sintaxis for the mount instruction with "-o loop option" is?

Regards

jamison20000e 05-15-2014 08:22 AM

You could mount it with Furius Iso, Iso Master and so on or CLI should be
Code:

mount -t iso9660 -o loop <isoname>

jamison20000e 05-15-2014 08:27 AM

but I don't think that's right you probably need to make a mount directory
Code:

sudo mkdir /media/iso
sudo mount /path/to/Software_HP_DP_8.00_for_HP-UX_TD586-15007.iso -o loop /media/iso


jamison20000e 05-15-2014 08:34 AM

post 24 just worked for me

oel 05-16-2014 03:22 AM

jamison20000e,
your post 24 works for me too!!!!

Thank you very much :cool:


All times are GMT -5. The time now is 05:31 PM.