On Fri, Oct 31, 2014 at 1:18 PM, Gregory Nowak <[email protected]> wrote:
> On Fri, Oct 31, 2014 at 11:27:11AM -0700, Kenneth Wolcott wrote:
>>   First of all, perhaps it is a "feature" of the Windows Display
>> Managers (GNOME. KDE, etc) to have the Guest Additions iso
>> automatically mounted by the guest OS and if you aren't running a GUI
>> on the guest OS you have to mount the iso manually.
>
> Correct.
>
>>  It would be nice
>> if this were to open automatically.
>
> I suppose it might be possible to write a udev rule to auto-mount a
> cd-rom when it is inserted into the drive. I haven't looked into this though.

  It would be nice if this could happen :-)

>>   I tried the same thing today with a fresh installation of Ubuntu
>> 14.04 server as a VirtualBox guest.  I got the usual error of not
>> having gcc and make, which is obvious, fixed that and it ran just
>> fine, the script now says that "No X components found" or something
>> like that and exits nicely.
>>
>
> That's what should happen. From memory, it will uncompress the
> archive. Then, it builds the modules, and installs them. I seem to
> recall it does one more step, but don't remember exactly what. Then,
> it tries to install the xorg stuff, and fails, which is normal without
> a GUI.
>
>>   I ran again today and now I get a nicer message:
>>
>> Installing the Window System drivers
>> Could not find the X.Org or XFree86 Window System, skipping.
>>
>
> Yes, that's expected in your case.
>
>>    I wish I had been able to save the commands that I run and the
>> output I received, but it is hard to do that from the VirtualBox guest
>> console without the Guest Additions already installed and without any
>> X window managers installed on the guest OS, especially when the
>> VirtualBox host OS is Mac OS X.
>
> Why can't you use script(1)?

  It would have been good to have remembered to use "script" to save
the output, I could have used tee as well.  But I didn't.

>>
>>   I see that on reboot that I am able to write to the partition on the
>> host side (doh!); that I am able to write on the guest side (Nice!);
>> but it seems as these are just directories that are not linked or
>> attached as writing something on either side does not appear on the
>> other side.
>>
>
> I'm not sure what you're talking about here.
>
>>   I don't see any mounts displayed by df on the guest OS, even after I
>> reboot (I did request automated mounting).  I'll reboot again to see
>> if it shows up this time.  I still don't see any pertinent mount
>> output from df after reboot.

  When one using scp or rsync, the file(s) are on the left side or the
right side and you want to get the file(s) to the other side.

  If I "scp file1 userA@machineX:/tmp" I expect that "file1" will be
in /tmp on machineX.

  If I "scp userC@machineY:/tmp/bozo" I expect that the file will be
in the current directory on the current machine.

  I think I'm explaining something very simple here.

  This is the same as an NFS mount; unless the permissions are wrong,
I should be able to copy either way.

  There is no mount output from df regarding this partition.

  I think that VirtualBox is silently failing to do things.

  I'm trying now with a GUI-based VirtualBox guest OS.

> It should look something like:
>
> none                                                   146480664
> 113318376  33162288  78% /media/sf_storage

  This is not the output that I'm seeing.

> Without seeing the output of the .run script, this is as much as I can
> help you. You seem to be running it properly, and the only error you
> seem to be getting is that it can't install the x stuff.
>
>>   Perhaps I should just try mounting manually.
>
> Can't hurt. BTW, did you look at the output of lsmod to see if the
> virtualbox modules are loaded? If they are, you're most of the way
> there, if not all the way:
>
> lsmod |grep vbox
> vboxsf                 40654  1
> vboxvideo              12405  0
> drm                   207369  2 vboxvideo
> vboxguest             173689  2 vboxsf

Not seeing any output from "lsmod | grep vbox" on my Ubuntu guest OS.

> Greg

Thanks,
Ken

------------------------------------------------------------------------------
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:  
mailto:[email protected]?subject=unsubscribe

Reply via email to