Connecting to a Windows Network drive via SMB

Multi tool use
up vote
0
down vote
favorite
I'm a relative linux-noob
still. I've managed to join my machine to my company's domain however I'm for some reason unable to access any of our file shares through the "connect to server" function on Nautilus.
Its asking me for a user-name, domain and password.
I believe I'm entering the correct details but I'm being refused? Is there something I'm missing or I could be doing wrong?
Any tips would be greatly appreciated, it might be something simple as I'm used to the windows methods of things.
Running on 18.10 Ubuntu.
networking nautilus samba smb
New contributor
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
I'm a relative linux-noob
still. I've managed to join my machine to my company's domain however I'm for some reason unable to access any of our file shares through the "connect to server" function on Nautilus.
Its asking me for a user-name, domain and password.
I believe I'm entering the correct details but I'm being refused? Is there something I'm missing or I could be doing wrong?
Any tips would be greatly appreciated, it might be something simple as I'm used to the windows methods of things.
Running on 18.10 Ubuntu.
networking nautilus samba smb
New contributor
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm a relative linux-noob
still. I've managed to join my machine to my company's domain however I'm for some reason unable to access any of our file shares through the "connect to server" function on Nautilus.
Its asking me for a user-name, domain and password.
I believe I'm entering the correct details but I'm being refused? Is there something I'm missing or I could be doing wrong?
Any tips would be greatly appreciated, it might be something simple as I'm used to the windows methods of things.
Running on 18.10 Ubuntu.
networking nautilus samba smb
New contributor
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm a relative linux-noob
still. I've managed to join my machine to my company's domain however I'm for some reason unable to access any of our file shares through the "connect to server" function on Nautilus.
Its asking me for a user-name, domain and password.
I believe I'm entering the correct details but I'm being refused? Is there something I'm missing or I could be doing wrong?
Any tips would be greatly appreciated, it might be something simple as I'm used to the windows methods of things.
Running on 18.10 Ubuntu.
networking nautilus samba smb
networking nautilus samba smb
New contributor
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 21 at 10:54
KGR
18019
18019
New contributor
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 21 at 10:50
Chris
11
11
New contributor
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Chris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Have you tried mounting in command window?
Something like
mount -t cifs //myserver/share /local/path -o user=USERNAME,pass=PASSWORD,domain=DOMAINNAME
It should not be important if your host is joined to the domain. Or do you want to auth with kerberos or something like that?
New contributor
pfleckenstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Thanks i tried this but im getting "mount: /home/it/Documents: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program." error, any ideas?
– Chris
Nov 21 at 11:48
Have you installed package cifs-utils? Is there a command called "mount.cifs"?
– pfleckenstein
Nov 21 at 12:04
Wow, thanks so much for the help, this worked!
– Chris
Nov 21 at 12:42
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Have you tried mounting in command window?
Something like
mount -t cifs //myserver/share /local/path -o user=USERNAME,pass=PASSWORD,domain=DOMAINNAME
It should not be important if your host is joined to the domain. Or do you want to auth with kerberos or something like that?
New contributor
pfleckenstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Thanks i tried this but im getting "mount: /home/it/Documents: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program." error, any ideas?
– Chris
Nov 21 at 11:48
Have you installed package cifs-utils? Is there a command called "mount.cifs"?
– pfleckenstein
Nov 21 at 12:04
Wow, thanks so much for the help, this worked!
– Chris
Nov 21 at 12:42
add a comment |
up vote
0
down vote
Have you tried mounting in command window?
Something like
mount -t cifs //myserver/share /local/path -o user=USERNAME,pass=PASSWORD,domain=DOMAINNAME
It should not be important if your host is joined to the domain. Or do you want to auth with kerberos or something like that?
New contributor
pfleckenstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Thanks i tried this but im getting "mount: /home/it/Documents: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program." error, any ideas?
– Chris
Nov 21 at 11:48
Have you installed package cifs-utils? Is there a command called "mount.cifs"?
– pfleckenstein
Nov 21 at 12:04
Wow, thanks so much for the help, this worked!
– Chris
Nov 21 at 12:42
add a comment |
up vote
0
down vote
up vote
0
down vote
Have you tried mounting in command window?
Something like
mount -t cifs //myserver/share /local/path -o user=USERNAME,pass=PASSWORD,domain=DOMAINNAME
It should not be important if your host is joined to the domain. Or do you want to auth with kerberos or something like that?
New contributor
pfleckenstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Have you tried mounting in command window?
Something like
mount -t cifs //myserver/share /local/path -o user=USERNAME,pass=PASSWORD,domain=DOMAINNAME
It should not be important if your host is joined to the domain. Or do you want to auth with kerberos or something like that?
New contributor
pfleckenstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
pfleckenstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Nov 21 at 11:30
pfleckenstein
1
1
New contributor
pfleckenstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
pfleckenstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
pfleckenstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Thanks i tried this but im getting "mount: /home/it/Documents: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program." error, any ideas?
– Chris
Nov 21 at 11:48
Have you installed package cifs-utils? Is there a command called "mount.cifs"?
– pfleckenstein
Nov 21 at 12:04
Wow, thanks so much for the help, this worked!
– Chris
Nov 21 at 12:42
add a comment |
Thanks i tried this but im getting "mount: /home/it/Documents: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program." error, any ideas?
– Chris
Nov 21 at 11:48
Have you installed package cifs-utils? Is there a command called "mount.cifs"?
– pfleckenstein
Nov 21 at 12:04
Wow, thanks so much for the help, this worked!
– Chris
Nov 21 at 12:42
Thanks i tried this but im getting "mount: /home/it/Documents: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program." error, any ideas?
– Chris
Nov 21 at 11:48
Thanks i tried this but im getting "mount: /home/it/Documents: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program." error, any ideas?
– Chris
Nov 21 at 11:48
Have you installed package cifs-utils? Is there a command called "mount.cifs"?
– pfleckenstein
Nov 21 at 12:04
Have you installed package cifs-utils? Is there a command called "mount.cifs"?
– pfleckenstein
Nov 21 at 12:04
Wow, thanks so much for the help, this worked!
– Chris
Nov 21 at 12:42
Wow, thanks so much for the help, this worked!
– Chris
Nov 21 at 12:42
add a comment |
Chris is a new contributor. Be nice, and check out our Code of Conduct.
Chris is a new contributor. Be nice, and check out our Code of Conduct.
Chris is a new contributor. Be nice, and check out our Code of Conduct.
Chris is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1094766%2fconnecting-to-a-windows-network-drive-via-smb%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
OG0QfjLYo,GUXERp3N6 UiYoNI3 iSjoLY1DfEi8IlMt0FaYoc BsV3dkw5C