What better for mounting local network storage on Linux? Samba, WebDAV or rclone using SFTP?
@opal Cool, wasn't aware of that. I'm of the opinion too.
@opal nfs for some reason isn't available
@opal Oh right, i know why, no encryption.
@matrix sshfs
sshfs user@address:/loc/path /mnt/path
@hj I want to mount Hetzner's storage box so I can't use NFS.
@matrix@gameliberty.club I'd recommend NFS if you're using GNU/Linux exclusively. Samba is definitely the easiest solution to set up for your users as it has the best support on other operating systems. WebDAV is fine too but slightly harder to set up.
Instead of rclone I'd recommend simply using SSHFS tho.
@matrix@gameliberty.club Also yes, you can mount NFS in Windows, but it is not recommended because you'll need to expect your users to open the command prompt. While Samba just gets easily auto discovered by your users.
@sjw No
>rclone using SFTP
sshfs exists lol. probably smb is your best bet yeah