makedev-inst.xml 716 B

123456789101112131415161718192021222324252627
  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>chmod 755 MAKEDEV &amp;&amp;</userinput>
  12. <userinput>cp MAKEDEV /dev &amp;&amp;</userinput>
  13. <userinput>cd /dev &amp;&amp;</userinput>
  14. <userinput>./MAKEDEV -v generic</userinput>
  15. </literallayout></blockquote>
  16. <para>
  17. MAKEDEV will create hda[1-20] and hdb[1-20] and such but keep in mind
  18. that you may not be able to use all of those devices due to kernel
  19. limitations regarding the max. number of partitions.
  20. </para>
  21. </sect2>