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

2025-02-17 Thread Thomas Schmitt
e same title "cdrom: do not call check_disk_change() inside cdrom_open()" but a different commit id. It is too young for causing the problem back in Debian 8.) Jörg-Volker Peetz wrote: > In my experience, `cdrskin -eject` works more reliable than `eject`. At least it waits for the dr

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
On Feb 17, 2025, mick.crane wrote: > 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: tr

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

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

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

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 o

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

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-09 Thread Liam O'Toole
> >> > > > On 06/05/18 07:35, Brian wrote: >> > > > > On Sat 05 May 2018 at 11:06:25 -0500, Richard Owlett wrote: >> > > > > >> > > > > > What are the distinguishing features of unmount, Safely >> > > &g

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-09 Thread Brian
On Wed 09 May 2018 at 13:01:09 -0500, Richard Owlett wrote: > On 05/08/2018 02:09 PM, Brian wrote: > > On Sun 06 May 2018 at 07:27:17 -0500, Richard Owlett wrote: > > > > > I'm running Debian 9 with MATE. > > > My observed symptoms were initially observed related to what choices given > > > when

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-09 Thread Brian
ote: > > > > > On Sat 05 May 2018 at 11:06:25 -0500, Richard Owlett wrote: > > > > > > > > > > > What are the distinguishing features of unmount, Safely > > > > > > Remove Drive, and > > > > > > Eject? > > >

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-09 Thread Richard Owlett
On 05/08/2018 02:09 PM, Brian wrote: On Sun 06 May 2018 at 07:27:17 -0500, Richard Owlett wrote: I'm running Debian 9 with MATE. My observed symptoms were initially observed related to what choices given when right clicking on the icon associated with a partition. Are you at liberty to talk a

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-09 Thread Richard Owlett
Remove Drive, and Eject? [*SNIP*] Although it is from a few years ago, the material at    https://bugzilla.gnome.org/show_bug.cgi?id=598690 could still be useful. Safely Remove Drive and Eject are associated with DEs, although Xfce seems to manage without them and has unmount as an only

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-08 Thread Brian
On Sun 06 May 2018 at 07:27:17 -0500, Richard Owlett wrote: > I'm running Debian 9 with MATE. > My observed symptoms were initially observed related to what choices given > when right clicking on the icon associated with a partition. Are you at liberty to talk about and describe the symptoms in p

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Henrique de Moraes Holschuh
Indeed. Anyway, FWIW, there are ways (through udev or equivalent) to change the system's notion of whether a device is removable or not. Unfortunately, it has been half a decade I needed to mess with this, so I don't recall the incantations. As for removable *media* (cdroms, etc), the

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Richard Owlett
On 05/06/2018 09:26 AM, Brian wrote: On Sun 06 May 2018 at 15:53:05 +1200, Richard Hector wrote: On 06/05/18 07:35, Brian wrote: On Sat 05 May 2018 at 11:06:25 -0500, Richard Owlett wrote: What are the distinguishing features of unmount, Safely Remove Drive, and Eject? There are none. The

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Richard Owlett
On 05/06/2018 09:19 AM, Reco wrote: Hi. On Sun, May 06, 2018 at 09:07:50AM -0500, Richard Owlett wrote: On 05/06/2018 08:30 AM, Reco wrote: Hi. On Sun, May 06, 2018 at 09:05:19AM -0400, rhkra...@gmail.com wrote: On Sunday, May 06, 2018 08:11:25 AM Reco wrote: Hi. On

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Brian
On Sun 06 May 2018 at 15:53:05 +1200, Richard Hector wrote: > On 06/05/18 07:35, Brian wrote: > > On Sat 05 May 2018 at 11:06:25 -0500, Richard Owlett wrote: > > > >> What are the distinguishing features of unmount, Safely Remove Drive, and > >> Eject? >

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Reco
Hi. On Sun, May 06, 2018 at 09:07:50AM -0500, Richard Owlett wrote: > On 05/06/2018 08:30 AM, Reco wrote: > > Hi. > > > > On Sun, May 06, 2018 at 09:05:19AM -0400, rhkra...@gmail.com wrote: > > > On Sunday, May 06, 2018 08:11:25 AM Reco wrote: > > > > Hi. > > > > > > > > On S

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Richard Owlett
On 05/06/2018 08:30 AM, Reco wrote: Hi. On Sun, May 06, 2018 at 09:05:19AM -0400, rhkra...@gmail.com wrote: On Sunday, May 06, 2018 08:11:25 AM Reco wrote: Hi. On Sun, May 06, 2018 at 07:51:24AM -0400, rhkra...@gmail.com wrote: On Sunday, May 06, 2018 07:10:53 AM Reco wrote:

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Reco
Hi. On Sun, May 06, 2018 at 09:05:19AM -0400, rhkra...@gmail.com wrote: > On Sunday, May 06, 2018 08:11:25 AM Reco wrote: > > Hi. > > > > On Sun, May 06, 2018 at 07:51:24AM -0400, rhkra...@gmail.com wrote: > > > On Sunday, May 06, 2018 07:10:53 AM Reco wrote: > > > > Certain Modern De

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread rhkramer
On Sunday, May 06, 2018 08:11:25 AM Reco wrote: > Hi. > > On Sun, May 06, 2018 at 07:51:24AM -0400, rhkra...@gmail.com wrote: > > On Sunday, May 06, 2018 07:10:53 AM Reco wrote: > > > Certain Modern Desktop Environment™ is known for > > > its effort to "simplify the things for the user". Som

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Reco
Hi. On Sun, May 06, 2018 at 10:29:41PM +1000, Charlie S wrote: > On Sun, 6 May 2018 15:11:25 +0300 Reco sent: > > > Hi. > > > > On Sun, May 06, 2018 at 07:51:24AM -0400, rhkra...@gmail.com wrote: > > > On Sunday, May 06, 2018 07:10:53 AM Reco wrote: > > > > Certain Modern Desktop E

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Richard Owlett
On 05/06/2018 06:51 AM, rhkra...@gmail.com wrote: On Sunday, May 06, 2018 07:10:53 AM Reco wrote: Certain Modern Desktop Environment™ is known for its effort to "simplify the things for the user". Some may even say that it's "dumbing down things". For the uninitiated (or old) among us, care to

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Charlie S
On Sun, 6 May 2018 15:11:25 +0300 Reco sent: > Hi. > > On Sun, May 06, 2018 at 07:51:24AM -0400, rhkra...@gmail.com wrote: > > On Sunday, May 06, 2018 07:10:53 AM Reco wrote: > > > Certain Modern Desktop Environment™ is known for > > > its effort to "simplify the things for the user". Som

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Richard Owlett
On 05/06/2018 06:23 AM, Henrique de Moraes Holschuh wrote: On Sat, 05 May 2018, Richard Owlett wrote: What are the distinguishing features of unmount, Safely Remove Drive, and Eject? Usually it goes like this: unmount: exactly what it says. Likely operates only on a single filesystem

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Reco
Hi. On Sun, May 06, 2018 at 07:51:24AM -0400, rhkra...@gmail.com wrote: > On Sunday, May 06, 2018 07:10:53 AM Reco wrote: > > Certain Modern Desktop Environment™ is known for > > its effort to "simplify the things for the user". Some may even say that > > it's "dumbing down things". > > F

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread rhkramer
On Sunday, May 06, 2018 07:10:53 AM Reco wrote: > Certain Modern Desktop Environment™ is known for > its effort to "simplify the things for the user". Some may even say that > it's "dumbing down things". For the uninitiated (or old) among us, care to enlighten us?

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Henrique de Moraes Holschuh
On Sat, 05 May 2018, Richard Owlett wrote: > What are the distinguishing features of unmount, Safely Remove Drive, and > Eject? Usually it goes like this: unmount: exactly what it says. Likely operates only on a single filesystem (device may have many, if it is partitioned, etc). Will

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Reco
Hi. On Sun, May 06, 2018 at 10:15:11AM +0200, Felix Dietrich wrote: > Reco writes: > > > But, considering *who* designed DE in question, it may be for the best > > that users are oblivious about this particular feature ;). > > What is „DE” referring to? "Desktop Environment". Certain M

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread songbird
Felix Dietrich wrote: > Reco writes: > >> But, considering *who* designed DE in question, it may be for the best >> that users are oblivious about this particular feature ;). > > What is „DE” referring to? i'm guessing Desktop Environment... songbird

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-06 Thread Felix Dietrich
Reco writes: > But, considering *who* designed DE in question, it may be for the best > that users are oblivious about this particular feature ;). What is „DE” referring to? -- Felix Dietrich

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-05 Thread Richard Hector
On 06/05/18 07:35, Brian wrote: > On Sat 05 May 2018 at 11:06:25 -0500, Richard Owlett wrote: > >> What are the distinguishing features of unmount, Safely Remove Drive, and >> Eject? > > There are none. The device is either unmounted or it isn't. It cannnot > b

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-05 Thread Brian
On Sat 05 May 2018 at 11:06:25 -0500, Richard Owlett wrote: > What are the distinguishing features of unmount, Safely Remove Drive, and > Eject? There are none. The device is either unmounted or it isn't. It cannnot be half-unmounted. -- Brian.

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-05 Thread Reco
Hi. On Sat, May 05, 2018 at 08:41:21PM +0200, Thomas Schmitt wrote: > Hi, > > i wrote: > > > CAP_DESTROY_HARDWARE and CAP_ENDANGER_BYSTANDERS. > > Reco wrote: > > Please. Surely you heard of SATA/SAS hotplug? Or SATA rack? > > Plus a robot arm which performs the mechanical part ? EMC d

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-05 Thread Thomas Schmitt
Hi, i wrote: > > CAP_DESTROY_HARDWARE and CAP_ENDANGER_BYSTANDERS. Reco wrote: > Please. Surely you heard of SATA/SAS hotplug? Or SATA rack? Plus a robot arm which performs the mechanical part ? But i rather thought of a 3.5 inch steel frisbee hopping out of its casing at 7200 rpm. And even if

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-05 Thread Reco
Hi. On Sat, May 05, 2018 at 05:59:15PM +0100, Brad Rogers wrote: > On Sat, 5 May 2018 11:06:25 -0500 > Richard Owlett wrote: > > Hello Richard, > > >Why? > > Probably not an exhaustive list.... > > Ever tried to eject an HD? Yup. Did it a week

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-05 Thread Reco
Hi. On Sat, May 05, 2018 at 07:04:08PM +0200, Thomas Schmitt wrote: > Hi, > > Richard Owlett wrote: > > unmount, Safely Remove Drive, and Eject? > > [...] For a hard disk partition, only the first is given. > > To eject a hard disk you need

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-05 Thread Brad Rogers
On Sat, 5 May 2018 11:06:25 -0500 Richard Owlett wrote: Hello Richard, >Why? Probably not an exhaustive list Ever tried to eject an HD? (Un)mount is the only thing that makes sense here. Safely Remove is to ensure writes to flash drives etc. are actually completed as opposed to being

