Windows NT ARC path names
multi(0) : 1st IDE controller
multi(1) : 2nd IDE controller
disk(0) : In ARC path names that start with multi, the
second element of the name is always disk(0)
rdisk(0) : 1st IDE drive
rdisk(1) : 2nd IDE drive
partition(1) : 1st partition
partition(2) : 2nd partition
Example boot.ini (from work):
[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="NT5" /fastdetect
Source for most of this:
www.windowsitlibrary.com/Content/405/12/3.html
|