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 you can try)? It may includ

Re: eject cdrom

2005-07-22 Thread simply change
AybOwan! change(edit) your fstab file as shown as below, /dev/hdc    /media/cdrom    auto    ro,users,noauto,unhide,exec 0 0 now im going to explain above line meaning, o /dev/hdc u can check this by issuing this #ls /dev/cdrom -al o /media/cdrom o auto o ro = read only o use

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 have tried /dev/hdc, /cdrom, cdrom, /cdrom/, > /dev/cdrom,

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. > i have tried /dev/hdc, /cdrom, cdrom, /cdrom/,

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: unable to eject, last error:

Re: eject cdrom

2005-07-21 Thread Bill Day
Alos, make sure nothing is using the dev via mount i.e. a console having and open folder on the device etc.. On Thursday July 21 2005 3:43 pm, p wrote: > On Thu, Jul 21, 2005 at 11:37:24AM -0700, Enrique Morfin wrote: > > Hi! > > > > I have a problem ejecting cdrom > > > > as normal user: > > >

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 eject, last error:

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 cdrom without trouble) > > the owner and permisions

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, 0 2002-03-14 15:51 >/dev/hdc > >$id >uid=10