Re: /run/media

2022-12-28 Thread Joe Zeff
On 12/28/2022 02:41 PM, Stephen Morris wrote: Just for info, the mounting of the removable device under /run/media/ is not Gnome specific it is also done that way under KDE, so from that I would assume it is system wide. Xfce as well. ___ users mai

Re: /run/media

2022-12-28 Thread Stephen Morris
On 28/12/22 12:43, Amadeus WM via users wrote: It looks like if you add it to /etc/fstab, then Gnome auto-mounting won't touch it. Confirmed! Works like a charm, thank you very much! Just for info, the mounting of the removable device under /run/media/ is not Gnome specific it is also done that

Re: /run/media

2022-12-27 Thread Joe Zeff
On 12/27/2022 10:20 PM, Samuel Sieb wrote: It doesn't.  There might be a tag you could add to get systemd to automount it, but I don't know off-hand.  Or I think there's an automount system that you can setup to mount it when you access the directory. Try adding auto to the options. HTH HA

Re: /run/media

2022-12-27 Thread Samuel Sieb
On 12/27/22 17:44, Tom Horsley wrote: On Tue, 27 Dec 2022 17:39:06 -0800 Jonathan Ryshpan wrote: Almost surely true. I had exactly the same problem with a USB mounted hard drive. I put an entry for it into /etc/fstab and have had no problems.. $ cat /etc/fstab ... LABEL=Rosewill /srv/Rosewill/

Re: /run/media

2022-12-27 Thread Tom Horsley
On Tue, 27 Dec 2022 17:39:06 -0800 Jonathan Ryshpan wrote: > Almost surely true. I had exactly the same problem with a USB mounted > hard drive. I put an entry for it into /etc/fstab and have had no > problems.. > > $ cat /etc/fstab > ... > LABEL=Rosewill /srv/Rosewill/ ext4 nofail,defaults Doe

Re: /run/media

2022-12-27 Thread Amadeus WM via users
> > It looks like if you add it to /etc/fstab, then Gnome auto-mounting > won't touch it. Confirmed! Works like a charm, thank you very much! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedo

Re: /run/media

2022-12-27 Thread Jonathan Ryshpan
On Tue, 2022-12-27 at 13:53 -0800, Samuel Sieb wrote: > On 12/27/22 13:35, Amadeus WM via users wrote: > > > > > You could check the "don't prompt or run programs" checkbox, but > > > that > > > will apply to all devices.  You might be able to create a udev > > > rule to > > > isolate that specif

Re: /run/media

2022-12-27 Thread Samuel Sieb
On 12/27/22 13:35, Amadeus WM via users wrote: You could check the "don't prompt or run programs" checkbox, but that will apply to all devices. You might be able to create a udev rule to isolate that specific device. That's right, and I didn't mention this in the original post. I would only

Re: /run/media

2022-12-27 Thread Amadeus WM via users
> You could check the "don't prompt or run programs" checkbox, but that > will apply to all devices. You might be able to create a udev rule to > isolate that specific device. That's right, and I didn't mention this in the original post. I would only want to not mount that one specific drive. O

Re: /run/media

2022-12-27 Thread Samuel Sieb
On 12/27/22 12:29, Amadeus WM via users wrote: I have a USB drive that I use for backup and in gnome (42.4) it gets automatically mounted on /run/media//. However, I want to export that as an NFS drive. Obviously this means that the drive be mounted under a directory independent of the user, and