CD mount problems on Sun E220R


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users CD mount problems on Sun E220R
# 1  
Old 07-13-2002
CD mount problems on Sun E220R

I have a problem mounting a particular CD on both my E220R servers, the same CD mounts on all my unlta10 servers.
I tried mounting with volmgt started and manually after stopping volmgt. but neither worked. These servers are able to mount every other Cd inserted in them.
The mount command line i used was;
mount -F hsfs -r -o ro /dev/dsk/c0t6d0s0 /cdrom
and it gave me this error message;
mount: /dev/dsk/c0t6d0s0 no such device
Meanwhile i tried manual mount of other Cds on the same machine with same command line and it worked, save that i had to start volmgt before i could eject them.


What could be the problem/



Smilie
# 2  
Old 07-15-2002
It seems like it's a problem with the content of the cd instead of something wrong with your command (although I don't know why you use -r (mount read-only) and -o ro (mount option read-only).

What is on the cd that you are trying to mount?
# 3  
Old 07-16-2002
I thot i mentioned the fact that the CD i was trying to load was successfully loaded on my ultra 10 servers. Soo it cannot be a CD content problem.

I think the E220R is generally a shitty Sun hardware. The Ultra 10's are far more rugged.
# 4  
Old 07-16-2002
So you did mention that. Sorry.

Are the U10s running the same version of Solaris? Same patch level?

Do you have to stop vold to manually mount those other CDs that work? Will vold not mount them?

What is the patch level of the 220R? What version of OS?
# 5  
Old 07-16-2002
Also check that your 220R has the same known filesystems as the U10s (compare the /etc/fs directories)

Also, if you can, post what the cd is that will not mount. It still may have something to do with the OS, patch level, and type of cd. If I happen to have the same one, then I can load it on a 220R to see if there is a problem with mine that I can assist you further.
# 6  
Old 07-18-2002
Did you manually mount the other CD's ??
The default is that vold will use the automounter to mount CD's in /cdrom/cdrom0 ...

What does vold output to /var/adm/messages when you put this CD in with it running?

Last edited by alphawave; 07-18-2002 at 07:46 AM..
# 7  
Old 07-19-2002
Tools maybe this helps

the message
mount: /dev/dsk/c0t6d0s0 no such device

can be explained as: there is not a device file in the /dev/dsk directory.

so maybe theres no device file for a cdrrom at all OR you try to use a wrong device.

You can check the dmesg output for the correct device name,if found you can check the /dev/.. directory if this file exist.

if the device file does not exist, you need to reboot your system with the -r option to rebuild the device directories.

other option, the cd-device is out of order.

take care
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Sun Ultra 30 boot problems

Hi all, I've just replaced the eprom battery on my Sun Ultra-30 and having boot issues. For some reason its trying to boot off the network instead of the DISK1. Howe can I change it so the open boot does not default to the boot device: NET Thanks, Rob (3 Replies)
Discussion started by: robbo007
3 Replies

2. Solaris

Sun E220R + HP (SCSI) LTO Ultrium Tape Drive

Hi all, this time I'd need a help from an advanced Solaris system admin :rolleyes: I attached a HP StorageWorks Ultrium 215 Tape Drives - Overview - c00059530 - HP Business Support Center to my Sun E220R and it got recognized immediately (probe-scsi-all). Now the operating system boot process... (8 Replies)
Discussion started by: pseudocoder
8 Replies

3. AIX

NFS mount problems on AIX

Hi, I have two machines (AIX) each on a different VLAN. Need to mount a filesystem using nfs on the other one. When I export the nfs file system its a breeze. But when I try to mount it on the other machine the smitty command hangs on "running" and i get an OK from smitty but with this... (6 Replies)
Discussion started by: aixromeo
6 Replies

4. Solaris

How to mount a Files System where RHEL is installed on a Sun server Machine..

Hi Everyone, I have a machine where RHEL(Red Hat Enterprise Linux) is installed and few of our products are saved on the same. Our products work only on sparc 6 + and i want to basically asve the products on the machine which has RHEL installed on it and mount the drive on the sun server and... (2 Replies)
Discussion started by: sankasu
2 Replies

5. Solaris

NIS problems in Sun 5.10

Hi everyone! I have a problem with NIS and I'm hoping one of you experts can point me in the right direction :) I have setup 2 Solaris10 machines in VMWare and I was following this guide I found: Solaris: NIS installation and configuration - Basically Tech After following that guide, I was... (3 Replies)
Discussion started by: Keepcase
3 Replies

6. UNIX for Dummies Questions & Answers

nfs mount and links removal problems.

Ok, so I have an nfs mount setup and within it there are symbolic links to other directories and such. So anyways I created a link to a directory like so ln -s /var/stuff/more/stuff/here/ stuff/ and i ended up with directory stuff with link 'here' inside. so i was pieved and decided... (1 Reply)
Discussion started by: VRoemer
1 Replies

7. AIX

How to mount internal tape drive of sun machine in AIX 5.3

Hi, Help required! How to mount internal tape drive of sun machine in AIX 5.3 (0 Replies)
Discussion started by: ashwin.krishna
0 Replies

8. UNIX for Dummies Questions & Answers

Mount Problems

Hi all, fairly new to the unix world so go easy... Basically this is my problem. I am trying to mount a filesystem which is shared out on ServerC on to ServerB. These machines are both in the same NIS domain. C is the newer server. Server C is a solaris 10 machine Server B is running... (1 Reply)
Discussion started by: Monkey007
1 Replies

9. Solaris

emulation problems printing from sun solaris

Genicom LG05 printer with LG emulation. Due to problems with printer a replacement printer was installed with LP+ emulation only. Does the queue on UNIX have to be modified or told about the change in emulation for it to print from sun solaris unix. What's the command? (0 Replies)
Discussion started by: ITBT
0 Replies

10. UNIX for Advanced & Expert Users

Suse Linux mount problems ?

We are experiencing several startup problems at boot time. In our /etc/rc.d/boot script we have "swapon -a -v &> /dev/null/' (without the quotes). We have also added echo statements to make it visible on the HMC during IPL. The echo statements are seen but there no messages for the swapon... (1 Reply)
Discussion started by: darthur
1 Replies
Login or Register to Ask a Question