Re: mounting thumb drive

2021-12-10 Thread Geoffrey Leach
On Fri, 10 Dec 2021 18:06:44 -0500 Go Canes wrote: > On Fri, Dec 10, 2021 at 5:04 PM Geoffrey Leach > wrote: > > Fedora 32, updated at EOL, FWIW. > > Is there a way to mount using the UUID (a) without running as root > > and (b) without a fstab entry? Thanks. > > Maybe start with lsblk -o NAM

Re: mounting thumb drive

2021-12-10 Thread Go Canes
On Fri, Dec 10, 2021 at 5:04 PM Geoffrey Leach wrote: > Fedora 32, updated at EOL, FWIW. > Is there a way to mount using the UUID (a) without running as root and > (b) without a fstab entry? Thanks. Maybe start with lsblk -o NAME,UUID to map the UUID to a device? No idea if it is available at Fe

mounting thumb drive

2021-12-10 Thread Geoffrey Leach
Fedora 32, updated at EOL, FWIW. I have a Perl script which I use to manage thumb drives. In particular, it supports mounting without an entry in /etc/fstab. My problem is that mount forbids a normal user to mount using a UUID, so the script runs as root. Is there a way to mount using the UUID (