Hi! I'm currently trying to set up a couple of PCs for LAN parties with Bazzite, and I currently have on them two drives: the boot drive and a games drive. I also have set up two user accounts: an admin account where I have logged in with my Steam account and other personal things; and a "LAN" user for whoever may want to use the machines.
This second user has no admin priviledges and I would like it to stay that way, but while I managed for this second games drive to automount on boot, this unpriviledged user account doesn't even have read permissions on it. I've tried changing the permissions of the drive's mount point with
chmod
chmod
(tried running
sudo chmod o+w <mount-point>
sudo chmod o+w <mount-point>
) and the group ownership to
users
users
with
chgrp
chgrp
(tried running
sudo chgrp users <mount-point>
sudo chgrp users <mount-point>
) but the unpriviledged user still cant even read the drive's contents.
I'm running out of ideas now, what am I doing wrong?