Re: Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-05 Thread Thomas Schmitt
Hi, Richard Owlett wrote: > unmount, Safely Remove Drive, and Eject? > [...] For a hard disk partition, only the first is given. To eject a hard disk you need the undocumented privileges CAP_DESTROY_HARDWARE and CAP_ENDANGER_BYSTANDERS. Have a nice day :) Thomas

Distinguishing among [unmount, Safely Remove Drive, Eject]

2018-05-05 Thread Richard Owlett
What are the distinguishing features of unmount, Safely Remove Drive, and Eject? The question is prompted by observing that for partitions on USB flash drives which have been auto-mounted, one or both of the last two are listed when clicking on the icon associated with a partition. For a hard

Re: DVD won't eject after playing DVD

2017-08-25 Thread Rob van der Putten
Hi there On 20/08/17 17:59, Rob van der Putten wrote: An other bit stretch 'weirdness': After playing a DVD with VLC, the eject button is dysfunctional and I have to type 'eject' on the command line to get it to eject. Found an other one; File type icons are missing i

Re: DVD won't eject after playing DVD

2017-08-20 Thread Mario Castelán Castro
On 2017-08-20 19:30 +0200 "Thomas Schmitt" wrote: >It is futile to start research as long as intellectual dumplings like > http://marc.info/?l=linux-scsi&m=135705061804384&w=2 >or > http://marc.info/?l=linux-scsi&m=14592729714&w=2 >are ignored. appears to be down. -- D

