LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help to unmount cdromm (https://www.linuxquestions.org/questions/linux-newbie-8/help-to-unmount-cdromm-170080/)

tomamodi 04-14-2004 11:46 AM

help to unmount cdromm
 
new and dumb

first i sucess in mounting my cdrom after long strugle and disc..........

as

#su
#mount /dev/cdrom/ /mnt/cdrom/
then
#cd /mnt/cdrom

ok
#ls
working
#now unable to unmount please help tried all avalable commands it
say :drive busy

other thing i didnt find squid in the cd it is there
by #ls squid*
how i can find that
this is redhat 9 cd
thanks for help

vinay_s_s 04-14-2004 11:52 AM

may be u are in the cdrom directory when u issue the umount /dev/cdrom commmand
Try going to a different directory other that where it is mounted and then issue the umount command.

Code:

mount /dev/cdrom
cd /mnt/cdrom
umount /dev/cdrom <<<------------ doesnt work
cd    <<<------------ change to home directory
umount /dev/cdrom <<<--- must work



All times are GMT -5. The time now is 09:34 AM.