<p>You didn&#39;t say what distro you are running but unless its really old, mknod is depreciated in favour of udev.</p>
<p>Has the system been rebooted? If not, hot swap often requires a refresh of the devices. This is often proprietary to the controller. Google hp_rescan for example.</p>
<p>Also you may want to look at &#39;kpartx&#39; .<br><br><br></p>
<p>John</p>
<p><blockquote type="cite">On 2011-05-03 1:27 PM, &quot;Robert Keizer&quot; &lt;<a href="mailto:robert@keizer.ca">robert@keizer.ca</a>&gt; wrote:<br><br>I would figure out the major and minor numbers of that device, based<br>

on what the other ones are, then use mknod to create it.<br>
<br>
Unless there&#39;s something really crazy going on, those devices should<br>
be in order, meaning you can just increment the numbers.<br>
<br>
A &quot;ls -alh /dev | grep sda&quot; gives the following:<br>
brw-rw----   1 root disk      8,   0 May  3 13:18 sda<br>
brw-rw----   1 root disk      8,   1 May  3 13:19 sda1<br>
brw-rw----   1 root disk      8,   2 May  3 13:18 sda2<br>
brw-rw----   1 root disk      8,   5 May  3 13:18 sda5<br>
<br>
Where 8 is the major number, and 0 is the minor number for sda. Be<br>
sure to specify a block device rather than a character one when using<br>
mknod.. I made that mistake and got something crazy at one point.<br>
<br>
Hope this helps,<br>
Rob<br>
<p><font color="#500050"><br>On Tue, May 3, 2011 at 11:32 AM, Kevin McGregor<br>&lt;<a href="mailto:kevin.a.mcgregor@gmail.com">kevin.a.mcgregor@gmail.com</a>&gt; wrote:<br>&gt; I have a HP P...</font></p>&gt; _______________________________________________<br>

&gt; Roundtable mailing list<br>
&gt; <a href="mailto:Roundtable@muug.mb.ca">Roundtable@muug.mb.ca</a><br>
&gt; <a href="http://www.muug.mb.ca/mailman/listinfo/roundtable" target="_blank">http://www.muug.mb.ca/mailman/listinfo/roundtable</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
Roundtable mailing list<br>
<a href="mailto:Roundtable@muug.mb.ca">Roundtable@muug.mb.ca</a><br>
<a href="http://www.muug.mb.ca/mailman/listinfo/roundtable" target="_blank">http://www.muug.mb.ca/mailman/listinfo/roundtable</a><br>
</blockquote></p>