Re: DVD won't eject after playing DVD

2017-08-20 Thread Thomas Schmitt
Hi, Mario Castelán Castro wrote: > http://marc.info/ appears to be down. Not for me. But there are other archives https://www.spinics.net/lists/linux-scsi/msg63706.html "[PATCH] [SCSI] sr: Fix multi-drive performance by using per-device mutexes" I'd just remove the mutexes on SG_IO. I'm usi

Re: DVD won't eject after playing DVD

2017-08-20 Thread Thomas Schmitt
Hi, Rob van der Putten wrote: > An other bit stretch 'weirdness': > After playing a DVD with VLC, the eject button is dysfunctional and I have > to type 'eject' on the command line to get it to eject. This is one of the kernel regressions since 2.6. I already ex

DVD won't eject after playing DVD

2017-08-20 Thread Rob van der Putten
Hi there An other bit stretch 'weirdness': After playing a DVD with VLC, the eject button is dysfunctional and I have to type 'eject' on the command line to get it to eject. How do I fix this? Regards, Rob

Re: DVD tray will not eject

2011-10-07 Thread Camaleón
ed Debian a few weeks back. > > Using K3B. OTOH, have you tried to manually eject the media when K3B finishes and check if it was burned correctly? Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Tr

Re: DVD tray will not eject

