Fedora 28 and network share
-
Wait, screenshot makes it seem like your trying to connect via AFP? Why?
-
@aaronstuder said in Fedora 28 and network share:
How are you accessing? SMB? NFS?
I have tried AFP, NFS and SMB -
The screenshot shows the error when trying to use any of those types. -
@gjacobse said in Fedora 28 and network share:
has happened - again. Seems I am unable to access the NAS from Fedora.
File services turned on on the NAS:Can you access it from any other OS namely Windows or Mac?
-
@dbeato said in Fedora 28 and network share:
@gjacobse said in Fedora 28 and network share:
has happened - again. Seems I am unable to access the NAS from Fedora.
File services turned on on the NAS:Can you access it from any other OS namely Windows or Mac?
Windows - Yes. No issues.
Ubuntu - Yes.
Linux Mint - Yes -
@gjacobse said in Fedora 28 and network share:
@dbeato said in Fedora 28 and network share:
@gjacobse said in Fedora 28 and network share:
has happened - again. Seems I am unable to access the NAS from Fedora.
File services turned on on the NAS:Can you access it from any other OS namely Windows or Mac?
Windows - Yes. No issues.
Ubuntu - Yes.
Linux Mint - YesStick to the same protocol used in those cases.
-
Don't think it's Fedora... I'm using Fedora WS 28 with Cinnamon (current patches) and can connect to an SMB share just fine using
smb://servername/
-
Restart the NAS?
-
@obsolesce said in Fedora 28 and network share:
Restart the NAS?
Nothing wrong with the NAS, as I can connect to it via other OS.
-
@scottalanmiller said in Fedora 28 and network share:
@gjacobse said in Fedora 28 and network share:
@dbeato said in Fedora 28 and network share:
@gjacobse said in Fedora 28 and network share:
has happened - again. Seems I am unable to access the NAS from Fedora.
File services turned on on the NAS:Can you access it from any other OS namely Windows or Mac?
Windows - Yes. No issues.
Ubuntu - Yes.
Linux Mint - YesStick to the same protocol used in those cases.
Doesn't seem to matter......
-
@obsolesce said in Fedora 28 and network share:
Don't think it's Fedora... I'm using Fedora WS 28 with Cinnamon (current patches) and can connect to an SMB share just fine using
smb://servername/
Will try that... was connectiong via FILE MANAGER, not that it should be any different. FM on Linux Mint and Ubuntu work fine....
-
@gjacobse said in Fedora 28 and network share:
@obsolesce said in Fedora 28 and network share:
Don't think it's Fedora... I'm using Fedora WS 28 with Cinnamon (current patches) and can connect to an SMB share just fine using
smb://servername/
Will try that... was connectiong via FILE MANAGER, not that it should be any different. FM on Linux Mint and Ubuntu work fine....
Its possible your firewall is not allowing you to browse.
-
Found this old thread:
https://mangolassi.it/topic/14054/fedora-26-connect-to-windows-file-share -
@gjacobse said in Fedora 28 and network share:
@scottalanmiller said in Fedora 28 and network share:
@gjacobse said in Fedora 28 and network share:
@dbeato said in Fedora 28 and network share:
@gjacobse said in Fedora 28 and network share:
has happened - again. Seems I am unable to access the NAS from Fedora.
File services turned on on the NAS:Can you access it from any other OS namely Windows or Mac?
Windows - Yes. No issues.
Ubuntu - Yes.
Linux Mint - YesStick to the same protocol used in those cases.
Doesn't seem to matter......
Yes, but stick to it for troubleshooting, don't try other protocols.
-
this works - but that is a bit different than the process I was trying to do.
sudo mkdir /mnt/location sudo mount -v -t cifs //servername/sharename /mnt/point/ -o username=username,password=password
-
@gjacobse said in Fedora 28 and network share:
this works - but that is a bit different than the process I was trying to do.
sudo mkdir /mnt/location sudo mount -v -t cifs //servername/sharename /mnt/point/ -o username=username,password=password
What was it different ? looks normal to me.
-
do you have this installed:
dnf info gvfs-smb
-
@dbeato said in Fedora 28 and network share:
@gjacobse said in Fedora 28 and network share:
this works - but that is a bit different than the process I was trying to do.
sudo mkdir /mnt/location sudo mount -v -t cifs //servername/sharename /mnt/point/ -o username=username,password=password
What was it different ? looks normal to me.
yes - that is normal if you are using cli. But if you are using FILEMANAGER - Network - it won't connect.
-
@gjacobse said in Fedora 28 and network share:
@dbeato said in Fedora 28 and network share:
@gjacobse said in Fedora 28 and network share:
this works - but that is a bit different than the process I was trying to do.
sudo mkdir /mnt/location sudo mount -v -t cifs //servername/sharename /mnt/point/ -o username=username,password=password
What was it different ? looks normal to me.
yes - that is normal if you are using cli. But if you are using FILEMANAGER - Network - it won't connect.
That way is 100% worthless.
Go up in the address bar and type
smb://server/share
-
@obsolesce said in Fedora 28 and network share:
smb://server/share
Thanks - I'll give that a go in the future.