Created
January 27, 2012 08:04
-
Star
(137)
You must be signed in to star a gist -
Fork
(56)
You must be signed in to fork a gist
-
-
Save larsar/1687725 to your computer and use it in GitHub Desktop.
Mount shared folder on CentOS in VirtualBox
One of the best post .. wasted almost whole day for this issue .... once i landed here ..able to resolve in few mins
Great post ! Worked like a charm !
Thanks man ! good job.
Thanks! this worked with my CentOs image from Osboxes
CentOS 7-1908 (64bit).vdi
worked great thanks
/sbin/mount.vboxsf: mounting failed with the error: No such device
@pius-pworld - I got the same error. If you look at the suggested log to figure out what went wrong /var/log/vboxadd-setup.log
you probably will see the message asking you to install libelf-dev
, libelf-devel
, or elfutils-libelf-devel
.
I did install the elfutils-libelf-devel
by: yum install elfutils-libelf-devel
. After that, the /cdrom/VBoxLinuxAdditions.run
worked for me.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did that and
sudo mount -t vboxsf Share /root/Share
/sbin/mount.vboxsf: mounting failed with the error: Protocol error