Jonathan Kamens (j...@kamens.us) said: 
> It is absurdly unpredictable that if I stick a DVD in my drive after
> logging in, it is mounted underneath /run/media/$USER, but if my
> computer than crashes, or I reboot it by hand, and I log in
> immediately after the reboot, that DVD is no longer mounted.
> 
> Independent of whether the move from /media to /run/media/$USER is a
> good idea, and I'm reserving judgment on that, clearly the behavior
> I just described above is entirely unexpected by the user and
> therefore wrong.

The alternative here would be... it magically gets mounted by the
first user? That's a bit odd, as well.

Note that you should be able to configure static mounts of a cd
with something like:

/lib/systemd/system/media-cd.mount:
[Unit]
Description=My CD

[Mount]
What=/dev/disk/by-path/somewhere/somehow/
Where=/media/cd

Bill

Bill
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to