makedev-inst.xml 690 B

12345678910111213141516171819
  1. <sect2>
  2. <title>Creating devices</title>
  3. <para>Note: the MAKEDEV.bz2 file you have unpacked is not an archive, so it
  4. won't create a directory for you to cd into.</para>
  5. <para>Create the device files by running the following commands:</para>
  6. <para><screen><userinput>cp MAKEDEV-1.1 /dev/MAKEDEV &amp;&amp;</userinput>
  7. <userinput>cd /dev &amp;&amp;</userinput>
  8. <userinput>chmod 755 MAKEDEV &amp;&amp;</userinput>
  9. <userinput>./MAKEDEV -v generic</userinput></screen></para>
  10. <para>MAKEDEV will create hda[1-20] and hdb[1-20] and such but keep in mind
  11. that you may not be able to use all of those devices due to kernel
  12. limitations regarding the max. number of partitions.</para>
  13. </sect2>