Hacking USB Loaders and 4096 sectors hard drives

SaintSeiya

Member
OP
Newcomer
Joined
Feb 5, 2010
Messages
18
Trophies
0
Location
Naples
Website
Visit site
XP
6
Country
Italy
oggzee said:
SaintSeiya said:
wbfs error: hd sector size doesn't match

I'm uploading a video of that.
Please do post a screenshot of the hdd info screen too as requested, so that i can see the numbers, or write them down.
I need to see which size is calculated correctly...
Oh, and can you enter the partition selection screen now? can you make a screenshot of that too?

SEC SIZE: 4096
HDD SIZE: 296 GB (4096)
HDD SIZE: 37 GB (512)
 

oggzee

Well-Known Member
Member
Joined
Apr 11, 2009
Messages
2,333
Trophies
0
XP
188
Country
Slovenia
http://cfg-loader.googlecode.com/files/cfg52t7.dol

Here's a quick fix for 4k sector size.
It works only with wbfs partitions though.
libfat and libntfs don't have appropriate support for sector size other than 512.
So __io_usb could be made to emulate 512 ss, but it's not done yet.
Forcing 512 doesn't seem to work, it would probably need to be done in ehcmodule.
I'll post the required source changes in a moment.

EDIT:
source changes:
cfg52t7_4k_fix_src.zip
 

SaintSeiya

Member
OP
Newcomer
Joined
Feb 5, 2010
Messages
18
Trophies
0
Location
Naples
Website
Visit site
XP
6
Country
Italy
oggzee said:
http://cfg-loader.googlecode.com/files/cfg52t7.dol

Here's a quick fix for 4k sector size.
It works only with wbfs partitions though.
libfat and libntfs don't have appropriate support for sector size other than 512.
So __io_usb could be made to emulate 512 ss, but it's not done yet.
Forcing 512 doesn't seem to work, it would probably need to be done in ehcmodule.
I'll post the required source changes in a moment.

EDIT:
source changes:
cfg52t7_4k_fix_src.zip

Pleased to have been your tester. It works perfectly, thanks again.
 

Maisto

Well-Known Member
Member
Joined
Apr 16, 2009
Messages
115
Trophies
0
XP
99
Country
oggzee said:
http://cfg-loader.googlecode.com/files/cfg52t7.dol

Here's a quick fix for 4k sector size.
It works only with wbfs partitions though.
libfat and libntfs don't have appropriate support for sector size other than 512.
So __io_usb could be made to emulate 512 ss, but it's not done yet.
Forcing 512 doesn't seem to work, it would probably need to be done in ehcmodule.
I'll post the required source changes in a moment.

EDIT:
source changes:
cfg52t7_4k_fix_src.zip

Can you make one that works with 1024 sector size
 

tadija

New Member
Newbie
Joined
Dec 30, 2009
Messages
2
Trophies
0
XP
25
Country
oggzee said:
http://cfg-loader.googlecode.com/files/cfg52t7.dol

Here's a quick fix for 4k sector size.
It works only with wbfs partitions though.
libfat and libntfs don't have appropriate support for sector size other than 512.
So __io_usb could be made to emulate 512 ss, but it's not done yet.
Forcing 512 doesn't seem to work, it would probably need to be done in ehcmodule.
I'll post the required source changes in a moment.

EDIT:
source changes:
cfg52t7_4k_fix_src.zip

I wasn't online whole day, so I wasn't involved in testing, but I just want to say:

You're the man! It's working great!
smile.gif


@SaintSeiya
Ty for the wii backup loader hint, it actually worked formating my drive to wbfs, I tried it yesterday,
but when any usb loader on wii didn't work, WBFS manager couldn't load it, and WBFS For Mac OSX didn't recognize it,
I thought it didn't work... But today when cfg usb loader works, I know that format went well.

Now because I use WBFS for Mac OSX for organazing, transfering games, I assume that it has some kind of the same bug, I hope it'll be fixed...

WBFS Manager and other usb loaders still doesn't work, but CFG won me!
smile.gif


Ty again oggzee! Great work!
 

Maisto

Well-Known Member
Member
Joined
Apr 16, 2009
Messages
115
Trophies
0
XP
99
Country
I have tried with an Samsung S2 500gb. (1024 sector size)

But with an NTFS partition in front

|---NTFS---|---WBFS---|

I will try with only the WBFS partition

|---------WBFS---------|
 

Maisto

Well-Known Member
Member
Joined
Apr 16, 2009
Messages
115
Trophies
0
XP
99
Country
I have now tried with the entire disk in WBFS format.

every time i open the cfg52t7.dol version it hangs on the boot screen

I have tried with the cfg52t2.dol test version and got this output.

IMAG0016.jpg
 

williwillswissen

New Member
Newbie
Joined
Feb 22, 2010
Messages
2
Trophies
0
XP
1
Country
Gambia, The
I tested the latest versions of Neogamma und cfg usb loader with my S2 - none of it worked. With the cfg52t7.dol version of cfg usb loader hangs on the screen like Maisto posted. Quite strange that it works fine with HDs with 512 or 4096 sector size. Maybe the sector size of 1024 is not the only problem with the Samsung S2?!

thx for your help!
 

JEDI2005

New Member
Newbie
Joined
Mar 19, 2010
Messages
1
Trophies
0
XP
1
Country
United States
I have 2 hard drives Samsung S2 with this problem

I formatted many Samsungs 160 GB to WBFS and used them on wiis with no problem and also several 250 GB, but cant do it with those 1024 bytes sector sized

I hope this problem be solved
unsure.gif
 

WiiCrazy

Be water my friend!
Member
Joined
May 8, 2008
Messages
2,395
Trophies
0
Location
Istanbul
Website
www.tepetaklak.com
XP
387
Country
Oops, same problem here... (Samsung S2 320GB) A friend's disc and I can't format it to anything else than ntfs... Disc already contains lots of other files...

Would it work if I resize the ntfs partition and create another partitions as wbfs?
 

13colonias

New Member
Newbie
Joined
Apr 25, 2010
Messages
1
Trophies
0
XP
1
Country
United States
oggzee said:
http://cfg-loader.googlecode.com/files/cfg52t7.dol

Here's a quick fix for 4k sector size.
It works only with wbfs partitions though.
libfat and libntfs don't have appropriate support for sector size other than 512.
So __io_usb could be made to emulate 512 ss, but it's not done yet.
Forcing 512 doesn't seem to work, it would probably need to be done in ehcmodule.
I'll post the required source changes in a moment.

EDIT:
source changes:
cfg52t7_4k_fix_src.zip
Hi, I can't speak english, but i have the problem with my Trascend and i only can use Neogamma.
The link: http://cfg-loader.googlecode.com/files/cfg52t7.dol doesn't work, somebody can upload it please?
Thanks
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=ZJewzRHdH8c