Cannot access Windows share via samba
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I cannot access Window machines via samba service in Ubuntu 16.04. I uninstalled and reinstalled samba service like this:
sudo apt-get remove samba*
sudo apt-get purge samba*
After this operation I performed:
sudo apt install samba samba-common
I restarted the machine and then, when I tried to connect:
smb://192.168.... etc the Connect button is inactive and underneath the connection window I have a message that reads "This file server type is not recognized". What went wrong? Thank you.
ubuntu
add a comment |Â
up vote
0
down vote
favorite
I cannot access Window machines via samba service in Ubuntu 16.04. I uninstalled and reinstalled samba service like this:
sudo apt-get remove samba*
sudo apt-get purge samba*
After this operation I performed:
sudo apt install samba samba-common
I restarted the machine and then, when I tried to connect:
smb://192.168.... etc the Connect button is inactive and underneath the connection window I have a message that reads "This file server type is not recognized". What went wrong? Thank you.
ubuntu
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I cannot access Window machines via samba service in Ubuntu 16.04. I uninstalled and reinstalled samba service like this:
sudo apt-get remove samba*
sudo apt-get purge samba*
After this operation I performed:
sudo apt install samba samba-common
I restarted the machine and then, when I tried to connect:
smb://192.168.... etc the Connect button is inactive and underneath the connection window I have a message that reads "This file server type is not recognized". What went wrong? Thank you.
ubuntu
I cannot access Window machines via samba service in Ubuntu 16.04. I uninstalled and reinstalled samba service like this:
sudo apt-get remove samba*
sudo apt-get purge samba*
After this operation I performed:
sudo apt install samba samba-common
I restarted the machine and then, when I tried to connect:
smb://192.168.... etc the Connect button is inactive and underneath the connection window I have a message that reads "This file server type is not recognized". What went wrong? Thank you.
ubuntu
edited Jan 23 at 10:28
GAD3R
22.4k154894
22.4k154894
asked Jan 22 at 20:28
ShadowWarrior
36
36
add a comment |Â
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
1
down vote
accepted
It looks like you need to install the package gvfs-backends
Run this command:
sudo apt install gvfs-backends
add a comment |Â
up vote
1
down vote
You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.
You need either smb-client
or cifs-utils
/cifs-tools
. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.
Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
â ShadowWarrior
Jan 22 at 21:13
add a comment |Â
up vote
0
down vote
After some python like installations smb not worked. it is sorted out by adding below command in terminal
sudo apt install gvfs-backends
and then give an update or sometimes it needs a restart
sudo apt-get update
New contributor
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
It looks like you need to install the package gvfs-backends
Run this command:
sudo apt install gvfs-backends
add a comment |Â
up vote
1
down vote
accepted
It looks like you need to install the package gvfs-backends
Run this command:
sudo apt install gvfs-backends
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
It looks like you need to install the package gvfs-backends
Run this command:
sudo apt install gvfs-backends
It looks like you need to install the package gvfs-backends
Run this command:
sudo apt install gvfs-backends
answered Jan 22 at 20:57
D'Arcy Nader
678414
678414
add a comment |Â
add a comment |Â
up vote
1
down vote
You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.
You need either smb-client
or cifs-utils
/cifs-tools
. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.
Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
â ShadowWarrior
Jan 22 at 21:13
add a comment |Â
up vote
1
down vote
You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.
You need either smb-client
or cifs-utils
/cifs-tools
. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.
Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
â ShadowWarrior
Jan 22 at 21:13
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.
You need either smb-client
or cifs-utils
/cifs-tools
. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.
You do not need Samba. Samba is the server protocol for SMB and serves data in the other direction; with it, Windows can mount shares offered by your Ubuntu 16.04.
You need either smb-client
or cifs-utils
/cifs-tools
. This page details CIFS utils for Ubuntu 16.04 to mount Windows shares.
answered Jan 22 at 21:06
LSerni
2,326615
2,326615
Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
â ShadowWarrior
Jan 22 at 21:13
add a comment |Â
Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
â ShadowWarrior
Jan 22 at 21:13
Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
â ShadowWarrior
Jan 22 at 21:13
Thank you. It worked with the other solution as well. But now I will install the packages just in case. I remember having them installed previously. I am still a beginner in Linux.
â ShadowWarrior
Jan 22 at 21:13
add a comment |Â
up vote
0
down vote
After some python like installations smb not worked. it is sorted out by adding below command in terminal
sudo apt install gvfs-backends
and then give an update or sometimes it needs a restart
sudo apt-get update
New contributor
add a comment |Â
up vote
0
down vote
After some python like installations smb not worked. it is sorted out by adding below command in terminal
sudo apt install gvfs-backends
and then give an update or sometimes it needs a restart
sudo apt-get update
New contributor
add a comment |Â
up vote
0
down vote
up vote
0
down vote
After some python like installations smb not worked. it is sorted out by adding below command in terminal
sudo apt install gvfs-backends
and then give an update or sometimes it needs a restart
sudo apt-get update
New contributor
After some python like installations smb not worked. it is sorted out by adding below command in terminal
sudo apt install gvfs-backends
and then give an update or sometimes it needs a restart
sudo apt-get update
New contributor
New contributor
answered Aug 27 at 5:38
hemss
1
1
New contributor
New contributor
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f418940%2fcannot-access-windows-share-via-samba%23new-answer', 'question_page');
);
Post as a guest
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
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
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