Transferring files from PC to Ubuntu PC on same network
I recently installed a fresh version of Ubuntu 12.04
I wanted to transfer my old files from my PC that is running Windows, to my other PC which now has Ubuntu installed on it.
They are both on the same network, i feel like this should be something easy. to do, but i cant figure it out at all.
Any help would be appreciated thank you.
I downloaded and installed samba on my Linux computer, and set up a share, but I can not find the directory on my Windows machine. where do I find it?
system-installation samba
add a comment |
I recently installed a fresh version of Ubuntu 12.04
I wanted to transfer my old files from my PC that is running Windows, to my other PC which now has Ubuntu installed on it.
They are both on the same network, i feel like this should be something easy. to do, but i cant figure it out at all.
Any help would be appreciated thank you.
I downloaded and installed samba on my Linux computer, and set up a share, but I can not find the directory on my Windows machine. where do I find it?
system-installation samba
You could try going directly to the share by typing the following into the address bar of Windows file browser: \servershare.
– mikewhatever
Nov 23 '12 at 21:50
where do i get the "server" address?
– Travis
Nov 23 '12 at 22:05
It's either the local address of your Ubuntu machine or its name, can use either or, no difference.
– mikewhatever
Nov 23 '12 at 22:14
add a comment |
I recently installed a fresh version of Ubuntu 12.04
I wanted to transfer my old files from my PC that is running Windows, to my other PC which now has Ubuntu installed on it.
They are both on the same network, i feel like this should be something easy. to do, but i cant figure it out at all.
Any help would be appreciated thank you.
I downloaded and installed samba on my Linux computer, and set up a share, but I can not find the directory on my Windows machine. where do I find it?
system-installation samba
I recently installed a fresh version of Ubuntu 12.04
I wanted to transfer my old files from my PC that is running Windows, to my other PC which now has Ubuntu installed on it.
They are both on the same network, i feel like this should be something easy. to do, but i cant figure it out at all.
Any help would be appreciated thank you.
I downloaded and installed samba on my Linux computer, and set up a share, but I can not find the directory on my Windows machine. where do I find it?
system-installation samba
system-installation samba
edited Jan 15 at 10:27
Codito ergo sum
1,5023825
1,5023825
asked Nov 23 '12 at 21:23
TravisTravis
624
624
You could try going directly to the share by typing the following into the address bar of Windows file browser: \servershare.
– mikewhatever
Nov 23 '12 at 21:50
where do i get the "server" address?
– Travis
Nov 23 '12 at 22:05
It's either the local address of your Ubuntu machine or its name, can use either or, no difference.
– mikewhatever
Nov 23 '12 at 22:14
add a comment |
You could try going directly to the share by typing the following into the address bar of Windows file browser: \servershare.
– mikewhatever
Nov 23 '12 at 21:50
where do i get the "server" address?
– Travis
Nov 23 '12 at 22:05
It's either the local address of your Ubuntu machine or its name, can use either or, no difference.
– mikewhatever
Nov 23 '12 at 22:14
You could try going directly to the share by typing the following into the address bar of Windows file browser: \servershare.
– mikewhatever
Nov 23 '12 at 21:50
You could try going directly to the share by typing the following into the address bar of Windows file browser: \servershare.
– mikewhatever
Nov 23 '12 at 21:50
where do i get the "server" address?
– Travis
Nov 23 '12 at 22:05
where do i get the "server" address?
– Travis
Nov 23 '12 at 22:05
It's either the local address of your Ubuntu machine or its name, can use either or, no difference.
– mikewhatever
Nov 23 '12 at 22:14
It's either the local address of your Ubuntu machine or its name, can use either or, no difference.
– mikewhatever
Nov 23 '12 at 22:14
add a comment |
2 Answers
2
active
oldest
votes
You first need to share the folders from the Windows machine itself.
How you do that is partially going to depend on whether you're running Windows Home, Windows Pro, or Windows Server. It's also going to depend on whether you're running XP, Vista or 7, 2003, or 2008. Once you've got the folder actually SHARED, connecting to it from your Ubuntu PC should be relatively painless.
i have the folders shared on my windows end, but when i try to access the network on ubuntu "travis-pc" doesnt seem to show up. hmmph?
– Travis
Nov 23 '12 at 22:27
add a comment |
In your Windows machine, you should enter the direction of the Ubuntu PC, with this format: \IP-ADDRESS
You can enter this command in the Run menu, open this menu with WindowsKey+R
How do I know what is the IP of the Ubuntu PC?
Just do click in the Network daemon:
And select ´Connection information´ or similar. Now you will see a window similar then this one:
Where you can see your IP adress.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f221104%2ftransferring-files-from-pc-to-ubuntu-pc-on-same-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You first need to share the folders from the Windows machine itself.
How you do that is partially going to depend on whether you're running Windows Home, Windows Pro, or Windows Server. It's also going to depend on whether you're running XP, Vista or 7, 2003, or 2008. Once you've got the folder actually SHARED, connecting to it from your Ubuntu PC should be relatively painless.
i have the folders shared on my windows end, but when i try to access the network on ubuntu "travis-pc" doesnt seem to show up. hmmph?
– Travis
Nov 23 '12 at 22:27
add a comment |
You first need to share the folders from the Windows machine itself.
How you do that is partially going to depend on whether you're running Windows Home, Windows Pro, or Windows Server. It's also going to depend on whether you're running XP, Vista or 7, 2003, or 2008. Once you've got the folder actually SHARED, connecting to it from your Ubuntu PC should be relatively painless.
i have the folders shared on my windows end, but when i try to access the network on ubuntu "travis-pc" doesnt seem to show up. hmmph?
– Travis
Nov 23 '12 at 22:27
add a comment |
You first need to share the folders from the Windows machine itself.
How you do that is partially going to depend on whether you're running Windows Home, Windows Pro, or Windows Server. It's also going to depend on whether you're running XP, Vista or 7, 2003, or 2008. Once you've got the folder actually SHARED, connecting to it from your Ubuntu PC should be relatively painless.
You first need to share the folders from the Windows machine itself.
How you do that is partially going to depend on whether you're running Windows Home, Windows Pro, or Windows Server. It's also going to depend on whether you're running XP, Vista or 7, 2003, or 2008. Once you've got the folder actually SHARED, connecting to it from your Ubuntu PC should be relatively painless.
answered Nov 23 '12 at 22:23
Jim SalterJim Salter
3,86011133
3,86011133
i have the folders shared on my windows end, but when i try to access the network on ubuntu "travis-pc" doesnt seem to show up. hmmph?
– Travis
Nov 23 '12 at 22:27
add a comment |
i have the folders shared on my windows end, but when i try to access the network on ubuntu "travis-pc" doesnt seem to show up. hmmph?
– Travis
Nov 23 '12 at 22:27
i have the folders shared on my windows end, but when i try to access the network on ubuntu "travis-pc" doesnt seem to show up. hmmph?
– Travis
Nov 23 '12 at 22:27
i have the folders shared on my windows end, but when i try to access the network on ubuntu "travis-pc" doesnt seem to show up. hmmph?
– Travis
Nov 23 '12 at 22:27
add a comment |
In your Windows machine, you should enter the direction of the Ubuntu PC, with this format: \IP-ADDRESS
You can enter this command in the Run menu, open this menu with WindowsKey+R
How do I know what is the IP of the Ubuntu PC?
Just do click in the Network daemon:
And select ´Connection information´ or similar. Now you will see a window similar then this one:
Where you can see your IP adress.
add a comment |
In your Windows machine, you should enter the direction of the Ubuntu PC, with this format: \IP-ADDRESS
You can enter this command in the Run menu, open this menu with WindowsKey+R
How do I know what is the IP of the Ubuntu PC?
Just do click in the Network daemon:
And select ´Connection information´ or similar. Now you will see a window similar then this one:
Where you can see your IP adress.
add a comment |
In your Windows machine, you should enter the direction of the Ubuntu PC, with this format: \IP-ADDRESS
You can enter this command in the Run menu, open this menu with WindowsKey+R
How do I know what is the IP of the Ubuntu PC?
Just do click in the Network daemon:
And select ´Connection information´ or similar. Now you will see a window similar then this one:
Where you can see your IP adress.
In your Windows machine, you should enter the direction of the Ubuntu PC, with this format: \IP-ADDRESS
You can enter this command in the Run menu, open this menu with WindowsKey+R
How do I know what is the IP of the Ubuntu PC?
Just do click in the Network daemon:
And select ´Connection information´ or similar. Now you will see a window similar then this one:
Where you can see your IP adress.
answered Nov 23 '12 at 23:07
LucioLucio
12.5k2185159
12.5k2185159
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f221104%2ftransferring-files-from-pc-to-ubuntu-pc-on-same-network%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
You could try going directly to the share by typing the following into the address bar of Windows file browser: \servershare.
– mikewhatever
Nov 23 '12 at 21:50
where do i get the "server" address?
– Travis
Nov 23 '12 at 22:05
It's either the local address of your Ubuntu machine or its name, can use either or, no difference.
– mikewhatever
Nov 23 '12 at 22:14