Ubuntu 24.04 DVD is not automounted
https://askubuntu.com/questions/1560155/ubuntu-24-04-dvd-is-not-automountedI insert a DVD into the drive on my computer. It clicks away for a minute or so with the light blinking on and off. Then nothing. Sometimes it works, but I have no idea what I am doing differently when it works from when it doesn't work.
I have tried:
$ sudo mkdir /media/dvd
$ sudo mount /dev/sr0 /media/dvd
mount: /media/dvd: no medium found on /dev/sr0.
dmesg(1) may have more information after failed mount system call.
dmesg is not particularly helpful:
$ sudo dmesg | tail
[14607.416155] [UFW BLOCK] IN=wlx000c000988a7 OUT= MAC=01:00:5e:00:00:01:3c:90:66:0c:62:eb:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
[14666.243895] audit: type=1400 audit(1764208855.725:247): apparmor="DENIED" operation="open" class="file" profile="snap.firmware-updater.firmware-notifier" name="/proc/sys/vm/max_map_count" pid=18050 comm="firmware-notifi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[14732.417329] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:00:00:01:3c:90:66:0c:62:eb:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
[14732.440364] [UFW BLOCK] IN=wlx000c000988a7 OUT= MAC=01:00:5e:00:00:01:3c:90:66:0c:62:eb:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
[14851.701495] /dev/sr0: Can't open blockdev
[14857.425471] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:00:00:01:3c:90:66:0c:62:eb:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
[14857.468959] [UFW BLOCK] IN=wlx000c000988a7 OUT= MAC=01:00:5e:00:00:01:3c:90:66:0c:62:eb:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
[14982.434592] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:00:00:01:3c:90:66:0c:62:eb:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
[15107.443940] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:00:00:01:3c:90:66:0c:62:eb:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
[15107.525574] [UFW BLOCK] IN=wlx000c000988a7 OUT= MAC=01:00:5e:00:00:01:3c:90:66:0c:62:eb:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 r
I did not have this problem on earlier releases. I don't usually watch DVDs on my computer, but in this case Amazon ripped me off when I ordered a DVD set. The set they sent has region code Europe, so I cannot play it on my BlueRay player which has region code North America.


