Where does a Ubuntu system store the username and password for a mounted system?Where can I find the mount point for SMB shares in 13.04?smb authentication not working/gvsf empty, gvsf-fuse not working (Ubuntu 14.04)Prevent updating “modified time” when copying files to a mounted Samba folderHow does one mount UNC root? (SMB / CIFS)Ubuntu 18.04 LTS : Mount CIFS On Boot
How do social media apps notify you when someone else takes a screenshot of your profile?
Can every type of linear filter be modelled by a convolution?
How would a race of humanoids with tails design [vehicle] seats?
Copying files: Does Windows write to disk if files are identical
How to distinguish between different instruments in a classical orchestra?
Can an Unconscious PC hear you?
PUTTY - Most insecure SSH client?
Implementation of A* algorithm in C++
Is there an unambiguous name for the social/political theory "liberalism" without "leftist"?
Modeling the Round (Nearest Integer) function
For piano scales, should I let go of the previous key before I hit the next one?
Why didn't Aboriginal Australians discover agriculture?
What is the white square near the viewfinder of the Fujica GW690?
10x10 grid with no unpainted hexominoes
Replacing each letter with the letter that is in the corresponding position from the end of the English alphabet
Teaching asymptotic notations at the beginning of Calculus
what is kern good for
Implement the 2D Hadamard Transform
What is the white stuff emerging from a hole on the surface of Mars?
What does "he was equally game to slip into bit parts" mean?
Is success due to hard work sustainable in academic research?
It's right here. It's very very far
Function of って in this sentence
Make a list of Fibonacci numbers less than 1000, whose index is in the form 3m+1. Verify that all these numbers are odd
Where does a Ubuntu system store the username and password for a mounted system?
Where can I find the mount point for SMB shares in 13.04?smb authentication not working/gvsf empty, gvsf-fuse not working (Ubuntu 14.04)Prevent updating “modified time” when copying files to a mounted Samba folderHow does one mount UNC root? (SMB / CIFS)Ubuntu 18.04 LTS : Mount CIFS On Boot
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have mounted a windows system from a folder.
First I pressed ctrl
+ l
. Then on top in location by SMB protocol I connected to the remote system. I provide the remote system username and password for the first time. Also marked to save the password.
So, for the next time I only provide the SMB url and it connects to the remote system. I found inside my home folder, there is an hidden folder .gvfs
got created. Inside that folder I found the mounted remote system.
Even I restart the machine, it doesn't ask for the username and password again. Ubuntu must store the username and password of the remote system. Where does it store these?
12.04 mount smb
add a comment
|
I have mounted a windows system from a folder.
First I pressed ctrl
+ l
. Then on top in location by SMB protocol I connected to the remote system. I provide the remote system username and password for the first time. Also marked to save the password.
So, for the next time I only provide the SMB url and it connects to the remote system. I found inside my home folder, there is an hidden folder .gvfs
got created. Inside that folder I found the mounted remote system.
Even I restart the machine, it doesn't ask for the username and password again. Ubuntu must store the username and password of the remote system. Where does it store these?
12.04 mount smb
look inside/etc/fstab
do you see a line similar toSMB_CREDENTIALS=
?
– Mitch♦
Feb 26 '14 at 12:14
No. I didn't find anything likeSMB_CREDENTIALS
.
– buddy86
Feb 26 '14 at 12:25
add a comment
|
I have mounted a windows system from a folder.
First I pressed ctrl
+ l
. Then on top in location by SMB protocol I connected to the remote system. I provide the remote system username and password for the first time. Also marked to save the password.
So, for the next time I only provide the SMB url and it connects to the remote system. I found inside my home folder, there is an hidden folder .gvfs
got created. Inside that folder I found the mounted remote system.
Even I restart the machine, it doesn't ask for the username and password again. Ubuntu must store the username and password of the remote system. Where does it store these?
12.04 mount smb
I have mounted a windows system from a folder.
First I pressed ctrl
+ l
. Then on top in location by SMB protocol I connected to the remote system. I provide the remote system username and password for the first time. Also marked to save the password.
So, for the next time I only provide the SMB url and it connects to the remote system. I found inside my home folder, there is an hidden folder .gvfs
got created. Inside that folder I found the mounted remote system.
Even I restart the machine, it doesn't ask for the username and password again. Ubuntu must store the username and password of the remote system. Where does it store these?
12.04 mount smb
12.04 mount smb
edited May 28 at 22:30
jelmer
2,09415 silver badges20 bronze badges
2,09415 silver badges20 bronze badges
asked Feb 26 '14 at 11:58
buddy86buddy86
2081 silver badge6 bronze badges
2081 silver badge6 bronze badges
look inside/etc/fstab
do you see a line similar toSMB_CREDENTIALS=
?
– Mitch♦
Feb 26 '14 at 12:14
No. I didn't find anything likeSMB_CREDENTIALS
.
– buddy86
Feb 26 '14 at 12:25
add a comment
|
look inside/etc/fstab
do you see a line similar toSMB_CREDENTIALS=
?
– Mitch♦
Feb 26 '14 at 12:14
No. I didn't find anything likeSMB_CREDENTIALS
.
– buddy86
Feb 26 '14 at 12:25
look inside
/etc/fstab
do you see a line similar to SMB_CREDENTIALS=
?– Mitch♦
Feb 26 '14 at 12:14
look inside
/etc/fstab
do you see a line similar to SMB_CREDENTIALS=
?– Mitch♦
Feb 26 '14 at 12:14
No. I didn't find anything like
SMB_CREDENTIALS
.– buddy86
Feb 26 '14 at 12:25
No. I didn't find anything like
SMB_CREDENTIALS
.– buddy86
Feb 26 '14 at 12:25
add a comment
|
2 Answers
2
active
oldest
votes
OK your solution is :
In Dash type : Passwords and keys
In Password Tab :
If You delete it, the password will be deleted and will ask you for new credentials for your share .
Try it and reply .
Thanks a lot! You showed me a very important area of Ubuntu system.
– buddy86
Feb 28 '14 at 5:58
add a comment
|
I think it is stored in /etc/samba/smbpasswd
If you want to remove the stored password from samba share ,
you can use:
sudo smbpasswd -x username
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%2f426547%2fwhere-does-a-ubuntu-system-store-the-username-and-password-for-a-mounted-system%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
OK your solution is :
In Dash type : Passwords and keys
In Password Tab :
If You delete it, the password will be deleted and will ask you for new credentials for your share .
Try it and reply .
Thanks a lot! You showed me a very important area of Ubuntu system.
– buddy86
Feb 28 '14 at 5:58
add a comment
|
OK your solution is :
In Dash type : Passwords and keys
In Password Tab :
If You delete it, the password will be deleted and will ask you for new credentials for your share .
Try it and reply .
Thanks a lot! You showed me a very important area of Ubuntu system.
– buddy86
Feb 28 '14 at 5:58
add a comment
|
OK your solution is :
In Dash type : Passwords and keys
In Password Tab :
If You delete it, the password will be deleted and will ask you for new credentials for your share .
Try it and reply .
OK your solution is :
In Dash type : Passwords and keys
In Password Tab :
If You delete it, the password will be deleted and will ask you for new credentials for your share .
Try it and reply .
edited Mar 2 '14 at 17:13
answered Feb 26 '14 at 12:28
nuxnux
24.8k30 gold badges99 silver badges119 bronze badges
24.8k30 gold badges99 silver badges119 bronze badges
Thanks a lot! You showed me a very important area of Ubuntu system.
– buddy86
Feb 28 '14 at 5:58
add a comment
|
Thanks a lot! You showed me a very important area of Ubuntu system.
– buddy86
Feb 28 '14 at 5:58
Thanks a lot! You showed me a very important area of Ubuntu system.
– buddy86
Feb 28 '14 at 5:58
Thanks a lot! You showed me a very important area of Ubuntu system.
– buddy86
Feb 28 '14 at 5:58
add a comment
|
I think it is stored in /etc/samba/smbpasswd
If you want to remove the stored password from samba share ,
you can use:
sudo smbpasswd -x username
add a comment
|
I think it is stored in /etc/samba/smbpasswd
If you want to remove the stored password from samba share ,
you can use:
sudo smbpasswd -x username
add a comment
|
I think it is stored in /etc/samba/smbpasswd
If you want to remove the stored password from samba share ,
you can use:
sudo smbpasswd -x username
I think it is stored in /etc/samba/smbpasswd
If you want to remove the stored password from samba share ,
you can use:
sudo smbpasswd -x username
edited Feb 26 '14 at 12:33
answered Feb 26 '14 at 12:09
g_pg_p
13.8k3 gold badges49 silver badges62 bronze badges
13.8k3 gold badges49 silver badges62 bronze badges
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%2f426547%2fwhere-does-a-ubuntu-system-store-the-username-and-password-for-a-mounted-system%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
look inside
/etc/fstab
do you see a line similar toSMB_CREDENTIALS=
?– Mitch♦
Feb 26 '14 at 12:14
No. I didn't find anything like
SMB_CREDENTIALS
.– buddy86
Feb 26 '14 at 12:25