2011-10-07 Thread Brad Rogers
On Fri, 07 Oct 2011 10:11:52 +0200 Mark Panen wrote: Hello Mark, > Unfortunately i cannot give all 25 lines as this shows my mac address, > WAN IP and LAN IP, eject works just fine, i used to run a script on my Shouldn't be too difficult to obfuscate such info, TBH. > desk

Re: DVD tray will not eject

2011-10-07 Thread Scott Ferguson
0 failed to >>> resubmit (19) >>> [19010.688569] btusb_send_frame: hci0 urb 880045c13080 submission >>> failed >>> >>> >> That's *part* of the tail results. which shows problems with >> bluetooth - I'm not familiar with wire

Re: DVD tray will not eject

2011-10-07 Thread Mark Panen
#x27;m not familiar with wireless CD/DVD devices. Please try and eject the CD/DVD - wait a few minutes. Then run:- $ dmesg | tail -n 25 and post *all 25 lines of dmesg*. Thankyou. What was the answer to the eject question please? Cheers Unfortunately i cannot give all 25 lines as this shows my m

Re: DVD tray will not eject

2011-10-07 Thread Scott Ferguson
th - I'm not familiar with wireless CD/DVD devices. Please try and eject the CD/DVD - wait a few minutes. Then run:- $ dmesg | tail -n 25 and post *all 25 lines of dmesg*. Thankyou. What was the answer to the eject question please? Cheers -- To UNSUBSCRIBE, email to debian-user-requ...@lis

Re: DVD tray will not eject

2011-10-06 Thread Mark Panen
On 07/10/2011 06:43, Scott Ferguson wrote: dmesg | tail -n 25 [19010.688403] btusb_intr_complete: hci0 urb 8800401f7740 failed to resubmit (19) [19010.688497] btusb_bulk_complete: hci0 urb 8800401f78c0 failed to resubmit (19) [19010.688504] btusb_bulk_complete: hci0 urb 880040

Re: DVD tray will not eject

2011-10-06 Thread Weaver
: need better description of your > > problem. Thierry > > > > > > > > seeing how helpful you are i think i will go back to my previous OS > this weekend, where there was not much support, but things worked out > the box. Don't know how much better i cou

