makedev-inst.xml 731 B

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