Windows cannot access Samba server - “not accessible”Ubuntu / Windows 8 Folder Sharing, “Windows cannot access …”Share across network to Windows usersSamba setup for windows domain accessSAMBA — Cannot access Samba share from XPHow to make Samba on an Ubuntu server accessible in multi user on Windows OS?Samba group access permissionsWindows cannot access Samba serverSamba shows folders which are not accessible for a userHow to allow Windows pc to modify Linux files over Samba server without allowing full 777 access?
Why is the logical NOT operator in C-style languages "!" and not "~~"?
Can something have more sugar per 100g than the percentage of sugar that's in it?
Is it possible to use a Mosfet in switching mode as an electronic load?
Conveying the idea of " judge a book by its cover" by " juger un livre par sa couverture"
How to discipline overeager engineer
Why didn't Kes send Voyager home?
Is there such thing as plasma (from reentry) creating lift?
How to work with ElasticSearch in Mathematica?
This fell out of my toilet when I unscrewed the supply line. What is it?
What is the good path to become a Judo teacher?
Mishna Berura Ruling on Tying Tekhelet
Chances of successful landing on the moon
How do lasers measure short distances (<1cm) when electronics are too slow for time-of-flight to work?
Can massive damage kill you while at 0 HP?
Transiting through Switzerland by coach with lots of cash
Would my post-apocalyptic US Government be able to work and function properly?
How to temporarily replace Latin characters with Greek
Does the Creighton Method of Natural Family Planning have a failure rate of 3.2% or less?
Can you pitch an outline?
Meaning/translation of title "The Light Fantastic" By Terry Pratchett
Applications of schemes to mathematical physics
How can I curtail abuse of the Illusion wizard's Illusory Reality feature?
Creating chess engine, machine learning vs. traditional engine?
Should a grammatical article be a part of a web link anchor
Windows cannot access Samba server - “not accessible”
Ubuntu / Windows 8 Folder Sharing, “Windows cannot access …”Share across network to Windows usersSamba setup for windows domain accessSAMBA — Cannot access Samba share from XPHow to make Samba on an Ubuntu server accessible in multi user on Windows OS?Samba group access permissionsWindows cannot access Samba serverSamba shows folders which are not accessible for a userHow to allow Windows pc to modify Linux files over Samba server without allowing full 777 access?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I created the secure Samba server. But in Windows when I try to use it, Windows gives me an error:
\UBUNTUfolder
is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission. Multiple connections to a server or shared resource by the same user, using more than one user name are not allowed. Disconnect all previous connections to the server or shared resource and try again.
16.04 permissions windows samba
add a comment
|
I created the secure Samba server. But in Windows when I try to use it, Windows gives me an error:
\UBUNTUfolder
is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission. Multiple connections to a server or shared resource by the same user, using more than one user name are not allowed. Disconnect all previous connections to the server or shared resource and try again.
16.04 permissions windows samba
add a comment
|
I created the secure Samba server. But in Windows when I try to use it, Windows gives me an error:
\UBUNTUfolder
is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission. Multiple connections to a server or shared resource by the same user, using more than one user name are not allowed. Disconnect all previous connections to the server or shared resource and try again.
16.04 permissions windows samba
I created the secure Samba server. But in Windows when I try to use it, Windows gives me an error:
\UBUNTUfolder
is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission. Multiple connections to a server or shared resource by the same user, using more than one user name are not allowed. Disconnect all previous connections to the server or shared resource and try again.
16.04 permissions windows samba
16.04 permissions windows samba
edited Dec 12 '16 at 7:54
wjandrea
10.1k4 gold badges32 silver badges70 bronze badges
10.1k4 gold badges32 silver badges70 bronze badges
asked Dec 12 '16 at 5:50
esteeste
11 silver badge2 bronze badges
11 silver badge2 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
sudo apt-get install samba
sudo nano /etc/samba/smb.conf
Put at the end:
comment = Ubuntu File Server Share
path = /home/ubuntu/ubuntu # The path to the folder
browsable = yes
guest ok = yes
read only = no
create mask = 7777
Then create folder:
sudo mkdir -p /home/ubuntu/ubuntu
sudo chown nobody.nogroup /home/ubuntu/ubuntu
Then try the Ubuntu IP address from Windows
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/4.0/"u003ecc by-sa 4.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%2f859721%2fwindows-cannot-access-samba-server-not-accessible%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
sudo apt-get install samba
sudo nano /etc/samba/smb.conf
Put at the end:
comment = Ubuntu File Server Share
path = /home/ubuntu/ubuntu # The path to the folder
browsable = yes
guest ok = yes
read only = no
create mask = 7777
Then create folder:
sudo mkdir -p /home/ubuntu/ubuntu
sudo chown nobody.nogroup /home/ubuntu/ubuntu
Then try the Ubuntu IP address from Windows
add a comment
|
sudo apt-get install samba
sudo nano /etc/samba/smb.conf
Put at the end:
comment = Ubuntu File Server Share
path = /home/ubuntu/ubuntu # The path to the folder
browsable = yes
guest ok = yes
read only = no
create mask = 7777
Then create folder:
sudo mkdir -p /home/ubuntu/ubuntu
sudo chown nobody.nogroup /home/ubuntu/ubuntu
Then try the Ubuntu IP address from Windows
add a comment
|
sudo apt-get install samba
sudo nano /etc/samba/smb.conf
Put at the end:
comment = Ubuntu File Server Share
path = /home/ubuntu/ubuntu # The path to the folder
browsable = yes
guest ok = yes
read only = no
create mask = 7777
Then create folder:
sudo mkdir -p /home/ubuntu/ubuntu
sudo chown nobody.nogroup /home/ubuntu/ubuntu
Then try the Ubuntu IP address from Windows
sudo apt-get install samba
sudo nano /etc/samba/smb.conf
Put at the end:
comment = Ubuntu File Server Share
path = /home/ubuntu/ubuntu # The path to the folder
browsable = yes
guest ok = yes
read only = no
create mask = 7777
Then create folder:
sudo mkdir -p /home/ubuntu/ubuntu
sudo chown nobody.nogroup /home/ubuntu/ubuntu
Then try the Ubuntu IP address from Windows
edited Dec 12 '16 at 18:21
wjandrea
10.1k4 gold badges32 silver badges70 bronze badges
10.1k4 gold badges32 silver badges70 bronze badges
answered Dec 12 '16 at 12:22
con9wnukcon9wnuk
11 bronze badge
11 bronze badge
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%2f859721%2fwindows-cannot-access-samba-server-not-accessible%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