share files between Debian Wheezy and Windows 8 on LAN
How to Share files between Debian Wheezy and Windows 8? let's suppose my Debian User name is Wheezy and Password is Linux, and my Windows 8 user name is Windows and session login password is Microsoft, what information should I use to share files on LAN network?
Thank you in advance
windows-8 network-shares lan debian-wheezy
add a comment |
How to Share files between Debian Wheezy and Windows 8? let's suppose my Debian User name is Wheezy and Password is Linux, and my Windows 8 user name is Windows and session login password is Microsoft, what information should I use to share files on LAN network?
Thank you in advance
windows-8 network-shares lan debian-wheezy
add a comment |
How to Share files between Debian Wheezy and Windows 8? let's suppose my Debian User name is Wheezy and Password is Linux, and my Windows 8 user name is Windows and session login password is Microsoft, what information should I use to share files on LAN network?
Thank you in advance
windows-8 network-shares lan debian-wheezy
How to Share files between Debian Wheezy and Windows 8? let's suppose my Debian User name is Wheezy and Password is Linux, and my Windows 8 user name is Windows and session login password is Microsoft, what information should I use to share files on LAN network?
Thank you in advance
windows-8 network-shares lan debian-wheezy
windows-8 network-shares lan debian-wheezy
asked Apr 5 '14 at 13:35
Strike LinuxStrike Linux
3815
3815
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
On the Debian box, in a terminal:
sudo apt-get install samba
sudo smbpasswd -a wheezy
By default, Samba will try to keep your Linux and Samba passwords synchronized, so when prompted, enter the same password here you use with your normal login on the Debian box. Next in the terminal, do
/sbin/ifconfig | grep "inet addr"
This will give you the IP address of the Debian box. Let's pretend it's 192.168.0.10 for the sake of this next step.
On the windows machine, hold the Windows key and press R. When you release both, a Run Dialog should pop up. In the box, type
\192.168.0.10homewheezy
Windows should prompt you for a username/password to connect with. Use "wheezy" as the username and use the password you entered above.
This should get you started with sharing files in your home directory on the Debian machine. For more information on Samba's configuration options, see http://samba.org/
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%2f738054%2fshare-files-between-debian-wheezy-and-windows-8-on-lan%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
On the Debian box, in a terminal:
sudo apt-get install samba
sudo smbpasswd -a wheezy
By default, Samba will try to keep your Linux and Samba passwords synchronized, so when prompted, enter the same password here you use with your normal login on the Debian box. Next in the terminal, do
/sbin/ifconfig | grep "inet addr"
This will give you the IP address of the Debian box. Let's pretend it's 192.168.0.10 for the sake of this next step.
On the windows machine, hold the Windows key and press R. When you release both, a Run Dialog should pop up. In the box, type
\192.168.0.10homewheezy
Windows should prompt you for a username/password to connect with. Use "wheezy" as the username and use the password you entered above.
This should get you started with sharing files in your home directory on the Debian machine. For more information on Samba's configuration options, see http://samba.org/
add a comment |
On the Debian box, in a terminal:
sudo apt-get install samba
sudo smbpasswd -a wheezy
By default, Samba will try to keep your Linux and Samba passwords synchronized, so when prompted, enter the same password here you use with your normal login on the Debian box. Next in the terminal, do
/sbin/ifconfig | grep "inet addr"
This will give you the IP address of the Debian box. Let's pretend it's 192.168.0.10 for the sake of this next step.
On the windows machine, hold the Windows key and press R. When you release both, a Run Dialog should pop up. In the box, type
\192.168.0.10homewheezy
Windows should prompt you for a username/password to connect with. Use "wheezy" as the username and use the password you entered above.
This should get you started with sharing files in your home directory on the Debian machine. For more information on Samba's configuration options, see http://samba.org/
add a comment |
On the Debian box, in a terminal:
sudo apt-get install samba
sudo smbpasswd -a wheezy
By default, Samba will try to keep your Linux and Samba passwords synchronized, so when prompted, enter the same password here you use with your normal login on the Debian box. Next in the terminal, do
/sbin/ifconfig | grep "inet addr"
This will give you the IP address of the Debian box. Let's pretend it's 192.168.0.10 for the sake of this next step.
On the windows machine, hold the Windows key and press R. When you release both, a Run Dialog should pop up. In the box, type
\192.168.0.10homewheezy
Windows should prompt you for a username/password to connect with. Use "wheezy" as the username and use the password you entered above.
This should get you started with sharing files in your home directory on the Debian machine. For more information on Samba's configuration options, see http://samba.org/
On the Debian box, in a terminal:
sudo apt-get install samba
sudo smbpasswd -a wheezy
By default, Samba will try to keep your Linux and Samba passwords synchronized, so when prompted, enter the same password here you use with your normal login on the Debian box. Next in the terminal, do
/sbin/ifconfig | grep "inet addr"
This will give you the IP address of the Debian box. Let's pretend it's 192.168.0.10 for the sake of this next step.
On the windows machine, hold the Windows key and press R. When you release both, a Run Dialog should pop up. In the box, type
\192.168.0.10homewheezy
Windows should prompt you for a username/password to connect with. Use "wheezy" as the username and use the password you entered above.
This should get you started with sharing files in your home directory on the Debian machine. For more information on Samba's configuration options, see http://samba.org/
answered Apr 5 '14 at 14:05
LunoLuno
1215
1215
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%2f738054%2fshare-files-between-debian-wheezy-and-windows-8-on-lan%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