Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
It worked, you nailed it! So, the problem was that with automount it was root that was mounting, which ended up breaking permissions. As a result, I could not unmount the drive, and Pika couldn't do backups. After setting the uid, it started to work properly as it began mounting under my name. As such, changing user to users was not required. But now I know the difference, so thank you anyway!
Case closed, and thank you again.
Ah. That's right. You need to use the uid as the network share doesn't have permissions the way a local partition would. Normally it's unneeded, as the drive, folder and file permissions are set on the drive, and those are the ones that matter once it is mounted.
Note that the uid only sets access permissions. It does not actually mount the share as you, so you'll still need to be root to unmount it, unless you change user to users.
Aha, caught that one, and indeed, you are right. Unmounts correctly now!