I have a samba share running on my server (just an Intel N100 Mini PC). It’s running Fedora Atomic and my desktop is also running Fedora Atomic.

While it’s good enough to watch videos on, reliability when it comes to uploading files to it has been very poor. The connection ends up timing out after a few minutes of uploading.

I found that using rsync to upload files to it has been a lot more reliable.

  • Samsy@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    6 hours ago

    Since there is no M$ machine in my network I removed samba and simply just use sftp everywhere.

  • Spaz@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    16 hours ago

    If you dont care about permissions, use NFS. If you need protected shares, use SMBv3, force blocking of SMBv1 protocol.

    I have a mix of both NFS and SMBv3 shares between NAS, Windows 11, Ubuntu, and MacOS machines. It can be done, not too difficult unless you are trying to mount things weird in proxmox or something.

  • mvirts@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    18 hours ago

    Maybe watch your system logs on the server when it’s having trouble, could be something random.

  • ISolox@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    20 hours ago

    No issues using SMB with my Unraid and transferring to/from my main Fedora 42 KDE PC.

  • Michal@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    21 hours ago

    Unusable for me on Fedora. I’m unable to watch movies or videos over network from NAS, have to copy it first

  • J_on_Lemmy@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    22 hours ago

    No problems with it here, I’ve uploaded a W10(5.7GB) iso and 30GB worth of Music without an issues. The host computer is running DietPi which is Debian based.

  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    1 day ago

    Rsync will always be faster than SMB. NFS will be faster than both other options. It’s a protocol thing. You should tune your SMB config properly though, as there are tweaks that can benefit throughput greatly.

  • ohshit604@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 day ago

    When I first started using Linux I only knew of SMB file sharing, if I remember correctly it was relatively easy to setup but eventually ran into permission issues so I then switched over to SSHFS.

  • frongt@lemmy.zip
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    2 days ago

    It’s running Fedora Atomic and my desktop is also running Fedora Atomic.

    Then why are you using Samba? It’s primarily for Windows. Use nfs or sshfs. Or if you’re running a media server, you could run an additional file management service like filebrowser.