mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

16K
active users

Amadeus Paulussen

How do you connect to your on ?
I'd like to keep using , but I'm not sure it's if I'm only using it on my . I also use and , but sometimes I'd just like to browse my files in . 🙃

@amadeus if you just want to browse files you can use fish:// in kde atleast. Its an enhanced fs over ssh.

@amadeus

SSHFS in my case. It lets me browse files with Nautilus. But more than a question of security, it was far more reliable than SMB, whose large transfers all too often failed.

@gnomelibre That sounds very interesting, thank you!

@amadeus My experience is that NFS is faster and more reliable than all other options (for a Linux-only ecosystem). It also depends on what your concerns over security are... The weak point of most home security is usually iffy domestic modem / routers, rather than NAS protocol choice, anyway.

@mxv I have had the same experience in terms of NFS performance. So far I haven't set up or for NFS and simply allowed my computer's IPs for NFS on the NAS. Further more a relatively restrictive is running on both my computers and the NAS. So far I have been a bit shy to start setting up NFS encryption and/or kerberos. 🫣

@amadeus If you're only connecting to the NAS from within your local network, with only a couple of people using it, then in my experience its not worth extra security measures. 99.9% of the time it's better to redirect the effort to making a second backup of the data, rather than beefing up security. ;-)

@mxv Thanks for sharing your experience. 🙌 I found using NFS a bit strange from the beginning, like, you know, without username and password. But I think you're right. 🙏

@amadeus `sshfs` via SSH, `smb`, `nfs`, and `iscsi`...I think I've got them all covered. I also use Nautilus via mounting the share using `smb4k`.

@amadeus I tried to make a NAS with my Raspbbery Pi 4 and I always connected via SSH - so I recommend SSH.

@amadeus I avoid NFS like fire. If server goes down, it's impossible to unmount the directory on the client.

As my laptop can at one time be at home and another far away, I prefer more flexible solutions. Like NextCloud, where some files I can keep synchronized and other I can access via web interface or download when needed.
Also ssh/scp, because it already works.

@etam Interesting point! Thanks for sharing. 🙌

@amadeus @neurologo it depends on what do want to do. For acceding files in my LAN I use NFS. For configs, ssh. I think that NFS is as secure as your LAN.