Well, after another try to sort this I come to the conclusion that Solaris is
very picky about the discs. The CDRW's I use are Nashua and Verbatim. DVD-RW
from Philips are accepted though. The strangest thing is, when I insert a CDRW
in my DVD-ROM drive Solaris' Volumemanager thinks it must be formatted. This
behavior is wrong in my opinion. To make things clear I include a log a typical
session.
-------------session begin------------------
(No disc inserted)
%rmformat
Looking for devices...
1. Volmgt Node: /vol/dev/aliases/cdrom0
Logical Node: /dev/rdsk/c1t0d0s2
Physical Node: /pci at 0,0/pci-ide at 11,1/ide at 1/sd at 0,0
Connected Device: SAMSUNG DVD-ROM SD-616F F100
Device Type: DVD Reader
Bus: IDE
Size: <Unknown>
Label: <Unknown>
Access permissions: <Unknown>
2. Volmgt Node: /vol/dev/aliases/cdrom1
Logical Node: /dev/rdsk/c1t1d0s2
Physical Node: /pci at 0,0/pci-ide at 11,1/ide at 1/sd at 1,0
Connected Device: PLEXTOR DVDR PX-716A 1.08
Device Type: DVD Reader/Writer
Bus: IDE
Size: <Unknown>
Label: <Unknown>
Access permissions: <Unknown>
%iostat -En
c1t0d0 Soft Errors: 1 Hard Errors: 0 Transport Errors: 0
Vendor: SAMSUNG Product: DVD-ROM SD-616F Revision: F100 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 1 Predictive Failure Analysis: 0
c1t1d0 Soft Errors: 6 Hard Errors: 0 Transport Errors: 0
Vendor: PLEXTOR Product: DVDR PX-716A Revision: 1.08 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 6 Predictive Failure Analysis: 0
(Inserting the disc...)
%iostat -En
c1t0d0 Soft Errors: 1 Hard Errors: 0 Transport Errors: 0
Vendor: SAMSUNG Product: DVD-ROM SD-616F Revision: F100 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 1 Predictive Failure Analysis: 0
c1t1d0 Soft Errors: 7 Hard Errors: 1 Transport Errors: 0
Vendor: PLEXTOR Product: DVDR PX-716A Revision: 1.08 Serial No:
Size: 2.80GB <2801795072 bytes>
Media Error: 0 Device Not Ready: 1 No Device: 0 Recoverable: 0
<<
Illegal Request: 7 Predictive Failure Analysis: 0
%rmformat
Looking for devices...
1. Volmgt Node: /vol/dev/aliases/cdrom0
Logical Node: /dev/rdsk/c1t0d0s2
Physical Node: /pci at 0,0/pci-ide at 11,1/ide at 1/sd at 0,0
Connected Device: SAMSUNG DVD-ROM SD-616F F100
Device Type: DVD Reader
Bus: IDE
Size: <Unknown>
Label: <Unknown>
Access permissions: <Unknown>
2. Volmgt Node: /vol/dev/aliases/cdrom1
Logical Node: /dev/rdsk/c1t1d0s2
<<
Physical Node: /pci at 0,0/pci-ide at 11,1/ide at 1/sd at 1,0
Connected Device: PLEXTOR DVDR PX-716A 1.08
Device Type: DVD Reader/Writer
Bus: IDE
Size: 668.0 MB
Label: <None>
Access permissions: Medium is not write protected.
<<
%mount -oro /dev/dsk/c1t1d0p0 /mnt/cdrom
mount: /dev/dsk/c1t1d0p0 is already mounted or /mnt/cdrom is busy
%/etc/init.d/volmgt stop
%cdrecord dev=1,1,0 -eject
%cdrecord dev=1,1,0 -load
%fstyp /dev/dsk/c1t1d0p0
hsfs
%fstyp /dev/dsk/c1t1d0s2
hsfs
%mount -oro /dev/dsk/c1t1d0p0 /mnt/cdrom
mount: /dev/dsk/c1t1d0p0 is not this fstype
%mount -F hsfs -oro /dev/dsk/c1t1d0p0 /mnt/cdrom
hsfs mount: /dev/dsk/c1t1d0p0 is not an hsfs file system.
-------------session end------------------
Now, don't you think this is odd behavior ?
This message posted from opensolaris.org