Windows 10 Can't access samba shareSamba needs additional restart on reboot?SAMBA — Cannot access Samba share from XPSamba shares not accessible from Windows 8.1 with Ubuntu 14.04 LTSWindows7 machine cannot access Linux share folders via Samba, help pleaseSamba Broken after 13.04->14.04 upgradeIssues with Samba ConnectionSamba - Error while copying , invalid argumentUbuntu 16.04 - Mac OS X clients can't edit files from other users on samba shareSamba is not working but smbclient doesSamba server can only be accessed locally using smbclient?
How do I gain the trust of other PCs?
How can I detect if I'm in a subshell?
Does knowing the surface area of all faces uniquely determine a tetrahedron?
Having some issue with notation in a Hilbert space
Why can't I craft scaffolding in Minecraft 1.14?
Leveraging cash for buying car
At what temperature should the earth be cooked to prevent human infection?
Why is gun control associated with the socially liberal Democratic party?
How to make a villain when your PCs are villains?
What do I put on my resume to make the company i'm applying to think i'm mature enough to handle a job?
Can "Es tut mir leid" be used to express empathy rather than remorse?
...and then she held the gun
Why is Skinner so awkward in Hot Fuzz?
Is there a term for someone whose preferred policies are a mix of Left and Right?
How would Japanese people react to someone refusing to say “itadakimasu” for religious reasons?
Is the infant mortality rate among African-American babies in Youngstown, Ohio greater than that of babies in Iran?
How can Caller ID be faked?
Time at 1G acceleration to travel 100000 light years
Co-worker is now managing my team. Does this mean that I'm being demoted?
Why are almost all the people in this orchestra recording wearing headphones with one ear on and one ear off?
Why can't we feel the Earth's revolution?
XML Query Question
High-end PC graphics circa 1990?
Redirecting output only on a successful command call
Windows 10 Can't access samba share
Samba needs additional restart on reboot?SAMBA — Cannot access Samba share from XPSamba shares not accessible from Windows 8.1 with Ubuntu 14.04 LTSWindows7 machine cannot access Linux share folders via Samba, help pleaseSamba Broken after 13.04->14.04 upgradeIssues with Samba ConnectionSamba - Error while copying , invalid argumentUbuntu 16.04 - Mac OS X clients can't edit files from other users on samba shareSamba is not working but smbclient doesSamba server can only be accessed locally using smbclient?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have Ubuntu 16.04.1. I have Samba 4.
Windows writes access denied. I can reach the shared folder, but I can't access. My smb.conf
file:
[megosztas]
path = /home/attila/Asztal/megosztas
available = yes
valid users = fel1
read only = no
browseable = yes
public = yes
writeable = yes
guest ok = yes
16.04 samba
|
show 1 more comment
I have Ubuntu 16.04.1. I have Samba 4.
Windows writes access denied. I can reach the shared folder, but I can't access. My smb.conf
file:
[megosztas]
path = /home/attila/Asztal/megosztas
available = yes
valid users = fel1
read only = no
browseable = yes
public = yes
writeable = yes
guest ok = yes
16.04 samba
What are the permissions of that folder? Runls -ld /home/attila/Asztal/megosztas
to find out.
– mikewhatever
Nov 6 '16 at 18:36
drwxrwxrwx 2 attila attila 4096 nov 6 18:27 /home/attila/Asztal/megosztas This is the output
– icebolt
Nov 6 '16 at 18:52
I tried smbclient to login, but that also failed. The output: Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu] tree connect failed: NT_STATUS_ACCESS_DENIED
– icebolt
Nov 6 '16 at 18:55
Does the user fel1 exist on Ubuntu?
– mikewhatever
Nov 6 '16 at 19:38
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again. :)
– icebolt
Nov 6 '16 at 19:46
|
show 1 more comment
I have Ubuntu 16.04.1. I have Samba 4.
Windows writes access denied. I can reach the shared folder, but I can't access. My smb.conf
file:
[megosztas]
path = /home/attila/Asztal/megosztas
available = yes
valid users = fel1
read only = no
browseable = yes
public = yes
writeable = yes
guest ok = yes
16.04 samba
I have Ubuntu 16.04.1. I have Samba 4.
Windows writes access denied. I can reach the shared folder, but I can't access. My smb.conf
file:
[megosztas]
path = /home/attila/Asztal/megosztas
available = yes
valid users = fel1
read only = no
browseable = yes
public = yes
writeable = yes
guest ok = yes
16.04 samba
16.04 samba
edited Nov 6 '16 at 18:17
user589808
asked Nov 6 '16 at 18:04
icebolticebolt
1115
1115
What are the permissions of that folder? Runls -ld /home/attila/Asztal/megosztas
to find out.
– mikewhatever
Nov 6 '16 at 18:36
drwxrwxrwx 2 attila attila 4096 nov 6 18:27 /home/attila/Asztal/megosztas This is the output
– icebolt
Nov 6 '16 at 18:52
I tried smbclient to login, but that also failed. The output: Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu] tree connect failed: NT_STATUS_ACCESS_DENIED
– icebolt
Nov 6 '16 at 18:55
Does the user fel1 exist on Ubuntu?
– mikewhatever
Nov 6 '16 at 19:38
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again. :)
– icebolt
Nov 6 '16 at 19:46
|
show 1 more comment
What are the permissions of that folder? Runls -ld /home/attila/Asztal/megosztas
to find out.
– mikewhatever
Nov 6 '16 at 18:36
drwxrwxrwx 2 attila attila 4096 nov 6 18:27 /home/attila/Asztal/megosztas This is the output
– icebolt
Nov 6 '16 at 18:52
I tried smbclient to login, but that also failed. The output: Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu] tree connect failed: NT_STATUS_ACCESS_DENIED
– icebolt
Nov 6 '16 at 18:55
Does the user fel1 exist on Ubuntu?
– mikewhatever
Nov 6 '16 at 19:38
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again. :)
– icebolt
Nov 6 '16 at 19:46
What are the permissions of that folder? Run
ls -ld /home/attila/Asztal/megosztas
to find out.– mikewhatever
Nov 6 '16 at 18:36
What are the permissions of that folder? Run
ls -ld /home/attila/Asztal/megosztas
to find out.– mikewhatever
Nov 6 '16 at 18:36
drwxrwxrwx 2 attila attila 4096 nov 6 18:27 /home/attila/Asztal/megosztas This is the output
– icebolt
Nov 6 '16 at 18:52
drwxrwxrwx 2 attila attila 4096 nov 6 18:27 /home/attila/Asztal/megosztas This is the output
– icebolt
Nov 6 '16 at 18:52
I tried smbclient to login, but that also failed. The output: Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu] tree connect failed: NT_STATUS_ACCESS_DENIED
– icebolt
Nov 6 '16 at 18:55
I tried smbclient to login, but that also failed. The output: Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu] tree connect failed: NT_STATUS_ACCESS_DENIED
– icebolt
Nov 6 '16 at 18:55
Does the user fel1 exist on Ubuntu?
– mikewhatever
Nov 6 '16 at 19:38
Does the user fel1 exist on Ubuntu?
– mikewhatever
Nov 6 '16 at 19:38
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again. :)
– icebolt
Nov 6 '16 at 19:46
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again. :)
– icebolt
Nov 6 '16 at 19:46
|
show 1 more comment
1 Answer
1
active
oldest
votes
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again
2
Welcome to Ask Ubuntu! I recommend editing this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on AskUbuntu.)
– David Foerster
Nov 7 '16 at 18:05
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%2f846301%2fwindows-10-cant-access-samba-share%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 solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again
2
Welcome to Ask Ubuntu! I recommend editing this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on AskUbuntu.)
– David Foerster
Nov 7 '16 at 18:05
add a comment |
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again
2
Welcome to Ask Ubuntu! I recommend editing this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on AskUbuntu.)
– David Foerster
Nov 7 '16 at 18:05
add a comment |
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again
edited Nov 8 '16 at 19:33
Elder Geek
27.8k1058133
27.8k1058133
answered Nov 7 '16 at 14:54
icebolticebolt
1115
1115
2
Welcome to Ask Ubuntu! I recommend editing this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on AskUbuntu.)
– David Foerster
Nov 7 '16 at 18:05
add a comment |
2
Welcome to Ask Ubuntu! I recommend editing this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on AskUbuntu.)
– David Foerster
Nov 7 '16 at 18:05
2
2
Welcome to Ask Ubuntu! I recommend editing this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on AskUbuntu.)
– David Foerster
Nov 7 '16 at 18:05
Welcome to Ask Ubuntu! I recommend editing this answer to expand it with specific details about how to do this. (See also How do I write a good answer? for general advice about what sorts of answers are considered most valuable on AskUbuntu.)
– David Foerster
Nov 7 '16 at 18:05
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%2f846301%2fwindows-10-cant-access-samba-share%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 are the permissions of that folder? Run
ls -ld /home/attila/Asztal/megosztas
to find out.– mikewhatever
Nov 6 '16 at 18:36
drwxrwxrwx 2 attila attila 4096 nov 6 18:27 /home/attila/Asztal/megosztas This is the output
– icebolt
Nov 6 '16 at 18:52
I tried smbclient to login, but that also failed. The output: Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu] tree connect failed: NT_STATUS_ACCESS_DENIED
– icebolt
Nov 6 '16 at 18:55
Does the user fel1 exist on Ubuntu?
– mikewhatever
Nov 6 '16 at 19:38
I solved the problem. I just added the smbpasswd before I added the user with adduser. I just used smbpasswd -a user again. :)
– icebolt
Nov 6 '16 at 19:46