Can't access Dolphin samba share in Win10


up vote
0
down vote
favorite
I use Kubuntu 17.10.I have a ntfs partition mounted at boot and with uid=1000 and gui=1000 like my user. In Dolphin I can share it with right click, properties, share, share with samba. Under Everyone
I set ---
and under my name I set Full Control
. I can't check Allow Guests
checkbox (?!).
In Win10 if I try to mount this drive, I enter IP address and I get username and password prompt. However, I get access denied
all the time. Am I missing something?
kubuntu samba dolphin
add a comment |Â
up vote
0
down vote
favorite
I use Kubuntu 17.10.I have a ntfs partition mounted at boot and with uid=1000 and gui=1000 like my user. In Dolphin I can share it with right click, properties, share, share with samba. Under Everyone
I set ---
and under my name I set Full Control
. I can't check Allow Guests
checkbox (?!).
In Win10 if I try to mount this drive, I enter IP address and I get username and password prompt. However, I get access denied
all the time. Am I missing something?
kubuntu samba dolphin
1
Did you add your user name to the samba password database? As in - without quotes: "sudo smbpasswd -a your-user-name"
â Morbius1
Apr 10 at 10:50
Well, thank you, that was it! Although, this should be made obvious for user through GUI, when creating a share. Please write it as an answer so I can accept it.
â Hrvoje T
Apr 10 at 11:34
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I use Kubuntu 17.10.I have a ntfs partition mounted at boot and with uid=1000 and gui=1000 like my user. In Dolphin I can share it with right click, properties, share, share with samba. Under Everyone
I set ---
and under my name I set Full Control
. I can't check Allow Guests
checkbox (?!).
In Win10 if I try to mount this drive, I enter IP address and I get username and password prompt. However, I get access denied
all the time. Am I missing something?
kubuntu samba dolphin
I use Kubuntu 17.10.I have a ntfs partition mounted at boot and with uid=1000 and gui=1000 like my user. In Dolphin I can share it with right click, properties, share, share with samba. Under Everyone
I set ---
and under my name I set Full Control
. I can't check Allow Guests
checkbox (?!).
In Win10 if I try to mount this drive, I enter IP address and I get username and password prompt. However, I get access denied
all the time. Am I missing something?
kubuntu samba dolphin
kubuntu samba dolphin
asked Apr 10 at 8:39


Hrvoje T
218415
218415
1
Did you add your user name to the samba password database? As in - without quotes: "sudo smbpasswd -a your-user-name"
â Morbius1
Apr 10 at 10:50
Well, thank you, that was it! Although, this should be made obvious for user through GUI, when creating a share. Please write it as an answer so I can accept it.
â Hrvoje T
Apr 10 at 11:34
add a comment |Â
1
Did you add your user name to the samba password database? As in - without quotes: "sudo smbpasswd -a your-user-name"
â Morbius1
Apr 10 at 10:50
Well, thank you, that was it! Although, this should be made obvious for user through GUI, when creating a share. Please write it as an answer so I can accept it.
â Hrvoje T
Apr 10 at 11:34
1
1
Did you add your user name to the samba password database? As in - without quotes: "sudo smbpasswd -a your-user-name"
â Morbius1
Apr 10 at 10:50
Did you add your user name to the samba password database? As in - without quotes: "sudo smbpasswd -a your-user-name"
â Morbius1
Apr 10 at 10:50
Well, thank you, that was it! Although, this should be made obvious for user through GUI, when creating a share. Please write it as an answer so I can accept it.
â Hrvoje T
Apr 10 at 11:34
Well, thank you, that was it! Although, this should be made obvious for user through GUI, when creating a share. Please write it as an answer so I can accept it.
â Hrvoje T
Apr 10 at 11:34
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Did you add your user name to the samba password database? As in:
sudo smbpasswd -a your-user-name
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Did you add your user name to the samba password database? As in:
sudo smbpasswd -a your-user-name
add a comment |Â
up vote
1
down vote
accepted
Did you add your user name to the samba password database? As in:
sudo smbpasswd -a your-user-name
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Did you add your user name to the samba password database? As in:
sudo smbpasswd -a your-user-name
Did you add your user name to the samba password database? As in:
sudo smbpasswd -a your-user-name
answered Apr 10 at 13:21
Morbius1
84616
84616
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1023568%2fcant-access-dolphin-samba-share-in-win10%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
1
Did you add your user name to the samba password database? As in - without quotes: "sudo smbpasswd -a your-user-name"
â Morbius1
Apr 10 at 10:50
Well, thank you, that was it! Although, this should be made obvious for user through GUI, when creating a share. Please write it as an answer so I can accept it.
â Hrvoje T
Apr 10 at 11:34