HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)

CAUTION: The partition on the specified data drive must be recognized on the Windows system.
[\directory] for the mount must be specified a mount point without embedded space character.
If [\directory] is detected as mount point with embedded space (that is, aaa bbb), then the directory
is shown by adding '' to first strings as below.
pairsplit -x mount
Drive FS_name VOL_name Device Partition ... Port PathID Targ Lun
D: NTFS Null Harddiskvolume3 ... Harddisk2
D:\aaa… NTFS Null Harddiskvolume4 ... Harddisk3
The same method is used for 'inqraid $LETALL' and 'raidscan -pi $LETALL -find' command.
Example
The following example shows the mount subcommand used as an option of the pairsplit command
and its outputs.
Example for WindowsNT
This example executes mount from command option of the pairsplit, mounting the "F:"drive to the
partition1 on the disk drive2, and mounting the "G:"drive to the partition1 on the disk drive1, after
mounted devices are displayed.
pairsplit -x mount F: hdisk2 p1 -x mount G: hdisk1 p1
pairsplit -x mount
Drive FS_name VOL_name Device Partition ... Port PathID Targ Lun
C: FAT Null Harddisk0 Partition1 ... 1 0 0 0
F: FAT Null Harddisk2 Partition1 ... 2 0 5 1
G: NTFS Null Harddisk1 Partition1 ... 2 0 5 0
Z: CDFS Null CdRom0 ... Unknown
Windows2000/2003/2008/2012 Example
This example executes the mount command from a sub-command option of pairsplit. It mounts the
"F:"drive to the harddiskvolume2, and then displays mounted devices.
pairsplit -x mount F: hdisk2
pairsplit -x mount
Drive FS_name VOL_name Device Partition ... Port PathID Targ Lun
C NTFS Null Harddiskvolume1 ... Harddisk0
F: NTFS Null Harddiskvolume2 ... Harddisk1
D: NTFS Null Harddiskvolume3 ... Harddisk2
D:\hd1 NTFS Null Harddiskvolume4 ... Harddisk3
D:\hd2 NTFS Null Harddiskvolume5 ... Harddisk4
G: NTFS Null HarddiskDmVolumes\\Volume1...Harddisk5[3]
This example executes mount from command option of the pairsplit command and then displays
the mounted devices:
Output of the mount subcommand:
Drive: Shows the logical drive recognized by the Windows system
FS_name: Shows the name of the file system formatted on the logical drive
VOL_name: Shows the volume label name for the logical drive
Device, Partition: Shows the device name and partition for the mounted logical drive
Port,Phid,Targ,Lun: Shows the port number, path group ID (bus), target ID, and LUN for the device
adaptor of the mounted logical drive.
Windows subcommands 111