2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
2001-03-28 22:20:29 +01:00
|
|
|
<title>Creating devices</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-04-14 04:37:07 +01:00
|
|
|
<para>
|
|
|
|
Note: the MAKEDEV.bz2 file you have unpacked is not an archive, so it
|
|
|
|
won't create a directory for you to cd into.
|
|
|
|
</para>
|
|
|
|
|
2001-02-08 02:46:55 +00:00
|
|
|
<para>
|
|
|
|
Create the device files by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
2001-04-07 04:30:04 +01:00
|
|
|
<userinput>chmod 755 MAKEDEV &&</userinput>
|
|
|
|
<userinput>cp MAKEDEV /dev &&</userinput>
|
2001-02-08 02:46:55 +00:00
|
|
|
<userinput>cd /dev &&</userinput>
|
2001-04-03 00:17:06 +01:00
|
|
|
<userinput>./MAKEDEV -v generic</userinput>
|
2001-02-08 02:46:55 +00:00
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
<para>
|
2001-05-06 21:48:49 +01:00
|
|
|
MAKEDEV will create hda[1-20] and hdb[1-20] and such but keep in mind
|
|
|
|
that you may not be able to use all of those devices due to kernel
|
2001-02-23 19:47:41 +00:00
|
|
|
limitations regarding the max. number of partitions.
|
|
|
|
</para>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|