Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3546

Raspberry Pi OS • Re: How to make uSD card visible to other user?

$
0
0
Sounds to me like it's behaving entirely as expected. And that you're relying on the desktop's automounter.

You can open the filesystem to all users by making sure it's mounted then running

Code:

sudo chmod a+w /media/knute/64GB
but that won't solve the problem that only the user knute can traverse /media/knute.

Further, if your other user is logged in to the desktop (and your primary user is not) the mountpoint will change (to /media/their-user-name/64GB).

Ideal solution? Mount it via /etc/fstab to a path both users have access to.

[shameless self promotion]
Using fstab A Beginner's Guide
[/shameless self promotion]

Statistics: Posted by thagrol — Fri Jun 20, 2025 11:12 pm



Viewing all articles
Browse latest Browse all 3546

Trending Articles