Re: DVD tray will not eject

2011-10-06 Thread Scott Ferguson
setups than you possibly recognise. NOTE: we don't get paid to play guessing games with inconsiderate, obnoxious people either - best to provide too much information and avoid being misdiagnosed as a trollish malcontent. > where there was not much support, but things worked out the > box. Don&#x

Re: DVD tray will not eject

2011-10-06 Thread Mark Panen
On 07/10/2011 06:19, Thierry Chatelet wrote: On Friday 07 October 2011 04:41:44 Mark Panen wrote: say DVD something or other Could be something or other! ie: need better description of your problem. Thierry seeing how helpful you are i think i will go back to my previous OS t

Re: DVD tray will not eject

2011-10-06 Thread Thierry Chatelet
On Friday 07 October 2011 04:41:44 Mark Panen wrote: > say DVD something or other Could be something or other! ie: need better description of your problem. Thierry -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

DVD tray will not eject

2011-10-06 Thread Mark Panen
Hi, I have had this problem with some other oses in the past but now the first time on Debian. I burn a DVD and when it is finished burning a window pops up on the desktop say DVD something or other and the DVD tray never ejects on completion of burn. Was working fine since i first install

Re: I would like to eject my cdrom

2009-09-09 Thread Sjoerd Hardeman
Lisi Reisz schreef: > On Tuesday 08 September 2009 17:19:35 Wayne Topa wrote: >> Lisi Reisz wrote: >>> On Tuesday 08 September 2009 16:33:00 John Hasler wrote: >>>> Sjoerd writes: >>>>> Yes, but the point of this questin is: >>>>> $

Re: I would like to eject my cdrom

2009-09-08 Thread Chris Jones
On Wed, Sep 09, 2009 at 12:33:12AM EDT, Chris Bannister wrote: > On Tue, Sep 08, 2009 at 03:34:46PM -0400, Chris Jones wrote: > > On Tue, Sep 08, 2009 at 08:37:08AM EDT, John Hasler wrote: [..] > > > I wrote: > > > > man eject, and pay special attention to the

Re: I would like to eject my cdrom

2009-09-08 Thread Chris Bannister
On Tue, Sep 08, 2009 at 03:34:46PM -0400, Chris Jones wrote: > On Tue, Sep 08, 2009 at 08:37:08AM EDT, John Hasler wrote: > > J writes: > > > How can I regain control of this? > > > > I wrote: > > > man eject, and pay special attention to the -a,

Re: I would like to eject my cdrom

2009-09-08 Thread Chris Jones
On Tue, Sep 08, 2009 at 08:37:08AM EDT, John Hasler wrote: > J writes: > > How can I regain control of this? > > I wrote: > > man eject, and pay special attention to the -a, -i, and -T options. > > CJ writes: > > -i ? > > He's having trouble get

Re: I would like to eject my cdrom

2009-09-08 Thread Lisi Reisz
On Tuesday 08 September 2009 17:19:35 Wayne Topa wrote: > Lisi Reisz wrote: > > On Tuesday 08 September 2009 16:33:00 John Hasler wrote: > >> Sjoerd writes: > >>> Yes, but the point of this questin is: > >>> $ eject -i > >>> eject: invalid op

Re: I would like to eject my cdrom

2009-09-08 Thread Wayne Topa
Lisi Reisz wrote: On Tuesday 08 September 2009 16:33:00 John Hasler wrote: Sjoerd writes: Yes, but the point of this questin is: $ eject -i eject: invalid option -- i "-i" takes an argument. man eject COMMAND-LINE OPTIONS -h This option causes eject to display a brief desc

Re: I would like to eject my cdrom

2009-09-08 Thread Teemu Likonen
On 2009-09-08 10:33 (-0500), John Hasler wrote: > Sjoerd writes: >> Yes, but the point of this questin is: >> $ eject -i >> eject: invalid option -- i > > "-i" takes an argument. man eject I think there is confusion because Lenny's eject (2.1.5+deb1

Re: I would like to eject my cdrom

