瀏覽代碼

Noted that makedev will create more harddisk partition device files
than you can actually use due to kernel limitations


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@225 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Gerard Beekmans 24 年之前
父節點
當前提交
364bc46a35
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      chapter06/makedev-inst.xml

+ 6 - 0
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)
 files you need to be able to access hdc (and hdc1, hdc2, etc)
 </para>
 </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>
 </sect2>