coLinux
Edit Page
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 8: Line 8:
 
* \Device\Cdrom'''Z''': '''Z''', which is indexed from zero, refers to the specific cd/dvd drive. See [[CdDvdAccess]] for details how use a CD/DVD drive.
 
* \Device\Cdrom'''Z''': '''Z''', which is indexed from zero, refers to the specific cd/dvd drive. See [[CdDvdAccess]] for details how use a CD/DVD drive.
   
* \Device\Harddisk'''X'''\Partition'''Y''': '''X''', which is indexed from zero, refers to the specific harddrive. All hard drives on a system are ennumerated in the order in which Windows finds them (which, of course, is also the order in which it searches for them). Although you can mess around with the orderring if you have the know-how, I'll assume that most readers will still be using a "normal" setup. For IDE, the first controller precedes the second in the search order, and a master precedes its slave. For SCSI, drives are found first by controller, then by channel, and finally by device-id (0-6). The partition number, '''Y''', is a 1-based index of the list of partitions (both primary and logical) found while enumerating the disk's partitions. This differs from linux, where partitions receive special numbering based on whether they are primary or logical.
+
* \Device\Harddisk'''X'''\Partition'''Y''': '''X''', which is indexed from zero, refers to the specific harddrive. All hard drives on a system are ennumerated in the order in which Windows finds them (which, of course, is also the order in which it searches for them). Although you can mess around with the orderring if you have the know-how, I'll assume that most readers will still be using a "normal" setup. For IDE, the first controller precedes the second in the search order, and a master precedes its slave. For SCSI, drives are found first by controller, then by channel, and finally by device-id (0-6). The partition number, '''Y''', is the same number for the partition as would be reported by fdisk '''(XXX - can somebody confirm this?)'''. If you are using VMWARE to bootup pre-installed linux, click "Edit Virtual machine active | Hardware | Hard disk". It will tell partition numbers, this number starts from 0, added by 1 as the partition number for your [[coLinux]] configuration file.
 
Contrast between windows and unix:
 
<pre><nowiki>
 
\Device\Harddisk0\Partition1 /dev/hda1
 
 
If your extended partition space is the second entry in the partition table:
 
\Device\Harddisk0\Partition2 /dev/hda5
 
\Device\Harddisk0\Partition3 /dev/hda6
 
...
 
 
If your extended partition space is the third entry in the partition table:
 
\Device\Harddisk0\Partition2 /dev/hda2
 
\Device\Harddisk0\Partition3 /dev/hda5
 
\Device\Harddisk0\Partition4 /dev/hda6
 
...
 
 
If your extended partition space is the fourth entry in the partition table:
 
\Device\Harddisk0\Partition2 /dev/hda2
 
\Device\Harddisk0\Partition3 /dev/hda3
 
\Device\Harddisk0\Partition4 /dev/hda5
 
\Device\Harddisk0\Partition5 /dev/hda6
 
...
 
 
If you have no extended partitions:
 
\Device\Harddisk0\Partition2 /dev/hda2
 
\Device\Harddisk0\Partition3 /dev/hda3
 
\Device\Harddisk0\Partition4 /dev/hda4
 
</nowiki></pre>
 
 
If you want further information on partitions and linux numbering, see http://www.linux.com/howtos/Partition/partition-2.shtml
 
   
 
Examples:
 
Examples:
Please note that all contributions to the coLinux are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)

Template used on this page: