QuiCkxTHOMASx / triiforce

Automatically exported from code.google.com/p/triiforce
GNU General Public License v2.0
0 stars 1 forks source link

USB Hard Drive not recognized #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Unfortunately, TriiForce does not recognize my USB Hard Drive... This is
not a hardware issue since WiiXplorer, USBLoader GX, USBLoader CFG and
others support the same Hard Drive connected in the same port (port 0).

Original issue reported on code.google.com by EBoudrea...@gmail.com on 19 Aug 2009 at 11:09

GoogleCodeExporter commented 8 years ago
hmm what error do you get ? 

Original comment by nicks...@gmail.com on 19 Aug 2009 at 7:29

GoogleCodeExporter commented 8 years ago
This only happens if the first partition of HD  not contains the copy of Nand, 
for
example, HD contains a WBFS and FAT partitions, and the first is WBFS.

Original comment by angeles....@gmail.com on 3 Sep 2009 at 9:26

GoogleCodeExporter commented 8 years ago
You should check if the FAT/FAT32 partition is ACTIVATED, otherwise TriiForce 
and 
Wad-Manager v1.5 won't see it. (WiiXplorer and USBLoader GX will)

To activate the partition:
Start Windows
Right-click "My Computer"
Select "Manage my computer"
Select "Disk Management"
Select the FAT/FAT32 and right-click on in to select "Activate Partition"
Done.

Original comment by digd...@zonnet.nl on 6 Sep 2009 at 12:01

GoogleCodeExporter commented 8 years ago
Thanks digd, that's work

Original comment by angeles....@gmail.com on 6 Sep 2009 at 4:03

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It is not working for me.
CFGLoader - works fine
UNEEK - works fine
Triiforce - never works (Can't get title list or something like that)

HDD: 
http://www.amazon.com/Western-Digital-Intellipower-Desktop-WD15EARS/dp/B002ZCXJZ
E/ref=sr_1_1?ie=UTF8&s=electronics&qid=1282568701&sr=8-1
Case: http://www.trekstor.de/en/products/detail_hdd.php?pid=30&language=de

Couldn't you check how CFGLoader boots the USB-HDD and why Triiforce isn't 
doing the same?

Original comment by RP.J...@gmail.com on 23 Aug 2010 at 4:08

GoogleCodeExporter commented 8 years ago
I have the same problem. This might be related to USB harddisks with slow 
spin-up times. Maybe if you made a loop inside 'getdircount' in 'isfs.c' that 
ran ISFS_ReadDir at least 10 times (and slept for 1 second in between) before 
throwing an error. I think some of the USB loaders loop like this up to 30 
times.

Original comment by zdknud...@gmail.com on 23 Sep 2010 at 4:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Still no fix here -_-

Original comment by RP.J...@gmail.com on 20 Oct 2010 at 2:47

GoogleCodeExporter commented 8 years ago
Blame cIOS for that, triiforce only uses the commands built in.

Original comment by nicks...@gmail.com on 20 Oct 2010 at 3:29

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
How can i blame cIOS if USB Loaders are working and my other drive is being 
recognized by Triiforce? I don't want to blame anyone, i want Triiforce to work.

Original comment by RP.J...@gmail.com on 22 Oct 2010 at 4:58

GoogleCodeExporter commented 8 years ago
Because backup loaders init the usb drives themselfs, we don't mount the usb 
drives the cios does that for us. I might take a look in the weekend, but i 
kinda stopped working on anything for the wii.

Original comment by nicks...@gmail.com on 22 Oct 2010 at 6:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Is there some way in the code to make it use the second partition? Or is NAND 
emulation somehow technically impossible with another partition than the first?

Original comment by s.v.groe...@gmail.com on 3 Mar 2011 at 4:27