Re: eject: using default device `/dev/sr0'

2025-02-17 Thread Thomas Schmitt
Hi, Dan Purgert wrote: > You "may" need to wait for the drive to finish reading the disc metadata > (i.e. drive light stops flashing) before mount(1) will not complain > about the lack of media. Not 100% sure if it's a generic problem, or > just my crappy USB CD drive :) It's a Linux kernel prob

Re: eject: using default device `/dev/sr0'

2025-02-17 Thread Dan Purgert
On Feb 17, 2025, Thomas Schmitt wrote: > Hi, > > Dan Purgert wrote: > > You "may" need to wait for the drive to finish reading the disc metadata > > (i.e. drive light stops flashing) before mount(1) will not complain > > about the lack of media. Not 100% sure if it's a generic problem, or > > jus

Re: eject: using default device `/dev/sr0'

2025-02-17 Thread Jörg-Volker Peetz
In my experience, `cdrskin -eject` works more reliable than `eject`. Regards, Jörg.

Re: eject: using default device `/dev/sr0'

2025-02-17 Thread Dan Purgert
t; 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?

Re: eject: using default device `/dev/sr0'

2025-02-16 Thread Thomas Schmitt
Hi, William Torrez Corea wrote: > eject: device name is `/dev/sr0' > ... > eject: CD-ROM eject command succeeded > > I can't eject the optical drive That was with: eject -v /dev/sr0 ? What do you get from this program run xorriso -outdev /dev/sr0 -eject all > i try mount the device: > sudo

Re: eject: using default device `/dev/sr0'

2025-02-16 Thread mick.crane
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:

Re: eject: using default device `/dev/sr0'

2025-02-16 Thread Dan Purgert
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 th

eject: using default device `/dev/sr0'

2025-02-16 Thread William Torrez Corea
*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*