2009-09-08 Thread Lisi Reisz
On Tuesday 08 September 2009 16:33:00 John Hasler wrote: > Sjoerd writes: > > Yes, but the point of this questin is: > > $ eject -i > > eject: invalid option -- i > > "-i" takes an argument. man eject COMMAND-LINE OPTIONS -h This option causes eject

Re: I would like to eject my cdrom

2009-09-08 Thread John Hasler
Sjoerd writes: > Yes, but the point of this questin is: > $ eject -i > eject: invalid option -- i "-i" takes an argument. man eject -- John Hasler -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: I would like to eject my cdrom

2009-09-08 Thread Sjoerd Hardeman
John Hasler schreef: J writes: How can I regain control of this? I wrote: man eject, and pay special attention to the -a, -i, and -T options. CJ writes: -i ? He's having trouble getting the eject button to work. Yes, but the point of this questin is: $ eject -i eject: invalid o

Re: I would like to eject my cdrom

2009-09-08 Thread Eduardo M KALINOWSKI
Chris Bannister wrote: > On Mon, Sep 07, 2009 at 09:08:19PM -0400, JoeHill wrote: > >> I don't care if 'an appication is preventing' or whatever, I want to damned >> cdrom to eject. I cannot believe that my hardware is being overridden by >> software. When

Re: I would like to eject my cdrom

2009-09-08 Thread John Hasler
J writes: > How can I regain control of this? I wrote: > man eject, and pay special attention to the -a, -i, and -T options. CJ writes: > -i ? He's having trouble getting the eject button to work. -- John Hasler -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debi

Re: I would like to eject my cdrom

2009-09-08 Thread Chris Bannister
On Mon, Sep 07, 2009 at 09:08:19PM -0400, JoeHill wrote: > > I don't care if 'an appication is preventing' or whatever, I want to damned > cdrom to eject. I cannot believe that my hardware is being overridden by > software. When I hit the eject button, I really

Re: I would like to eject my cdrom

2009-09-07 Thread Chris Jones
On Mon, Sep 07, 2009 at 09:50:47PM EDT, John Hasler wrote: > J writes: > > How can I regain control of this? > > man eject, and pay special attention to the -a, -i, and -T options. -i ? CJ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: I would like to eject my cdrom

2009-09-07 Thread JoeHill
Jerome BENOIT wrote: > Hello Joe ! > > JoeHill wrote: > > I don't care if 'an appication is preventing' or whatever, I want to damned > > cdrom to eject. I cannot believe that my hardware is being overridden by > > software. When I hit the eject bu

Re: I would like to eject my cdrom

2009-09-07 Thread JoeHill
John Hasler wrote: > J writes: > > How can I regain control of this? > > man eject, and pay special attention to the -a, -i, and -T options. 'eject'? well, that's kind of counterintuitive, isn't it? ;) Thanks! -- J -- To UNSUBSCRIBE, email to debian-

Re: I would like to eject my cdrom

2009-09-07 Thread John Hasler
J writes: > How can I regain control of this? man eject, and pay special attention to the -a, -i, and -T options. -- John Hasler -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: I would like to eject my cdrom

2009-09-07 Thread Jerome BENOIT
Hello Joe ! JoeHill wrote: I don't care if 'an appication is preventing' or whatever, I want to damned cdrom to eject. I cannot believe that my hardware is being overridden by software. When I hit the eject button, I really don't give a rat's ass what someone thinks abo

Re: I would like to eject my cdrom

2009-09-07 Thread JoeHill
JoeHill wrote: > I don't care if 'an appication is preventing' or whatever, I want to damned > cdrom to eject. I cannot believe that my hardware is being overridden by > software. When I hit the eject button, I really don't give a rat's ass what > someon

I would like to eject my cdrom

2009-09-07 Thread JoeHill
I don't care if 'an appication is preventing' or whatever, I want to damned cdrom to eject. I cannot believe that my hardware is being overridden by software. When I hit the eject button, I really don't give a rat's ass what someone thinks about it, I want it to eject.

Re: cannot eject a DVD disc

