[SOLVED] Guest Additions Linux?

Discussions about using Linux guests in VirtualBox.
Post Reply
Berilac
Posts: 4
Joined: 2. Apr 2010, 15:37
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Win XP

[SOLVED] Guest Additions Linux?

Post by Berilac »

Running into a slight problem installing Guest Additions on Ubuntu 8.04 guest.
When I try to mount the .iso I get the following error:

Code: Select all

mount: block device /dev/scd0 is write protected, mounting read only
Is there somewhere to alter this setting?

Running VBox3.1 on Ubuntu9.10 Host
Last edited by dmcgraw on 8. Apr 2010, 17:40, edited 1 time in total.
Reason: Marked subject as solved.
dmcgraw
Volunteer
Posts: 808
Joined: 24. Jun 2008, 17:16
Primary OS: Ubuntu 8.10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP, Ubuntu 9.10
Location: St. Louis, MO, USA

Re: Guest Additions Linux?

Post by dmcgraw »

I would think that a CD or ISO would normally be mounted as read-only. Does this prevent you from installing the Guest Additions?
Berilac
Posts: 4
Joined: 2. Apr 2010, 15:37
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Win XP

Re: Guest Additions Linux?

Post by Berilac »

Um yes your correct, how to make one look like a right plonker in one easy move. Ask a question before thinking about what your asking, DOH!

Yeah after I have changed dir to /dev and done ls to check contents

Code: Select all

sh ./VBoxLinuxAdditions-and64.run
sh: cant open ./VBoxLinuxAdditions-amd.run
/dev nust be the cdrom cuz I can see it in that directory?

~~edit~~
SOLVED
I was in the wrong dir for my cdrom
Lesson; pay attention to error reported back= cdrom mounted at /media/cdrom0 not /dev
Post Reply