Unable to access shared folder using Virtualbox 6.0 (openSUSE)
For my VM, I tried to set up a shared directory as follows: enter image description here
However, using the terminal, I cannot seem to find the "/media/" directory under which the shared directory is supposed to be found. enter image description here
I also have been unable to locate the shared directory directly:
enter image description here
Based on some previous answers here, I have:
Installed Extension pack for 6.0.0 enter image description here
Installed Guest Additions. enter image description here
Edited the file /etc/group. Changed line vboxsf:x:999 and added at the end :myusername snd saved. enter image description here
Restarted the VM multiple times.
Removed Guest Additions and added them again.
If you know anything that might help me, I would very much appreciate that.
virtualbox virtual-machine opensuse
add a comment |
For my VM, I tried to set up a shared directory as follows: enter image description here
However, using the terminal, I cannot seem to find the "/media/" directory under which the shared directory is supposed to be found. enter image description here
I also have been unable to locate the shared directory directly:
enter image description here
Based on some previous answers here, I have:
Installed Extension pack for 6.0.0 enter image description here
Installed Guest Additions. enter image description here
Edited the file /etc/group. Changed line vboxsf:x:999 and added at the end :myusername snd saved. enter image description here
Restarted the VM multiple times.
Removed Guest Additions and added them again.
If you know anything that might help me, I would very much appreciate that.
virtualbox virtual-machine opensuse
1
I can't verify myself, but I think you have tomount
the folder manually. See stackoverflow.com/a/30085093/3697870
– Heath Raftery
Jan 7 at 17:05
add a comment |
For my VM, I tried to set up a shared directory as follows: enter image description here
However, using the terminal, I cannot seem to find the "/media/" directory under which the shared directory is supposed to be found. enter image description here
I also have been unable to locate the shared directory directly:
enter image description here
Based on some previous answers here, I have:
Installed Extension pack for 6.0.0 enter image description here
Installed Guest Additions. enter image description here
Edited the file /etc/group. Changed line vboxsf:x:999 and added at the end :myusername snd saved. enter image description here
Restarted the VM multiple times.
Removed Guest Additions and added them again.
If you know anything that might help me, I would very much appreciate that.
virtualbox virtual-machine opensuse
For my VM, I tried to set up a shared directory as follows: enter image description here
However, using the terminal, I cannot seem to find the "/media/" directory under which the shared directory is supposed to be found. enter image description here
I also have been unable to locate the shared directory directly:
enter image description here
Based on some previous answers here, I have:
Installed Extension pack for 6.0.0 enter image description here
Installed Guest Additions. enter image description here
Edited the file /etc/group. Changed line vboxsf:x:999 and added at the end :myusername snd saved. enter image description here
Restarted the VM multiple times.
Removed Guest Additions and added them again.
If you know anything that might help me, I would very much appreciate that.
virtualbox virtual-machine opensuse
virtualbox virtual-machine opensuse
asked Jan 7 at 15:50
user981988user981988
61
61
1
I can't verify myself, but I think you have tomount
the folder manually. See stackoverflow.com/a/30085093/3697870
– Heath Raftery
Jan 7 at 17:05
add a comment |
1
I can't verify myself, but I think you have tomount
the folder manually. See stackoverflow.com/a/30085093/3697870
– Heath Raftery
Jan 7 at 17:05
1
1
I can't verify myself, but I think you have to
mount
the folder manually. See stackoverflow.com/a/30085093/3697870– Heath Raftery
Jan 7 at 17:05
I can't verify myself, but I think you have to
mount
the folder manually. See stackoverflow.com/a/30085093/3697870– Heath Raftery
Jan 7 at 17:05
add a comment |
1 Answer
1
active
oldest
votes
I was having the same problem, until I've run the Guest Additions from the command line (sudo ./VBoxLinuxAdditions.run
).
Then I've discovered that I was missing the following packages: gcc make perl
.
Then I've installed them and run again the installer from command line (sudo ./VBoxLinuxAdditions.run
).
Next reboot the system.
After that the shared folders are correctly configured.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391539%2funable-to-access-shared-folder-using-virtualbox-6-0-opensuse%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I was having the same problem, until I've run the Guest Additions from the command line (sudo ./VBoxLinuxAdditions.run
).
Then I've discovered that I was missing the following packages: gcc make perl
.
Then I've installed them and run again the installer from command line (sudo ./VBoxLinuxAdditions.run
).
Next reboot the system.
After that the shared folders are correctly configured.
add a comment |
I was having the same problem, until I've run the Guest Additions from the command line (sudo ./VBoxLinuxAdditions.run
).
Then I've discovered that I was missing the following packages: gcc make perl
.
Then I've installed them and run again the installer from command line (sudo ./VBoxLinuxAdditions.run
).
Next reboot the system.
After that the shared folders are correctly configured.
add a comment |
I was having the same problem, until I've run the Guest Additions from the command line (sudo ./VBoxLinuxAdditions.run
).
Then I've discovered that I was missing the following packages: gcc make perl
.
Then I've installed them and run again the installer from command line (sudo ./VBoxLinuxAdditions.run
).
Next reboot the system.
After that the shared folders are correctly configured.
I was having the same problem, until I've run the Guest Additions from the command line (sudo ./VBoxLinuxAdditions.run
).
Then I've discovered that I was missing the following packages: gcc make perl
.
Then I've installed them and run again the installer from command line (sudo ./VBoxLinuxAdditions.run
).
Next reboot the system.
After that the shared folders are correctly configured.
answered Jan 7 at 17:56
pringipringi
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1391539%2funable-to-access-shared-folder-using-virtualbox-6-0-opensuse%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I can't verify myself, but I think you have to
mount
the folder manually. See stackoverflow.com/a/30085093/3697870– Heath Raftery
Jan 7 at 17:05