Error 255 when sharing folder on Ubuntu 12.04
up vote
2
down vote
favorite
I try to share folder on Ubuntu, the steps I did:
Right click on folder
I clicked sharing options
Then I clicked share this folder
Then I clicked create share
I got this message :'net usershare' returned error 255: net usershare add: cannot share path..
How to fix this .
12.04 permissions shared-folders sharing
add a comment |
up vote
2
down vote
favorite
I try to share folder on Ubuntu, the steps I did:
Right click on folder
I clicked sharing options
Then I clicked share this folder
Then I clicked create share
I got this message :'net usershare' returned error 255: net usershare add: cannot share path..
How to fix this .
12.04 permissions shared-folders sharing
I had this issue when I tried to add a usershare before samba was installedapt install samba
– ThorSummoner
Mar 13 '17 at 21:45
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I try to share folder on Ubuntu, the steps I did:
Right click on folder
I clicked sharing options
Then I clicked share this folder
Then I clicked create share
I got this message :'net usershare' returned error 255: net usershare add: cannot share path..
How to fix this .
12.04 permissions shared-folders sharing
I try to share folder on Ubuntu, the steps I did:
Right click on folder
I clicked sharing options
Then I clicked share this folder
Then I clicked create share
I got this message :'net usershare' returned error 255: net usershare add: cannot share path..
How to fix this .
12.04 permissions shared-folders sharing
12.04 permissions shared-folders sharing
asked Jun 14 '14 at 8:16
Muath
2094512
2094512
I had this issue when I tried to add a usershare before samba was installedapt install samba
– ThorSummoner
Mar 13 '17 at 21:45
add a comment |
I had this issue when I tried to add a usershare before samba was installedapt install samba
– ThorSummoner
Mar 13 '17 at 21:45
I had this issue when I tried to add a usershare before samba was installed
apt install samba
– ThorSummoner
Mar 13 '17 at 21:45
I had this issue when I tried to add a usershare before samba was installed
apt install samba
– ThorSummoner
Mar 13 '17 at 21:45
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
Open the parent directory with administrator permission and try again
sudo apt-get install gksu
gksu nautilus /your_complete_path/
then share the folder...
Wow. Just wow. All my 3+ years of searching for an out-of-the-box Samba share solution! The problem? I had to run as root. Shame on you Linux Mint, shame.
– Exegesis
Aug 19 '17 at 20:37
add a comment |
up vote
1
down vote
The simplest solution would to be to add the stated lines,
usershare owner only = false
to the Global section of the smb.conf file by,
sudo -H gedit /etc/samba/smb.conf
then save the file and restart the samba service,
sudo restart smbd
Then try again to share the selected folder
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',
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%2f483116%2ferror-255-when-sharing-folder-on-ubuntu-12-04%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
up vote
1
down vote
Open the parent directory with administrator permission and try again
sudo apt-get install gksu
gksu nautilus /your_complete_path/
then share the folder...
Wow. Just wow. All my 3+ years of searching for an out-of-the-box Samba share solution! The problem? I had to run as root. Shame on you Linux Mint, shame.
– Exegesis
Aug 19 '17 at 20:37
add a comment |
up vote
1
down vote
Open the parent directory with administrator permission and try again
sudo apt-get install gksu
gksu nautilus /your_complete_path/
then share the folder...
Wow. Just wow. All my 3+ years of searching for an out-of-the-box Samba share solution! The problem? I had to run as root. Shame on you Linux Mint, shame.
– Exegesis
Aug 19 '17 at 20:37
add a comment |
up vote
1
down vote
up vote
1
down vote
Open the parent directory with administrator permission and try again
sudo apt-get install gksu
gksu nautilus /your_complete_path/
then share the folder...
Open the parent directory with administrator permission and try again
sudo apt-get install gksu
gksu nautilus /your_complete_path/
then share the folder...
answered Nov 18 '16 at 12:26
Mehdi Khademloo
1114
1114
Wow. Just wow. All my 3+ years of searching for an out-of-the-box Samba share solution! The problem? I had to run as root. Shame on you Linux Mint, shame.
– Exegesis
Aug 19 '17 at 20:37
add a comment |
Wow. Just wow. All my 3+ years of searching for an out-of-the-box Samba share solution! The problem? I had to run as root. Shame on you Linux Mint, shame.
– Exegesis
Aug 19 '17 at 20:37
Wow. Just wow. All my 3+ years of searching for an out-of-the-box Samba share solution! The problem? I had to run as root. Shame on you Linux Mint, shame.
– Exegesis
Aug 19 '17 at 20:37
Wow. Just wow. All my 3+ years of searching for an out-of-the-box Samba share solution! The problem? I had to run as root. Shame on you Linux Mint, shame.
– Exegesis
Aug 19 '17 at 20:37
add a comment |
up vote
1
down vote
The simplest solution would to be to add the stated lines,
usershare owner only = false
to the Global section of the smb.conf file by,
sudo -H gedit /etc/samba/smb.conf
then save the file and restart the samba service,
sudo restart smbd
Then try again to share the selected folder
add a comment |
up vote
1
down vote
The simplest solution would to be to add the stated lines,
usershare owner only = false
to the Global section of the smb.conf file by,
sudo -H gedit /etc/samba/smb.conf
then save the file and restart the samba service,
sudo restart smbd
Then try again to share the selected folder
add a comment |
up vote
1
down vote
up vote
1
down vote
The simplest solution would to be to add the stated lines,
usershare owner only = false
to the Global section of the smb.conf file by,
sudo -H gedit /etc/samba/smb.conf
then save the file and restart the samba service,
sudo restart smbd
Then try again to share the selected folder
The simplest solution would to be to add the stated lines,
usershare owner only = false
to the Global section of the smb.conf file by,
sudo -H gedit /etc/samba/smb.conf
then save the file and restart the samba service,
sudo restart smbd
Then try again to share the selected folder
edited Dec 5 at 9:38
pa4080
13.2k52561
13.2k52561
answered Jun 14 '14 at 10:01
StallionSA
45826
45826
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f483116%2ferror-255-when-sharing-folder-on-ubuntu-12-04%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
I had this issue when I tried to add a usershare before samba was installed
apt install samba
– ThorSummoner
Mar 13 '17 at 21:45