ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Fedora 28 and network share

    IT Discussion
    readynas fedora28 fedora 28 nfs share
    6
    21
    3.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Alex Sage
      last edited by

      Wait, screenshot makes it seem like your trying to connect via AFP? Why?

      1 Reply Last reply Reply Quote 1
      • gjacobseG
        gjacobse @Alex Sage
        last edited by

        @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.

        1 Reply Last reply Reply Quote 0
        • dbeatoD
          dbeato
          last edited by

          @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?

          gjacobseG 1 Reply Last reply Reply Quote 0
          • gjacobseG
            gjacobse @dbeato
            last edited by

            @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

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @gjacobse
              last edited by

              @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 - Yes

              Stick to the same protocol used in those cases.

              gjacobseG 1 Reply Last reply Reply Quote 0
              • ObsolesceO
                Obsolesce
                last edited by Obsolesce

                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/

                gjacobseG 1 Reply Last reply Reply Quote 0
                • ObsolesceO
                  Obsolesce
                  last edited by

                  Restart the NAS?

                  gjacobseG 1 Reply Last reply Reply Quote 0
                  • gjacobseG
                    gjacobse @Obsolesce
                    last edited by

                    @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.

                    1 Reply Last reply Reply Quote 0
                    • gjacobseG
                      gjacobse @scottalanmiller
                      last edited by

                      @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 - Yes

                      Stick to the same protocol used in those cases.

                      Doesn't seem to matter......

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • gjacobseG
                        gjacobse @Obsolesce
                        last edited by

                        @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....

                        black3dynamiteB 1 Reply Last reply Reply Quote 0
                        • black3dynamiteB
                          black3dynamite @gjacobse
                          last edited by

                          @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.

                          1 Reply Last reply Reply Quote 0
                          • gjacobseG
                            gjacobse
                            last edited by

                            Found this old thread:
                            https://mangolassi.it/topic/14054/fedora-26-connect-to-windows-file-share

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @gjacobse
                              last edited by

                              @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 - Yes

                              Stick 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.

                              1 Reply Last reply Reply Quote 0
                              • gjacobseG
                                gjacobse
                                last edited by

                                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
                                
                                dbeatoD 1 Reply Last reply Reply Quote 0
                                • dbeatoD
                                  dbeato @gjacobse
                                  last edited by

                                  @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.

                                  gjacobseG 1 Reply Last reply Reply Quote 0
                                  • ObsolesceO
                                    Obsolesce
                                    last edited by

                                    do you have this installed:

                                    dnf info gvfs-smb

                                    1 Reply Last reply Reply Quote 0
                                    • gjacobseG
                                      gjacobse @dbeato
                                      last edited by

                                      @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.
                                      0_1527624189097_Selection_005.png

                                      ObsolesceO 1 Reply Last reply Reply Quote 0
                                      • ObsolesceO
                                        Obsolesce @gjacobse
                                        last edited by

                                        @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.
                                        0_1527624189097_Selection_005.png

                                        That way is 100% worthless.

                                        Go up in the address bar and type smb://server/share

                                        1 Reply Last reply Reply Quote 2
                                        • gjacobseG
                                          gjacobse
                                          last edited by

                                          @obsolesce said in Fedora 28 and network share:

                                          smb://server/share

                                          Thanks - I'll give that a go in the future.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          • First post
                                            Last post