2009-04-27 Thread Hans-J. Ullrich
It might be a problem of package "eject". From time to time an upgrade of this package changes the permissions of /usr/bin/eject to 750 (root:root), but should be 755 (root:root) Good luck! Hans

Re: cannot eject a DVD disc

2009-04-10 Thread Sven Joachim
On 2009-04-10 17:46 +0200, H.S. wrote: > I inserted a DVD disc in to an extern DVD reader and now I am not able > to eject it. > > The reader is a NEC external USB DVD reader/writer. It was working > perfectly till a few days ago and seems like an upgrade messed something up. Whi

cannot eject a DVD disc

2009-04-10 Thread H.S.
Hello, I inserted a DVD disc in to an extern DVD reader and now I am not able to eject it. The reader is a NEC external USB DVD reader/writer. It was working perfectly till a few days ago and seems like an upgrade messed something up. The disc in it is a re-writable DVD with some avi files on

eject modem

2008-10-09 Thread Bonnel Christophe
error -19 Oct 6 11:49:24 localhost kernel: usb 1-1: [ueagle-atm] ADSL device removed At this moment, I must unplug the modem, wait 5 to 10 seconds and re-plug it. I would like to be able to eject with a script the modem. So, i will scan every minute my syslog and when it found an error, the s

Why does gnome-volume-manager want to eject my USB memory?

2006-01-25 Thread Magnus Therning
When unmounting my USB memory stick I get a popup telling me that 'eject' failed. I'm not too surprised it failed, but it would be nice to be able to tell GNOME to stop even trying. How do I do that (on a Sid system)? /M -- Magnus Therning(OpenPGP: 0xA

unwanted page eject at end of print jobs in netatalk

2005-10-25 Thread Paul E Condon
I am using lprng under sarge to drive a laserjet 5mp on my print server. Also netatalk to provide print service to two old iMacs. Recently something happened so that now every print job for an iMac has a extra blank page at the end. I don't like the waste of paper. I want to fix it. I think that th

Re: eject cdrom

