this post was submitted on 01 Jun 2025
10 points (91.7% liked)

rant

99 readers
1 users here now

Want to get something off your chest? Something really pissed you off? Have a good rant here!

Community icon from flaticon

founded 1 year ago
MODERATORS
 

what the actual fuck. It's based on linux right, it has a nice little terminal. Can't mount my NAS by NFS. Have to use SMB. Shitty fucking SMB which has now taken ownership of the files I've moved over and I can't work out how to work with my folders now.

that is all. screams into the void

top 4 comments
sorted by: hot top controversial new old
[–] JAPHacake@feddit.uk 3 points 2 weeks ago (1 children)

Enable developer mode and install void linux.

[–] yeah@feddit.uk 1 points 2 weeks ago

this sounds like a good rabbit hole to fall into. thanks

[–] MouldyCat@feddit.uk 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Samba has always been a bit ropey. I seem to recall NFS being a bit clunky or missing certain features, but I've not used it in years - sshfs has fewer dependencies and works great in my experience. I don't have a NAS though, I use this when I want to browse files on a remote computer using my computer's graphical file-browser: just type sshfs://machinename/path/on/remote/machine in the location bar & it's pretty much as good as browsing locally.

[–] yeah@feddit.uk 2 points 2 weeks ago

never heard of this. I'll have a look. thanks.