The strange thing is that there are working device files for s0
through to s6 but not for s7:

    bash-3.00# dd if=/dev/rdsk/c1t1d0s7 of=/dev/null count=4
    dd: /dev/rdsk/c1t1d0s7: open: No such file or directory
    bash-3.00# dd if=/dev/dsk/c1t1d0s7 of=/dev/null count=4
    dd: /dev/dsk/c1t1d0s7: open: No such file or directory

It feels like an off-by-one error in the handling of the GUID Parition
Table but there might be other explanations!

I believe this is not off-by-one error. Slice 7 in EFI label is used to represent whole disk in Solairs. Minor node "h" is not created. Instead, "wd" is created. If you run ls -l /dev/rdsk/c1t1d0*, you will see this.

Larry
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to