2005-08-05 Thread David E. Fox
On Thu, 21 Jul 2005 14:30:10 -0700 (PDT) Enrique Morfin <[EMAIL PROTECTED]> wrote: > eject: unable to eject, last error: Invalid argument fwiw: sometimes I get that error and the cdrom ejects fine. what does 'eject -v /dev/cdrom' say (or other permutations of devices y

Re: eject cdrom

2005-07-22 Thread simply change
users = any user can unmount + mount o not try to mount on boot time On 7/22/05, j Mak <[EMAIL PROTECTED]> wrote: --- Enrique Morfin <[EMAIL PROTECTED]> wrote:> > Have you tried using "eject /dev/hdc" ? Is the cd> > mounted while you try to > > do this ? Ha

Re: eject cdrom

2005-07-21 Thread j Mak
--- Enrique Morfin <[EMAIL PROTECTED]> wrote: > > Have you tried using "eject /dev/hdc" ? Is the cd > > mounted while you try to > > do this ? Have you tried ejecting the cd without > it > > being mounted? > > > The cd is umounted. > i ha

Re: eject cdrom

2005-07-21 Thread p
On Thu, Jul 21, 2005 at 02:30:10PM -0700, Enrique Morfin wrote: > > Have you tried using "eject /dev/hdc" ? Is the cd > > mounted while you try to > > do this ? Have you tried ejecting the cd without it > > being mounted? > > > The cd is umounted. >

Re: eject cdrom

2005-07-21 Thread Enrique Morfin
> Have you tried using "eject /dev/hdc" ? Is the cd > mounted while you try to > do this ? Have you tried ejecting the cd without it > being mounted? > The cd is umounted. i have tried /dev/hdc, /cdrom, cdrom, /cdrom/, /dev/cdrom, and all with the same result: eject: un

Re: eject cdrom

2005-07-21 Thread Bill Day
gt; > > > as normal user: > > > > $eject cdrom > > eject: unable to eject, last error: Invalid argument > > > > as root: > > > > #eject cdrom > > (ejects the cdrom without trouble) > > > > the owner and permisions: > > >

Re: eject cdrom

2005-07-21 Thread Jose Cedeno
Have you tried using "eject /dev/hdc" ? Is the cd mounted while you try to do this ? Have you tried ejecting the cd without it being mounted? Jose On 7/21/05, Enrique Morfin <[EMAIL PROTECTED]> wrote: Hi!I have a problem ejecting cdromas normal user:$eject cdromeject: unable to e

Re: eject cdrom

2005-07-21 Thread p
On Thu, Jul 21, 2005 at 11:37:24AM -0700, Enrique Morfin wrote: > Hi! > > I have a problem ejecting cdrom > > as normal user: > > $eject cdrom > eject: unable to eject, last error: Invalid argument > > as root: > > #eject cdrom > (ejects the cd

Re: eject cdrom

2005-07-21 Thread Kent West
Enrique Morfin wrote: >as normal user: > >$eject cdrom >eject: unable to eject, last error: Invalid argument > >as root: > >#eject cdrom >(ejects the cdrom without trouble) > >the owner and permisions: > >$ls -alh /dev/hdc >brw-rw 1 root burning 22

eject cdrom

2005-07-21 Thread Enrique Morfin
Hi! I have a problem ejecting cdrom as normal user: $eject cdrom eject: unable to eject, last error: Invalid argument as root: #eject cdrom (ejects the cdrom without trouble) the owner and permisions: $ls -alh /dev/hdc brw-rw 1 root burning 22, 0 2002-03-14 15:51 /dev/hdc $id uid=1000

Re: Can't eject CD

2004-12-07 Thread Michael Spang
To: [EMAIL PROTECTED] Subject: Can't eject CD Pse help newbie - My CD/RW lite is on, and I can't eject the CD. I really don't want to reboot just for this. My device is ATAPI:0,0,0. I've tried cdrecord -eject to no avail. Any help please? Debian Sarge Make sure that you

Re: Can't eject CD

2004-12-07 Thread Gerard Ceraso
ect: Can't eject CD Pse help newbie - My CD/RW lite is on, and I can't eject the CD. I really don't want to reboot just for this. My device is ATAPI:0,0,0. I've tried cdrecord -eject to no avail. Any help please? Debian Sarge Make sure that you are not in the cdrom director

RE: Can't eject CD

2004-12-06 Thread Steven Jones
do a fuser on the cdrive look for the process that "holds" it and stop/kill it. man fuser for details regards Steven aka thing -Original Message- From: John Fleming [mailto:[EMAIL PROTECTED] Sent: Tuesday, 7 December 2004 11:28 a.m. To: [EMAIL PROTECTED] Subject: Can't

Re: Can't eject CD

2004-12-06 Thread Franz Gustav Niederheitmann
Em Mon, 06 Dec 2004 20:45:26 -0200, Eriberto <[EMAIL PROTECTED]> disse: > Try #eject. try to umount ! > > Regards, > > Eriberto > > John Fleming escreveu: > > >Pse help newbie - My CD/RW lite is on, and I can't eject the CD. I > >really do

Re: Can't eject CD

2004-12-06 Thread Eriberto
Try #eject. Regards, Eriberto John Fleming escreveu: Pse help newbie - My CD/RW lite is on, and I can't eject the CD. I really don't want to reboot just for this. My device is ATAPI:0,0,0. I've tried cdrecord -eject to no avail. Any help please? -- To UNSUBSCRIBE, email to [

Can't eject CD

2004-12-06 Thread John Fleming
Pse help newbie - My CD/RW lite is on, and I can't eject the CD. I really don't want to reboot just for this. My device is ATAPI:0,0,0. I've tried cdrecord -eject to no avail. Any help please? Debian Sarge -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Ever solve eject problem?

2004-08-30 Thread Andrew Schulman
> I'm running testing. I have two CD drives, both can burn, one > Sony and one Generic. eject works on sony, but not on generic. > I believe the problem is with the generic hardware or firmware, > but I don't have proof. But since one works, I doubt it is a > Linux sof

  1   2   3   >