cant mount cd rom in damm small linux


 
Thread Tools Search this Thread
Operating Systems Linux cant mount cd rom in damm small linux
# 8  
Old 10-12-2005
Make sure the line in /etc/fstab is:
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0

Try the mount command I gave, but try as root.



Cheers
ZB
# 9  
Old 10-13-2005
yeah thats exactly what the line looks like in fstab. i tried your mount command and it still didnt work? not sure what else to do? could it be maybe my cdrom is not compatible with this kernel? dont know what else it could be?
# 10  
Old 10-14-2005
Can you post the output of "ls -ld /cdrom" please?
# 11  
Old 10-14-2005
o.k. the output for ls -ld /cdrom is.....

drwxr-xr-x 2 root root 4096 apr 14 2001 /cdrom


everything looks as it should but I still can not mount the cdrom.
# 12  
Old 10-17-2005
Odd. How about "ls -l /dev/cdrom* /dev/hd*"?
# 13  
Old 10-20-2005
it just gave me a list of commands. could it be possibly because its booting into DMA mode?
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