this post was submitted on 26 Sep 2025
695 points (98.7% liked)

Greentext

8745 readers
85 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] source_of_truth@lemmy.world 5 points 11 months ago (2 children)

NFS is weird to me because the only security seems to be by what ip is connecting?

[–] greedytacothief@lemmy.dbzer0.com 3 points 11 months ago

I only access it over a local network or wire guard. It's not perfect security, but also I'm willing to accept that risk.

[–] rumschlumpel@feddit.org 2 points 11 months ago (1 children)

And the encryption you hopefully put on your files.

[–] source_of_truth@lemmy.world 4 points 11 months ago (1 children)

If the server is going to serve them in a useful way, they need te be decrypted. Pretty inconvenient to decrypt every file before use.

[–] rumschlumpel@feddit.org 2 points 11 months ago (1 children)

I find that decrypting locally is piss-easy, you only have to do it once on mounting the drive. Maybe not if you use shitty devices like smart TVs.

[–] source_of_truth@lemmy.world 1 points 11 months ago* (last edited 11 months ago) (1 children)

You mean decrypting on the client, or full disk encryption on the server?

What are you using?

[–] rumschlumpel@feddit.org 2 points 11 months ago (1 children)

Decrypting on the client. Create an encrypted container on the server (e.g. with gocryptfs), mount the drive on the client, decrypt the container and mount the decrypted container as a drive.

[–] source_of_truth@lemmy.world 1 points 11 months ago

I guess that works.