Code: Select all
sudo apt-get --purge remove virtualbox-oseCode: Select all
sudo apt-get --purge remove virtualbox-oseCode: Select all
$ sudo apt-get --purge remove virtualbox-ose
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package virtualbox-ose is not installed, so not removed
The following package was automatically installed and is no longer required:
libvncserver0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.Code: Select all
$ sudo mount -t vboxsf -o rw,uid=1000,gid=1000 Documents /mnt/documents
/sbin/mount.vboxsf: mounting failed with the error: No such deviceCode: Select all
sudo mount -t vboxsf -o rw,uid=1000,gid=1000 Documents /mnt/documents
/sbin/mount.vboxsf: mounting failed with the error: No such deviceCode: Select all
VBoxManage showvminfo <"Ubuntu 10.10 64bit"> --detailsCode: Select all
The system cannot find the file specified.Code: Select all
Name: 'documents', Host path: 'C:\Users\Andreas\Documents' (machine mapping), writableCode: Select all
sudo mount -t vboxsf -o rw,uid=1000,gid=1000 Documents /mnt/documentsCode: Select all
andreas@Ubuntu-VirtualBox:/$ sudo mount -t vboxsf -o rw,uid=1000,gid=1000 Documents /mnt/Documents
/sbin/mount.vboxsf: mounting failed with the error: No such deviceCode: Select all
sudo mount -t vboxsf -o rw,uid=1000,gid=1000 documents /mnt/documentsCode: Select all
$ sudo mount -t vboxsf -o rw,uid=1000,gid=1000 documents /mnt/documents
/sbin/mount.vboxsf: mounting failed with the error: No such deviceCode: Select all
$ sudo apt-get install dkms build-essential linux-headers-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
dkms is already the newest version.
dkms set to manually installed.
linux-headers-generic is already the newest version.
The following package was automatically installed and is no longer required:
libvncserver0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded..To change the mount directory to something other than /media, you can set the guest
property /VirtualBox/GuestAdd/SharedFolders/MountDir
which told me to use VBoxManage and VBoxControl. And to use those I installed "virtualbox-ose" and from there my problems started.... to Change that guest property see chapter 4.6, Guest properties, page 66 for details.