How to mount VBoxGuestAdditions.iso
Posted: 16. Jun 2010, 12:36
Hi!
Host: Win7
Guest: Ubuntu 10.04 Server Edition
I´d like to install the Guest Additions. To do this, I add the devices "VBoxGuestAdditions.iso" as CD/DVD device.
I know, the next step should be to mount this device in Ubuntu. But I do not get it done!
mount <file system> <mountpoint>
Which <file system> do I have to enter?
In fstab I have the following entry:
However, cdrom0 is empty.
Then I changed fstab to this and rebooted.
However, cdrom is empty aswell.
How do I mount VBoxGuestAdditions.iso?
Best regards, gewi
Host: Win7
Guest: Ubuntu 10.04 Server Edition
I´d like to install the Guest Additions. To do this, I add the devices "VBoxGuestAdditions.iso" as CD/DVD device.
I know, the next step should be to mount this device in Ubuntu. But I do not get it done!
mount <file system> <mountpoint>
Which <file system> do I have to enter?
In fstab I have the following entry:
Code: Select all
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0Then I changed fstab to this and rebooted.
Code: Select all
cdrom /media/cdrom udf,iso9660 user,noauto,exec 0 0How do I mount VBoxGuestAdditions.iso?
Best regards, gewi