I successfully installed guest additions on ubuntu 14.04 but the /sbin/mount.vboxsf links to /usr/lib/VBoxGuestAdditions/mount.vboxsf which doesn't exsist. So I get the following errors running the commands.
Any Ideas on what I did wrong or what I should try?
Code:
sudo /sbin/mount.vboxsf $sharename /home/user/$sharename
sudo: /sbin/mount.vboxsf: command not found
Code:
sudo mount -t vboxsf $sharename /home/user/$sharename
mount: wrong fs type, bad option, bad superblock on $sharename,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so