diff options
-rw-r--r-- | chapter06/makedev-inst.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml index a4e4d0433..59d385c9b 100644 --- a/chapter06/makedev-inst.xml +++ b/chapter06/makedev-inst.xml @@ -23,5 +23,11 @@ hdc</userinput> to create the generic set of devices files, plus the files you need to be able to access hdc (and hdc1, hdc2, etc) </para> +<para> +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 +limitations regarding the max. number of partitions. +</para> + </sect2> |