Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: VirtualBox Shared folders

  1. #1
    Join Date
    Oct 2011
    Beans
    9

    Question VirtualBox Shared folders

    Hello,
    Ubuntu-10.04.3-server (french)
    VirtualBox-4.1.4-74291-Win.exe
    I have installed Ubuntu server as guest on a windows XP system
    Now I need to get access to a shared folder between the 2 systems.
    dkms is installed
    I added the vboxguestadditions (but I can't see any effect of this one)

    But I allways get an error on the 2 following instructions :

    sudo mount -t vboxsf Shared /mnt/shared : "mount : type inconnu de systeme de fichier 'vboxsf'" , means unknown filesystem vboxsf

    sudo mount.vboxsf Shared /mnt/shared : Command not found

    Can somebody help me to get this work ?

  2. #2
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: VirtualBox Shared folders

    Hi

    Does this help ?

    https://help.ubuntu.com/community/Vi.../SharedFolders

    Did you reboot ?

    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  3. #3
    Join Date
    Oct 2011
    Beans
    9

    Re: VirtualBox Shared folders

    Thanks for your help !
    I don't know very much about the linux filesystem

    I tried both :

    cd /cdrom ok, but the sh command : sh: can't open VBoxLinuxAdditions-x86.run

    and in /media, there is nothing (ls)

    So I wonder if there is anywhere the vbox iso
    I checked in the VB menu : under devices / CD-Ropm : I see that VBoxGuestAdditions.iso is checked

    I must have missed something, but what !

  4. #4
    Join Date
    Dec 2009
    Beans
    6,772

    Re: VirtualBox Shared folders

    Open up VBox then: Devices > Install Guest Additions

    This will mount the Additions iso. It should run automatically but if it doesn't it should be under /media/VBOXADDITIONS.....

    So:
    cd /media/VBOXADDITIONS.....
    sudo sh VBoxLinuxAdditions.run

    Once you install it you no longer have to do any manual mount it's automatically mounted at:
    /media/sf_share-name
    You may get an error because you are not a member of the vboxsf group so you will need to add yourself:
    Code:
    sudo gpasswd -a username vboxsf
    Then logout and login again.

  5. #5
    Join Date
    May 2010
    Location
    uk
    Beans
    9,249
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: VirtualBox Shared folders

    Hi

    Do you have it as a module ?

    What do these return ?

    Code:
    modprobe -l vboxsf
    That is a small L above.

    ... and this ...

    Code:
    lsmod | grep vboxsf
    and this..

    Code:
    cat /proc/filesystems
    Kind regards
    If you believe everything you read, you better not read. ~ Japanese Proverb

    If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain

    Thinking about becoming an Ubuntu Member?

  6. #6
    Join Date
    Oct 2011
    Beans
    9

    Re: VirtualBox Shared folders

    Open up VBox then: Devices > Install Guest Additions

    This will mount the Additions iso. It should run automatically but if it doesn't it should be under /media/VBOXADDITIONS.....
    This is what I did but there is nothing at all in /media !

    modprobe -l vboxsf
    Nothing

    lsmod | grep vboxsf
    Nothing

    cat /proc/filesystems
    see attached png file
    Attached Images Attached Images

  7. #7
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: VirtualBox Shared folders

    I seem to recall that the guest additions require a DE to install.

    Also, Ubuntu server doesn't auto mount like Ubuntu desktop does from what I remember. So you'll have to mount the iso manually and then try to install it that way.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  8. #8
    Join Date
    Oct 2011
    Beans
    9

    Re: VirtualBox Shared folders

    Sorry but what is DE ?

    Can you tell me how mount the iso manually ?

  9. #9
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: VirtualBox Shared folders

    Quote Originally Posted by gtrennert View Post
    Sorry but what is DE ?

    Can you tell me how mount the iso manually ?
    DE = Desktop environment.

    Just mount the ISO in virtualbox then mount it somewhere using mount:

    Code:
    sudo mount /dev/cdrom /path/to/somefolder/
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  10. #10
    Join Date
    Oct 2011
    Beans
    9

    Re: VirtualBox Shared folders

    OK - here's what I got - in the end something got wrong "...failed"
    Attached Images Attached Images

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •