Problem mounting DVD on Solaris 10 (x86)


 
Thread Tools Search this Thread
Operating Systems Solaris Problem mounting DVD on Solaris 10 (x86)
# 1  
Old 12-22-2004
Problem mounting DVD on Solaris 10 (x86)

I have just installed Solaris 10. I have read various threads on how to mount CDs put can't get mine going. My Sony DVD RW-U14A is attached to IDE2 as the master.

If I type
iostat -En
I get
c1t0d0 soft errors 0 hard errors 0 transport errors 0
Vendor Sony Product DVD RW-U14A
Size 0Gb etc.

I then try to mount
mount -F hsfs -o ro /dev/dsk/c1t0d0s0 /cdrom
mount: /dev/dsk/c1t0d0s0 no such device

I then did an ls in /dev/dsk and found that the
driver was there.

I also tried the same command with c1t0d0p0 and that
also didn't work with the same error message.

The CD in the drive contained a tar file which I had put
onto the CD from Windows.

Any help would be very gratefully received.

Many thanks,
Chris.
# 2  
Old 12-23-2004
You could try to reinitialize your Drive(s) with

devfsadm

Also have a look at your /etc/path_to_inst and

prtconf -v

If it donīt work you could make a reconfigure boot with


reboot -- -r

You could make a reconfigure boot where all devices entries are new written with

reboot -- -pr

If that donīt work try a other drive Smilie
# 3  
Old 12-24-2004
Thanks. I've got the drive working now. The correct commands were:
/etc/init.d/volmgt stop
mount -F hsfs -o ro /dev/dsk/c1t0d0p0 /cdrom

Chris.
# 4  
Old 12-24-2004
Thanks. I've got the drive working now. The correct commands were:
/etc/init.d/volmgt stop
mount -F hsfs -o ro /dev/dsk/c1t0d0p0 /cdrom

Chris.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Solaris x86 11.3 'live' DVD, network issue

Hi All, Has anyone else come across a network interface issue after installing Solaris x86 11.3 from the 'live' DVD? I have had issues myself and also found others have similar issues. On my systems, installing Solaris 11.3 works fine but after rebooting (from the hard disk root... (4 Replies)
Discussion started by: hicksd8
4 Replies

2. Solaris

Boot Solaris 10 U1 for x86 from DVD

Is it possible to boot an existing Solaris 10 update 1 from boot dvd that I run on p3(1 ghz -512 mb ram). I have got a dual boot sys - the other os is win xp that I need to reinstall but that removes the mbr so, is there any way to recover mbr after the installation of xp? Thanks. (3 Replies)
Discussion started by: vectrum
3 Replies

3. Solaris

Installing Solaris x86 through an external DVD drive through the USB port...

Is there a way to install Solaris 10 x86 with an external DVD drive that connects through the USB port? I would think I would run GRUB off of a floppy disk and somehow use that to make it look to the USB port to boot from but I don't know how to do that. Can anyone help me out? (1 Reply)
Discussion started by: Bradj47
1 Replies

4. UNIX for Dummies Questions & Answers

How can I install Solaris 10 x86 on a machine without a DVD drive?

How can I install Solaris 10 x86 on a machine without a DVD drive? Is there a way to boot from a flash stick or install it through a network? Any help will be appreciated. (1 Reply)
Discussion started by: Bradj47
1 Replies

5. Solaris

problem NFS mounting onto Solaris 10

On my Solaris 10 server, I want to share out the directory /export/home/data, so in the /etc/dfs/dfstab file, I have this line: share -F nfs -o rw /export/home/data In the /etc/hosts.equiv file, I have this: + When I do a "ps -ef" command, I see that the "nfsd' daemon is started. ... (2 Replies)
Discussion started by: serendipity1276
2 Replies

6. Solaris

Solaris 10 installaion problem in X86

Hi, I have x86 machine with P4, 512 MB with 17" ViewSonic TFT screen. I installed Solaris 10 and i am geeting the error messages like "Notice: failed to initialize inband hot plug controllers." while booting. Later am getting the shrinked window in single line. I thought itd because of video... (4 Replies)
Discussion started by: paventhan
4 Replies

7. Solaris

solaris 8 NFS mounting problem

While mounting nfs file system I get the following error . # mount -F nfs jewelex:/back2 /oback2 nfs mount: jewelex:/back2: Permission denied Following is the permission for oback2 drwxr-xr-x 2 root other 512 Apr 9 18:39 oback2 Directory permission on jewelex server is ... (4 Replies)
Discussion started by: Hitesh Shah
4 Replies

8. Filesystems, Disks and Memory

Mounting USB Drives in Solaris 9 x86

I'm trying to moun my external USB Mass Storage Drive (80GB) in my Solaris 9 box, I am new to Solaris, and kind of new to linux / unix variants. The external HD contains windows files, but I will be using it as a central storage area for my windows/ linux clients. Thanks -- N:confused:C (1 Reply)
Discussion started by: N0C717
1 Replies
Login or Register to Ask a Question