I am running a NAS that needs to connect to a server (the NAS isn’t powerful enough). I also need to connect my NAS to a Windows, Mac, and Linux device (Linux being the most important, then Mac, then Windows). Out of SMB, FTP, and NFS, which one would be the best, quickest, and most secure for my situation? My NAS supports multiple sharing protocols, but I don’t want to deal with mixed up permissions and conflicts later on.

  • @[email protected]
    link
    fedilink
    English
    927 days ago

    SMB for the windows clients, possibly NFS as well for the others. *nix will talk with SMB fine, but NFS may be faster. Windows’ NFS support is shit though.

    Running both daemons won’t really add much overhead

    • @[email protected]
      link
      fedilink
      English
      727 days ago

      SMB works fine on everything. Whatever NAS they are running will be using the same Samba implementation anyway.

      • @[email protected]
        link
        fedilink
        English
        1127 days ago

        I’ve found SMB to more frequently have connection issues with my Linux clients, and often be slower. It’ll work, but if you’re mainly supporting Linux clients, might as well set up NFS if you like toying with things anyways

        • @monomon
          link
          English
          727 days ago

          Same here, SMB was significantly slower in our organization than NFS.

          • @[email protected]
            link
            fedilink
            English
            127 days ago

            Because SMB is slower than NFS. OP isn’t concerned about that, but rather ease of use, and persisting perms and ownership.

            • @monomon
              link
              English
              227 days ago

              Fair enough, i thought it should be noted. The difference was significant at times.