Connecting to a Windows Network drive via SMB
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
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
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
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
New contributor
edited Nov 21 at 10:54
KGR
18019
18019
New contributor
asked Nov 21 at 10:50
Chris
11
11
New contributor
New contributor
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
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
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
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
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
New contributor
answered Nov 21 at 11:30
pfleckenstein
1
1
New contributor
New contributor
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