Changes between Version 3 and Version 4 of SmartArray
- Timestamp:
- 09/23/08 14:52:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SmartArray
v3 v4 20 20 We don't know any current Linux distrubtion which miss theses drivers so no additional step should be required to get it working. 21 21 22 However this driver doesn't you the regular SCSI stack, so don't expect to find your logical drives as /dev/sdX.[[BR]] 22 == 1.1. Devices nodes note === 23 24 This driver doesn't use the regular SCSI stack, so don't expect to find your logical drives as /dev/sdX.[[BR]] 23 25 Here is an example: 24 26 {{{ 25 vmware:~# ls -lah /dev/cciss/27 server:~# ls -lah /dev/cciss/ 26 28 total 0 27 29 drwxr-xr-x 2 root root 160 2008-08-28 14:36 . … … 35 37 }}} 36 38 37 '' /dev/c0d0'' means logical drive 0 on controller 0. ''/dev/c0d0p1'' means first partition of logical drive 0 on controller 0.[[BR]]38 In exemple '' /dev/sda'' is ''/dev/c0d0'' here. ''/dev/sdb1'' is ''/dev/c0d1p1''.39 '''/dev/c0d0''' means logical drive 0 on controller 0. '''/dev/c0d0p1''' means first partition of logical drive 0 on controller 0.[[BR]] 40 In exemple '''/dev/sda''' is '''/dev/c0d0''' here. '''/dev/sdb1''' is '''/dev/c0d1p1'''.