On Thu, 16 May 2002, daniel wrote: > well i went down the list and did all the things and here's my results
[ lots of failed "eject" and "umount" commands and results deleted ] > all of the above are executed as root > and while i'm running kde > the only thing open was the konsole in kde > so then i switched to init 2 > and the same thing happened > > so i rebooted > and pushed the eject button while it was doing the ram check > > don't know what it was > but the only way i could get my cd back was to reboot my machine > ...there must be something wrong there Before you do anymore guessing with eject and umount commands, you would be well-advised to determine what is currently mounted, and where. Typing 'mount' should give you some output similar to this: [root@it-router2 /root]# mount /dev/hda1 on / type ext2 (rw) none on /proc type proc (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) automount(pid662) on /misc type autofs (rw,fd=5,pgrp=662,minproto=2,maxproto=3) The output above does not have a cd mounted, but if you do, it should show up--perhaps near the end of the list. If it is mounted by autofs, then it probably shows up mounted at /misc/cd. If so, you should be able to type 'umount /misc/cd' and get a normal prompt back, or an error message and prompt. If the error message says /misc/cd is busy, enter 'lsof | more' and then look for processes using /misc/cd by entering '//misc/cd'. The first two columns of each match found identify the program name (command) and process ID using the cd. Kill them, or if one or more is a bash window, 'cd ~' to leave the /misc/cd directory. Then try your 'eject' or 'umount' again. Good luck. Jim _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list