[Solved] How to share a folder

Discussions related to using VirtualBox on Windows hosts.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: How to share a folder

Post by socratis »

scottgus1 wrote:Am I missing something?
No, no, no... you're right on the money! 8)


@'tlax38'
Why did you choose to skip over the first part of the error
Kernel headers not found for target kernel 4.19.0.6-amd64. Please install them and ...
and went straight to the second? After the "and" I mean...
... and execute /sbin/rcvboxadd setup
Don't you think that the first part is more important, especially if it a single sentence?


So, install the kernel headers asked of you. And because I feel a question coming (which you should be searching for if you want to learn), use the following command:
  • 
    sudo apt-get update
    sudo apt-get install kernel-headers-$(uname -r) kernel-devel-$(uname -r)
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
tlax38
Posts: 19
Joined: 17. Oct 2019, 10:52

Re: How to share a folder

Post by tlax38 »

It seems like Kernel-readers can't be found:

I add my sources.list so you can tell which one is missing.
Kernel-Headers.JPG
Kernel-Headers.JPG (99.36 KiB) Viewed 1774 times
Kernel-Headers3.JPG
Kernel-Headers3.JPG (55.14 KiB) Viewed 1774 times
fth0
Volunteer
Posts: 5677
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: How to share a folder

Post by fth0 »

socratis wrote:kernel-headers-$(uname -r)
It should be "linux-headers-$(uname -r)" instead. ;)
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: How to share a folder

Post by socratis »

fth0 wrote:It should be "linux-headers-$(uname -r)" instead.
I need to update my notes then, they're getting old. Thanks 'fth0'... ;)

@tlax38
If you are to attach a picture online, please keep it as a PNG. JPEGs lose clarity and they're bigger than PNGs... ;)
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
tlax38
Posts: 19
Joined: 17. Oct 2019, 10:52

Re: How to share a folder

Post by tlax38 »

It doesn't seem to work either...
Attachments
Kernel-Headers4.PNG
Kernel-Headers4.PNG (31.88 KiB) Viewed 1764 times
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: How to share a folder

Post by scottgus1 »

Please keep in mind that the Guest Additions error is telling you that something that should be in the Linux OS is not there. It is not part of Virtualbox for you to go find what is missing and get it.

Installing kernel headers and other maintenance of an OS are not in the scope of the Virtualbox forum. In other words, you'll need to web-search and forum-search on Linux sources for how to maintain and upgrade Linux. Once that is complete, then try installing Guest Additions.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: How to share a folder

Post by socratis »

tlax38 wrote:I installed Debian 10 on Virtualbox.
Can you please tell me which exactly Debian 10 you installed, what options did you check? The link to the page that you downloaded the ISO from? Or even the ISO name/link itself? I want to replicate your setup. It seems we're running around circles here...
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
tlax38
Posts: 19
Joined: 17. Oct 2019, 10:52

Re: How to share a folder

Post by tlax38 »

Hi,

My shared folder at last is mounted and reachable.
Sorry for not having always been up to the job and thank you all for your help,
let me offer you a piece of cake.
Cake Portal.jpg
Cake Portal.jpg (30.52 KiB) Viewed 1716 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: How to share a folder

Post by socratis »

Cake accepted with pleasure! :)

Marking as [Solved].
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply