Results 1 to 19 of 19

Thread: Problem getting Share Folders and Copy & Paste on Kali Rolling - Virtualbox

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2015-Oct
    Posts
    27

    Problem getting Share Folders and Copy & Paste on Kali Rolling - Virtualbox

    Hi, I made a new instalation on Virtualbox machine, follow the instructions publish on the website, but i cant get work the virtualbox sharing folders and copy & paste bidirectional.

    I try installing guest adition like the older version and try with apt-get install virtual... and nothing.

    Any help please?

  2. #2
    Join Date
    2016-Mar
    Posts
    3
    I had the same problem with my installation of kali-2016.1 on Virtual box. Following steps fixed it for me.

    apt-get purge virtualbox-guest-x11
    apt-get autoremove --purge
    reboot
    apt-get update
    apt-get dist-upgrade
    reboot
    apt-get update
    apt-get install -y virtualbox-guest-x11
    reboot

    Of course, you have to enable bidirectional copy & paste and shared folder option in Virtua box Machine setup.

  3. #3
    Join Date
    2016-May
    Posts
    1
    Thank you. This worked much much better than the other stuff I've tried. Full screen and shared clipboard now work like a charm. But I'm still having issues with the drag and drop. It "allows" me to drag and drop files into the guest system but the files never actually show up. Any ideas? I'm working from a windows host.

  4. #4
    Join Date
    2016-Nov
    Posts
    1
    Hi, I was having the same problem and I tried this method, but after the second reboot, kali linux is not even capturing my mouse and I cannot navigate the screen. Any idea what's happening?

  5. #5
    Join Date
    2016-Dec
    Posts
    1

    Thans mate

    Quote Originally Posted by lyakov View Post
    I had the same problem with my installation of kali-2016.1 on Virtual box. Following steps fixed it for me.

    apt-get purge virtualbox-guest-x11
    apt-get autoremove --purge
    reboot
    apt-get update
    apt-get dist-upgrade
    reboot
    apt-get update
    apt-get install -y virtualbox-guest-x11
    reboot

    Of course, you have to enable bidirectional copy & paste and shared folder option in Virtua box Machine setup.
    I just make this acc to thank U. It took me almost 2 days to make it work nothing worked until i read urs post ty so much

  6. #6
    Join Date
    2017-Jul
    Posts
    1
    lyakov's solution also worked for me, thanks!

  7. #7
    Join Date
    2017-Nov
    Posts
    1
    Quote Originally Posted by lyakov View Post
    I had the same problem with my installation of kali-2016.1 on Virtual box. Following steps fixed it for me.

    apt-get purge virtualbox-guest-x11
    apt-get autoremove --purge
    reboot
    apt-get update
    apt-get dist-upgrade
    reboot
    apt-get update
    apt-get install -y virtualbox-guest-x11
    reboot

    Of course, you have to enable bidirectional copy & paste and shared folder option in Virtua box Machine setup.
    Great just solve the problem.
    its very helpfull if you explain in detail

  8. #8
    Join Date
    2018-Jun
    Posts
    1
    Quote Originally Posted by lyakov View Post
    I had the same problem with my installation of kali-2016.1 on Virtual box. Following steps fixed it for me.

    apt-get purge virtualbox-guest-x11
    apt-get autoremove --purge
    reboot
    apt-get update
    apt-get dist-upgrade
    reboot
    apt-get update
    apt-get install -y virtualbox-guest-x11
    reboot

    Of course, you have to enable bidirectional copy & paste and shared folder option in Virtua box Machine setup.
    Thanks mate, worked for me. Drag and drop is still giving problems but copy paste is working

  9. #9
    Join Date
    2018-Nov
    Posts
    3
    Quote Originally Posted by lyakov View Post
    I had the same problem with my installation of kali-2016.1 on Virtual box. Following steps fixed it for me.

    apt-get purge virtualbox-guest-x11
    apt-get autoremove --purge
    reboot
    apt-get update
    apt-get dist-upgrade
    reboot
    apt-get update
    apt-get install -y virtualbox-guest-x11
    reboot

    Of course, you have to enable bidirectional copy & paste and shared folder option in Virtua box Machine setup.
    Thanks been dealing this for days

  10. #10
    Join Date
    2015-Oct
    Posts
    27
    I try it, but nothing :-( any other suggestion?

    And I have problem getting my Alfa adapter on Monitor mode too, so I donto know if it's about the same, cause It works fine if I use it on Kali stand alone.

  11. #11
    Join Date
    2015-Oct
    Posts
    27
    Ok, I make it work:

    Just did:

    1.- apt autoremove
    2.- apt-get remove && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
    3.- apt autoremove

    And now it's working the saher and copy&paste.

    But still having problems with the alfa adapter: I'm here -->> https://forums.kali.org/showthread.p...8virtualbox%29

    Thanks for the help.

  12. #12
    Join Date
    2016-Jun
    Posts
    1
    i created this account just to say thank you! after the update some weird things were happening with vbox and LYAKOV's solution got my desktop back at full screen!

    thanks a ton mate!

  13. #13
    Join Date
    2017-Dec
    Posts
    2

    Missing steps

    Thank you for the help, however these steps wasn't enough for my, for some reason. It didn't appear in the media directory after configuring the share, as described in some manuals online.
    I'm using 2017.3 with vbox 5.2.2.

    Here're the extra steps (mounting the shared folder in the guest OS):
    1. create a folder, with whichever name you want wherever you want - this is the mountpoint
    2. mount -t vboxsf [-o OPTIONS] sharename mountpoint
    3. In order to persist the change, you need to modify /etc/fstab and add the following line: sharename /media/vbox_shared_folder vboxsf defaults 0 0


    NOTE: the sharename is what you configured when you defined the folder.

    See some details and different answers here.
    Detailed manual from VirtualBox here.

    Hope it helps anyone.

  14. #14
    Join Date
    2019-Jan
    Posts
    1
    Quote Originally Posted by guyarad View Post
    [cut]
    Hope it helps anyone.
    It worked for me, thanks for your post.

  15. #15
    Join Date
    2017-Dec
    Posts
    2
    @guyarad - Thanks for the help. I was having same issue as you. Followed your steps and issue is now solved.

  16. #16
    Hi lyakov,
    I am having the same problem and followed your instructions but didnt worked for me. I will be kind if you will guide me. Thanks in advance.

  17. #17
    Join Date
    2017-Dec
    Posts
    2
    @DermotDerwin try my suggested solution above

  18. #18
    Join Date
    2017-Dec
    Posts
    2
    Solution also worked for me, thank you lyakov!

  19. #19
    Join Date
    2018-Aug
    Posts
    1
    apt-get purge virtualbox-guest-x11
    apt-get autoremove --purge
    reboot
    apt-get update
    apt-get dist-upgrade
    reboot
    apt-get update
    apt-get install -y virtualbox-guest-x11
    reboot,

    i did this same but still it's not working for me, i have vmware & in settings drag+share & copy paste ticked but it's not working? any help ........

Similar Threads

  1. Kali on Mac OS. Copy paste and D&D not work
    By alexniko in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2022-11-20, 22:20
  2. VirtualBox Bidirectional Copy/Paste not working
    By buglab in forum TroubleShooting Archive
    Replies: 26
    Last Post: 2020-04-14, 21:00
  3. Replies: 0
    Last Post: 2016-11-30, 15:47
  4. Share files and folders between users?
    By BazzaBoiii in forum General Archive
    Replies: 0
    Last Post: 2014-09-11, 22:03

Posting Permissions

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