Both HP-UX and Sun Solars uses almost same device file naming convention. Typically it look like as follows:
c#t#d#
Let us try to understand what those letters
c#t#d#
Let us try to understand what those letters
- c - Instance number of interface card
- t - SCSI target address
- d - Device number aka SCSI LUN
- /dev/dsk/c0t5d0 - Block device file
- /dev/rdsk/c0t5d0 - Raw device file
0 Comments