<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 11: Can't detect Xbox HDD on slave</title><link href="https://sourceforge.net/p/xbox-linux/bugs/11/" rel="alternate"/><link href="https://sourceforge.net/p/xbox-linux/bugs/11/feed.atom" rel="self"/><id>https://sourceforge.net/p/xbox-linux/bugs/11/</id><updated>2004-07-27T12:58:38Z</updated><subtitle>Recent changes to 11: Can't detect Xbox HDD on slave</subtitle><entry><title>Can't detect Xbox HDD on slave</title><link href="https://sourceforge.net/p/xbox-linux/bugs/11/" rel="alternate"/><published>2004-07-27T12:58:38Z</published><updated>2004-07-27T12:58:38Z</updated><author><name>Lewis Jardine</name><uri>https://sourceforge.net/u/ljardine/</uri></author><id>https://sourceforge.neta648877e0f8cef901968c24372b3ce021f97fbc3</id><summary type="html">Using kernel 2.4.26 / Xbox kernel HEAD 20040727, I
attempted to mount two xbox hard disks on the same IDE
channel.

/dev/hdc got split into /dev/hdc\[50-55\] as normal, but
/dev/hdd also got split into /dev/hdc\[50-55\] . 

Possibly in /fs/partitions/xbox.c, 

///////////////////////////////	
	retv = xbox\_drive\_detect\(bdev\);
	if \(retv &amp;gt; 0\) \{
		/\* trying to find the first free partition \*/
		minor = 50;
		add\_gd\_partition\(hd,minor++,XBOX\_SECTOR\_STORE
,XBOX\_SECTORS\_STORE \);
		add\_gd\_partition\(
////////////////////////////////

minor should be 114 \(64+50\), instead of 50, when
mounting a slave drive like /dev/hdb or /dev/hdd ?</summary></entry></feed>