<div dir="ltr"><div dir="ltr"></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 8, 2022 at 11:16 AM Ed Trumbull <<a href="mailto:EdT@as2inc.com">EdT@as2inc.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)"></div><div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Where do I look to find what /dev/sd## represents megaraid,32?</div><br>
</div></blockquote><div><br></div><div>I'm not 100% certain if you are looking for the actual physical drive (which drive in which slot) of megaraid,32 or something else.</div><div>If you are indeed looking for the physical location of the drive, you can retrieve the drive's serial number from smartctl. In the following example I'm doing this for drive megaraid,8:<br></div><div><br></div><div>smartctl -i -d megaraid,8 /dev/sda | grep -i serial<br>Serial number:        S40NNNNNNNNNNNNNNN4M</div><div><br></div><div>Now you can use the megacli command to list all physical drives: megacli -PDList -Aall</div><div><br></div><div>Go through the output and look for the serial number in the "Inquiry Data" line. Note: Sometimes the serial number might be cut by some characters. <br></div><div>This should show you the physical location of the drive in the "Slot Number" line.</div><div><br></div><div>Not sure if this is what you've asked for though.<br></div><div> </div></div></div>