mounting cdrom


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers mounting cdrom
# 1  
Old 09-28-2004
mounting cdrom

Hey everyone,
Quick question...I am trying to get packages off a cdrom for NETBSD. I tried mounting using this command mount /dev/rccd0a /etc/home/cdrom. But I just get an error.
I did a dmesg |grep ^cd and it said that my cdrom was at cd0.?

Am I doing something wrong.? Any help would be greatly appreciated. Thank you
# 2  
Old 09-28-2004
Bug

Try the following steps:
Do the below as a root!
1.make your current directory anything other than /mnt/cdrom
2.create /mnt/cdrom directory if there isn't one.
3.execute 'mount -t auto /dev/cdrom /mnt/cdrom'
4.if it doesn't work try 'mount /dev/cd0 /mnt/cdrom'
5.After finishing your work come out of /mnt/cdrom and execute
'umount /mnt/cdrom'

If you still have any problem visit::::
http://linux.about.com/library/bl/op...ewbie4.2.2.htm
# 3  
Old 09-28-2004
Re: mounting cdrom

Quote:
Originally posted by vaff4k
Hey everyone,
Quick question...I am trying to get packages off a cdrom for NETBSD. I tried mounting using this command mount /dev/rccd0a /etc/home/cdrom. But I just get an error.
I did a dmesg |grep ^cd and it said that my cdrom was at cd0.?

Am I doing something wrong.? Any help would be greatly appreciated. Thank you

yes, your cdrom is at cd0 as dmesg has informed you, so you want to mount /dev/cd0
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

udev rules for mounting CDROM

Hi All, I need a simple udev rules in my server Centos 5.4. This rules needs to get trigger my script whenever the cdrom is attached to the server. Could you please provide your suggestion on it. Thanks, Kalai (0 Replies)
Discussion started by: kalpeer
0 Replies

2. Solaris

I/O error when mounting cdrom in Solaris 10

hi unix friends, has anyone faced this problem before ? i inserted my cd into my X1450 machine, it says I/O error. mount -F hsfs -o ro /dev/dsk/clt0d0s0 /cdrom mount: I/O error mount: cannot mount /dev/dsk/c1t0d0s0 what should i do ? (4 Replies)
Discussion started by: Exposure
4 Replies

3. AIX

Eject CDROM?

Now i have a prolem! I double click on my zip file from cdrom. System can not read my zip file and i can not eject my cdrom. How can i manage process and can i end a process or how can i eject my cdrom? please have me! thanks (4 Replies)
Discussion started by: leenguyen0101
4 Replies

4. Solaris

cdrom mounting

Hi, I want to know HOw can I know on which slice cdrom is mounted?by default on which slice generally it is mounting? (1 Reply)
Discussion started by: manoj.solaris
1 Replies

5. UNIX for Dummies Questions & Answers

Mounting cdrom on DG/UX

Hi, I'm looking to mount a cd on an old AViiON system we have. No one here really has any expertise with this platform so any help will be appreciated. I * think* the device is sd(apsc(pci(1),B,0,7),5,0), however I'm not sure at all. Thanks! (0 Replies)
Discussion started by: madesjardins
0 Replies

6. UNIX for Dummies Questions & Answers

stop cdrom from auto-mounting

Somebody loaded RH 7.3 for me on my PC & now I'm running through & configuring all my settings. Question: Every time I insert a CD into the cdrom, it automatically mounts the cdrom if there's anything on the CD. How do I disable this? I don't want it to automount. Thanks in advance!! (2 Replies)
Discussion started by: jalburger
2 Replies

7. Solaris

mounting cdrom on Solaris 9

Here's some cmd output: bash-2.05# ls /dev/dsk/* /dev/dsk/c0t0d0s0 /dev/dsk/c0t0d0s4 /dev/dsk/c0t1d0s0 /dev/dsk/c0t1d0s4 /dev/dsk/c0t0d0s1 /dev/dsk/c0t0d0s5 /dev/dsk/c0t1d0s1 /dev/dsk/c0t1d0s5 /dev/dsk/c0t0d0s2 /dev/dsk/c0t0d0s6 /dev/dsk/c0t1d0s2 /dev/dsk/c0t1d0s6 /dev/dsk/c0t0d0s3 ... (4 Replies)
Discussion started by: AJA
4 Replies

8. UNIX for Dummies Questions & Answers

/dev/cdrom gone

i got rid of my /dev/cdrom link thing to try to get a movie player to read a file as a dvd and now i need it back. the drive is a dvd player and its a slave on the first ide channel. i'm using linux 8. how can i get the device thing(i dont know what exactly you call these) back? thanks (2 Replies)
Discussion started by: jinjoae
2 Replies

9. UNIX for Dummies Questions & Answers

Cdrom Problem!!!

Hi everybody: I have Solaris 8 installed on my little Enterprise 3500 and, for a cruel fate of the destiny, Im the admin.... Here is the problem: a week ago I took out a CD from the CDROM drive in an abnormal way. I inserted a clip in the little hole in the front of the drive because the button... (8 Replies)
Discussion started by: piltrafa
8 Replies

10. UNIX for Dummies Questions & Answers

Cdrom

How would I mount a cdrom drive in Unix (4 Replies)
Discussion started by: Hordak
4 Replies
Login or Register to Ask a Question