On 2025-02-17 01:09, Dan Purgert wrote:
On Feb 16, 2025, William Torrez Corea wrote:
*eject: device name is `/dev/sr0'eject: /dev/sr0: not mountedeject:
/dev/sr0: is whole-disk deviceeject: /dev/sr0: trying to eject using
CD-ROM
eject commandeject: CD-ROM eject command succeeded*
I can't eject the optical drive, i try mount the device:
*sudo mount -t iso9660 /dev/sr0 /mnt/cdrom*
But i get the following error message:
*mount: /mnt/cdrom: no medium found on /dev/sr0. dmesg(1) may
have
more information after failed mount system call.*
Is there a CD/DVD inserted in the drive?
on bookworm without a cd in the tray.
mick@courgette:~$ eject -v
eject: using default device `/dev/sr0'
eject: device name is `/dev/sr0'
eject: /dev/sr0: not mounted
eject: /dev/sr0: is whole-disk device
eject: /dev/sr0: trying to eject using CD-ROM eject command
eject: CD-ROM eject command succeeded
mick@courgette:~$ eject
doesn't report anything just ejects the tray.