Installation//I can't see my CDROM!!!


 
Thread Tools Search this Thread
Operating Systems Solaris Installation//I can't see my CDROM!!!
# 1  
Old 10-06-2005
Installation//I can't see my CDROM!!!

Hi All,

Here's one that's got me confounded. It's on a Sun Fire 280R running Solaris 9.

Problem: After some sysadmins (remotely) decided to disable the automount feature on one of my servers, I can't mount cdrom drive, nor the data on the disk I need to install.

Steps so far: (Comments in green)

$ sudo mkdir /mnt/cdrom (which created my directory to write to)

$ ls -al /dev/sr* |awk '{print "/" $11}'
(which gave me the name of the device - /dev/c0t6d0s2)

$ sudo mount -F hsfs -o -ro /dev/c0t6d0s2 /mnt/cdrom
mount: No such device
mount: cannot mount /dev/c0t6d0s2 (which are the error messages)

I have the correct permissions to run sudo commands on this but haven't got an idea why I can see the device but can't mount it. I'd like to try to figure this out before going and asking the v. helpful sysadmins to do it for me so, as usual...

Any suggestions gratefully appreciated.

Thanks all!

Best Regards,

Ger
# 2  
Old 10-06-2005
The last time this came up, the cd was not in the cd drive! Are you sure that the cd drive is ready?
# 3  
Old 10-06-2005
Shouldnt it be /dev/dsk/c0t6d0s0

Try this:

Code:
sudo mount -F hsfs -o -ro /dev/dsk/c0t6d0s0 /mnt/cdrom


Last edited by dangral; 10-06-2005 at 04:15 PM.. Reason: make post clearer
# 4  
Old 10-07-2005
Hi Perderabo,

Yes, the disk is in the drive, is readable and has installed correctly on all my other Sun machines.

And yes, that was the first thing that I checked Smilie

Thanks,

Ger
# 5  
Old 10-07-2005
Hi Dangral,

Thanks for your suggestion: unfortunately here's what I get...

$ sudo mount -F hsfs -o -ro /dev/dsk/c0t6d0s0 /mnt/cdrom
mount: /dev/dsk/c0t6d0s0 on /mnt/cdrom - WARNING unknown option "-ro"

Any ideas?

Regards,

Ger
# 6  
Old 10-07-2005
Code:
$ sudo mount -F hsfs -o ro /dev/dsk/c0t6d0s0 /mnt/cdrom
mount: /dev/dsk/c0t6d0s0 on /mnt/cdrom - WARNING unknown option "-ro"

no '-' before the ro
# 7  
Old 10-07-2005
Hi Reborg,

Thanks.

Tried both with and without - no joy!

Sorry!

Regards,

Ger
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

2. Solaris

Trying to eject cdrom

The green cdrom light is blinking on our Sun Solaris server. I tried the eject command to eject cdrom: eject cdrom cdrom: No such file or directory bash-2.05# eject No default media available bash-2.05# eject cdrom0 cdrom0: No such file or directory The message log file shows: Oct 19... (6 Replies)
Discussion started by: agarcia19
6 Replies

3. UNIX for Dummies Questions & Answers

CDROM does not mount

Hi people, I am a new user of Unix, I want to ask a basic question. I have a solaris 10 system. I want to use the cd-rom but I can't see what's inside in the cd. I put the cd and then ; root@hubatusvr # mount /dev/dsk/c0t3d0s2 /cdrom mount: /dev/dsk/c0t3d0s2 is already mounted or /cdrom is busy... (2 Replies)
Discussion started by: hubatuwang
2 Replies

4. Solaris

can't boot cdrom

iam traying to install o/s in spark machine it showing error ok >boot cdrom is showing error short disk read failed to read superblock the file just loaded does not appear to excutable how to solve this can u help me (6 Replies)
Discussion started by: tirupathi
6 Replies

5. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

6. Solaris

cdrom will not eject

Hi I have placed a CD into the rom and now I can not eject it. when i type in eject cdrom i get the follwing error root@ssdb0009 # eject cdrom /vol/dev/rdsk/c0t6d0/dp_a0500_solaris_7_and_8_cd: Device busy Therefore i try and eject it with the -f option (eject -f cdrom) I still get the... (4 Replies)
Discussion started by: dennisca
4 Replies

7. UNIX for Advanced & Expert Users

mount cdrom

Info: Alpha Server ES40, True64 Unix 4.0F Symptom: root#file /dev/rrz*c root#. . /dev/rrz24c: character special (8/49154) EIDE #3 CDR-8435 disk #192 (scsi ID #0) (SCSI LUN #0) offline root#mount -r /dev/rz24c /mnt root#/dev/rz24c on /mnt: I/O error pls help me, i don't know if... (2 Replies)
Discussion started by: q30
2 Replies

8. 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

9. UNIX for Dummies Questions & Answers

Cdrom

How would I mount a cdrom drive in Unix (4 Replies)
Discussion started by: Hordak
4 Replies

10. UNIX for Dummies Questions & Answers

mount cdrom

hi when i want to mount my cdrom i got this error cd9660: /dev/acd0c: Invalid argument this is how my /etc/fstab looks like: #device mntpoint FStype Options Dump pass /dev/ad0s1b none swap sw 0 0... (2 Replies)
Discussion started by: Stormpie
2 Replies
Login or Register to Ask a Question