Re: I can't mount from Devices.
Posted: 7. Aug 2012, 03:35
I tried that and it didn't work.Perryg wrote: it should go at the front of the command if you are using the absolute path.
ls /media/cdrom
End user forums for VirtualBox
https://forums.virtualbox.org/
I tried that and it didn't work.Perryg wrote: it should go at the front of the command if you are using the absolute path.
ls /media/cdrom
Code: Select all
root@ubuntu:~# ls /mnt
32Bit runasroot.sh VBoxWindowsAdditions.exe
64Bit VBoxLinuxAdditions.run VBoxWindowsAdditions-x86.exe
AUTORUN.INF VBoxSolarisAdditions.pkg
auto run.sh VBoxWindowsAdditions-amd64.exe
Code: Select all
sudo sh ./VBoxLinuxAdditions.run
sudo sh ./mnt/VBoxLinuxAdditions.run
sudo sh /mnt/VBoxLinuxAdditions.run