Elektrine lite

← Feed

@Purple@woof.tech

Post #2186552

2026-05-04 15:40 UTC

@MrDOS@hachyderm.io I could, but it would be a lot more complicated to setup as samba set the permissions of the files properly to match the rest of the volume I think the manual once in a few days copy to a disk works better

Replies (1)

  • @MrDOS@hachyderm.io 2026-05-04 15:59

    @Purple@woof.tech Yeah, fair. I handle the ownership problem by forcing all access to the same UID/GID in my /etc/exports: /home/files 192.168.0.0/16(insecure,rw,no_subtree_check,all_squash,anonuid=1001,anongid=1001) But that doesn't do anything for permissions. nfsd doesn't have any umask configuration.

    Open ##2186553