Re: harddisk support

Bernd Eckenfels (W1012@lina.inka.de)
Thu, 21 Jun 2001 07:41:24 +0200


In article <CA256A72.001BA0E4.00@d73mta01.au.ibm.com> you wrote:
> How can I access more than 16 harddisks?
Create the Device File with:

cd /dev ; MAKEDEV sdq
-or-
cd /dev ; mknod sdq b 65 0
mknod sdq1 b 65 1
...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/