Best way to share guest folder with host computer
I am running a Ubuntu VM on my MacOS X (host) using VMWare Fusion. I have found a lot of information about sharing the host partition with the guest VM but not much on sharing the guest folder/partition with host. I read about using smb or nfs to do that. Isn't there an easier and faster way to do this?
macos ubuntu vmware-fusion shared-folders
add a comment |
I am running a Ubuntu VM on my MacOS X (host) using VMWare Fusion. I have found a lot of information about sharing the host partition with the guest VM but not much on sharing the guest folder/partition with host. I read about using smb or nfs to do that. Isn't there an easier and faster way to do this?
macos ubuntu vmware-fusion shared-folders
What I usually do is having a specific folder on the host to use inside the guest. I use it to save documents, etc and when I turn off the guest the files are on the host. I believe it's more pratical.
– Gus Fune
Jan 20 '16 at 5:22
If you want to do the opposite. You could use smb on Ubuntu to create a shared folder and then connect via the host using Finder (Go -> Connect to Server -> smb://the-guest-ip-address), but it needs to be connected to the network to work: help.ubuntu.com/community/…!
– Gus Fune
Jan 20 '16 at 5:24
This is a good question, I usually usescp/rsync
on my MacOS to get files that stored in my Ubuntu VM.
– Alan
Dec 27 '18 at 14:53
add a comment |
I am running a Ubuntu VM on my MacOS X (host) using VMWare Fusion. I have found a lot of information about sharing the host partition with the guest VM but not much on sharing the guest folder/partition with host. I read about using smb or nfs to do that. Isn't there an easier and faster way to do this?
macos ubuntu vmware-fusion shared-folders
I am running a Ubuntu VM on my MacOS X (host) using VMWare Fusion. I have found a lot of information about sharing the host partition with the guest VM but not much on sharing the guest folder/partition with host. I read about using smb or nfs to do that. Isn't there an easier and faster way to do this?
macos ubuntu vmware-fusion shared-folders
macos ubuntu vmware-fusion shared-folders
edited Jul 3 '16 at 11:46
Hennes
59.1k792141
59.1k792141
asked May 22 '15 at 0:07
AmitAmit
1264
1264
What I usually do is having a specific folder on the host to use inside the guest. I use it to save documents, etc and when I turn off the guest the files are on the host. I believe it's more pratical.
– Gus Fune
Jan 20 '16 at 5:22
If you want to do the opposite. You could use smb on Ubuntu to create a shared folder and then connect via the host using Finder (Go -> Connect to Server -> smb://the-guest-ip-address), but it needs to be connected to the network to work: help.ubuntu.com/community/…!
– Gus Fune
Jan 20 '16 at 5:24
This is a good question, I usually usescp/rsync
on my MacOS to get files that stored in my Ubuntu VM.
– Alan
Dec 27 '18 at 14:53
add a comment |
What I usually do is having a specific folder on the host to use inside the guest. I use it to save documents, etc and when I turn off the guest the files are on the host. I believe it's more pratical.
– Gus Fune
Jan 20 '16 at 5:22
If you want to do the opposite. You could use smb on Ubuntu to create a shared folder and then connect via the host using Finder (Go -> Connect to Server -> smb://the-guest-ip-address), but it needs to be connected to the network to work: help.ubuntu.com/community/…!
– Gus Fune
Jan 20 '16 at 5:24
This is a good question, I usually usescp/rsync
on my MacOS to get files that stored in my Ubuntu VM.
– Alan
Dec 27 '18 at 14:53
What I usually do is having a specific folder on the host to use inside the guest. I use it to save documents, etc and when I turn off the guest the files are on the host. I believe it's more pratical.
– Gus Fune
Jan 20 '16 at 5:22
What I usually do is having a specific folder on the host to use inside the guest. I use it to save documents, etc and when I turn off the guest the files are on the host. I believe it's more pratical.
– Gus Fune
Jan 20 '16 at 5:22
If you want to do the opposite. You could use smb on Ubuntu to create a shared folder and then connect via the host using Finder (Go -> Connect to Server -> smb://the-guest-ip-address), but it needs to be connected to the network to work: help.ubuntu.com/community/…!
– Gus Fune
Jan 20 '16 at 5:24
If you want to do the opposite. You could use smb on Ubuntu to create a shared folder and then connect via the host using Finder (Go -> Connect to Server -> smb://the-guest-ip-address), but it needs to be connected to the network to work: help.ubuntu.com/community/…!
– Gus Fune
Jan 20 '16 at 5:24
This is a good question, I usually use
scp/rsync
on my MacOS to get files that stored in my Ubuntu VM.– Alan
Dec 27 '18 at 14:53
This is a good question, I usually use
scp/rsync
on my MacOS to get files that stored in my Ubuntu VM.– Alan
Dec 27 '18 at 14:53
add a comment |
1 Answer
1
active
oldest
votes
Best to map a folder of the host to be visible inside the VM (for read/write).
The data will always be available in the host, independently of the having the VM running.
Check this link
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%2f917992%2fbest-way-to-share-guest-folder-with-host-computer%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
Best to map a folder of the host to be visible inside the VM (for read/write).
The data will always be available in the host, independently of the having the VM running.
Check this link
add a comment |
Best to map a folder of the host to be visible inside the VM (for read/write).
The data will always be available in the host, independently of the having the VM running.
Check this link
add a comment |
Best to map a folder of the host to be visible inside the VM (for read/write).
The data will always be available in the host, independently of the having the VM running.
Check this link
Best to map a folder of the host to be visible inside the VM (for read/write).
The data will always be available in the host, independently of the having the VM running.
Check this link
answered Jan 23 at 18:03
David NogueiraDavid Nogueira
11
11
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%2f917992%2fbest-way-to-share-guest-folder-with-host-computer%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
What I usually do is having a specific folder on the host to use inside the guest. I use it to save documents, etc and when I turn off the guest the files are on the host. I believe it's more pratical.
– Gus Fune
Jan 20 '16 at 5:22
If you want to do the opposite. You could use smb on Ubuntu to create a shared folder and then connect via the host using Finder (Go -> Connect to Server -> smb://the-guest-ip-address), but it needs to be connected to the network to work: help.ubuntu.com/community/…!
– Gus Fune
Jan 20 '16 at 5:24
This is a good question, I usually use
scp/rsync
on my MacOS to get files that stored in my Ubuntu VM.– Alan
Dec 27 '18 at 14:53