Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

Unable to mount virtualbox shared folder ubuntu14.04

$
0
0
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.
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

Any Ideas on what I did wrong or what I should try?

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>