cant mount cd rom in damm small linux


 
Thread Tools Search this Thread
Operating Systems Linux cant mount cd rom in damm small linux
# 1  
Old 10-12-2005
cant mount cd rom in damm small linux

hey guys im rather new to linux, im runnin damm small linux on an old HP.

my problem is I cant mount the cd rom drive. when I try and mount I get the mount point is being used by another directory, i tried editing the fstab file. but that didnt work. any help would be greatly appreciated.
# 2  
Old 10-12-2005
A few things....

What command are you using to mount the CD-ROM?

Try "mount" without options, is the CD-ROM mounted, if so, unmount it....

Run lsof or fuser against the mountpoint - is anything using it?

If it still complains, umount -f /dev/whatever - see if that forces it to unmount.

And Damn Small Linux, are you running that from a CD? If so, have you removed the CD without unmounting? It shouldn't let you open the drive, but anyway....

What line is currently in /etc/fstab for the CD drive - and what was there before you made the edit?

A few things to try.... please let us know....

Cheers
ZB
# 3  
Old 10-12-2005
hey, I tried just using the mount command, and I got a list of all the possible commands for mount, but it didnt list that the cd rom was mounted. then I tried editing my fstab file. this is what my fstab file looked like before I changed it.

/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
/dev/cdrom /mnt/cdrom auto users,noauto,exec,ro 0 0

i tried changing the mount point to / cdrom instead of /mnt/cdrom

it kept giving me errors like cannot find /mtn/cdrom in fstab or mtab.

I know my cd rom works, cause I did a HD install from an install CD and it worked fine. Ive never been able to use my cdrom all the other drives work and mount nust fine. I was even able to mount my USB drive, all except the cdrom
so yeah Im running DSL off of my hard drive.

what do you think?

thanks alot you guys have been very helpful

format
# 4  
Old 10-12-2005
Try this at the command prompt:

mkdir /cdrom

if it says it already exists, don't worry... put a CD in the drive, then....

mount -t iso9660 -o ro /dev/cdrom /cdrom

See if that works.

Cheers
ZB
# 5  
Old 10-12-2005
o.k. I just tried that but it said that the mount point does not exist. not sure why? any more suggestions?
# 6  
Old 10-12-2005
Take heed of the error message...

If you're trying to use /cdrom as the mountpoint, does the mountpoint exist, i.e. ls -ld /cdrom - is it there? If not; mkdir /cdrom

Cheers
ZB
# 7  
Old 10-12-2005
tried that but it still didnt work. the mountpoint does exist, but it keeps saying it cant find it in fstab.?????
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unable to mount CD rom

hi Am trying to mount a cdrom which has a blank cd into it, using the command: mount -v cdrfs -o ro /dev/cd0 /mnt Am getting this error: # df -Ig Filesystem GB blocks Used Free %Used Mounted on /dev/hd4 0.50 0.19 0.31 38% / /dev/hd2 ... (1 Reply)
Discussion started by: kamaldev
1 Replies

2. UNIX for Dummies Questions & Answers

Small linux no gui

I want to execute from a grub a very small linux that only has commands, so at startup it executes this shell script I wrote and after that the user has an option to go back to the grub. I've heard of busybox but that doesn't seem to be helpful? Can anyone recommend a non gui distro, that can... (1 Reply)
Discussion started by: jcnewton13
1 Replies

3. AIX

need help - How to mount DVD rom in AIX in Command line

Dear Friends could u pls help me on this . how to mount DVD rom in command line in aix? THanks DD (4 Replies)
Discussion started by: ded325
4 Replies

4. Emergency UNIX and Linux Support

RHEL/Linux Small Monitor

Hi, I'm using RHEL 4.5, and currently due to some special circumstances that required me to use this small monitor about 7" The problem is while using this monitor with windows, the monitor able to show the graphic/view.. but while using redhat it unable to detect. This monitor has no... (7 Replies)
Discussion started by: flekzout
7 Replies

5. UNIX for Dummies Questions & Answers

how to install linux on a netbook with no cd-rom?

I just posted but thought it would be more interesting to try to figure out how to install a linux distro on a comp with no cd-rom i know about virtual drives and all that but to get a program free via download or torrent how and do you need a virtual drive and a virtual burner to mount the ISO... (1 Reply)
Discussion started by: BizilStank
1 Replies

6. Solaris

cd rom to dvd rom drive swap

Hello, I need to replace a cd rom drive with a dvd rom drive in a SunFire v120 running Solaris 8. My objective is to install Solaris 10 from dvd disc. Downloading Solaris 10 cd discs is not an option since I am in Baghdad, Iraq and connection speeds are horrible. So far, all I can get is power to... (9 Replies)
Discussion started by: 555
9 Replies

7. Solaris

Solaris 10 does not mount CD/DVD ROM

Hi All, I just bought the SUN x2200m2. After I installed Solaris, I cannot see the CD/DVD ROM. I cannot mount the CD/DVD ROM since it says already mounted. When I try unmount it I get message that CD/DVD is not mounted. :( Any idea please. Thx (4 Replies)
Discussion started by: afakhim
4 Replies

8. Solaris

Mount CD-ROM to the kernel

Guys, I've successfully mounted a USB memory stick into Solaris 9 kernel using volrmmount -e /vol/dev/rdsk/cXtXdX, however I am not able to perfrom the same module in mounting CD-ROM, in another word I am not able to mount a CD-ROM to the system's kernel but I am able to see the character... (3 Replies)
Discussion started by: fkaba81
3 Replies

9. UNIX for Dummies Questions & Answers

How can i MOUNT CD-ROM in FEDORA Core?

Hai friends, Could you please tell me , How can i MOUNT CD-ROM in FEDORA Core? (1 Reply)
Discussion started by: haisubbu
1 Replies

10. Linux

Why is linux console window in VMWare so small?

I install linux in VMWare, but Its console window is too small, Its size is 80*25, I can't change it even though I use full srceen mode in VMWare.How can I do? please help me! Thanks! (3 Replies)
Discussion started by: ChaoZhang
3 Replies
Login or Register to Ask a Question