this post was submitted on 20 Jun 2023
0 points (50.0% liked)

Self Hosted - Self-hosting your services.

11120 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

I have a Raspberry Pi with a 2TB SSD on which I store all of my media. That media sits in a directory that is capable of being mounted on other computers via NFS.

I have that directory mounted on another computer via NFS in /mnt. I am able to create directories, create files, move files there, and they show up instantaneously on the Raspberry Pi (I do this without sudo because I gave my user write permissions via chown).

However, when I attempt to download a torrent via Transmission and have it automatically save to the NFS-mounted share, it does so for a few seconds, then gives me one of the two following errors:

Error:  Permission denied (/mnt/....)

or

Error: Read-only filesystem (/mnt/....)

My Transmission Daemon user is set up to be my normal user.

Anybody have any ideas? I followed these three tutorials to set it all up:

Thank you in advance for any help you can provide.

top 4 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 1 year ago

Who owns the mount point under /mnt? If it's owned by root you could try changing ownership of it to your user

[โ€“] [email protected] 1 points 1 year ago

Impressive, how did you set that up?

Good luck too btw ๐Ÿ‘

[โ€“] [email protected] 1 points 1 year ago (1 children)

What is the output of

mount | grep mnt
[โ€“] [email protected] 1 points 1 year ago

I actually managed to solve it as shown here