Hacking I think i messed up.

  • Thread starter Thread starter Jerey71
  • Start date Start date
  • Views Views 6,547
  • Replies Replies 53
I use guiformat for my SDCards
It has allocation sizes of 512, 1204, 2048, 4096, 8192, 16384, 32768, and ,65536. which one do i choose
upload_2016-11-12_22-43-33.png
 
........
O.o

That is an odd error

Not seen that before. I'll check mine again now. Hold on

EDIT:


Code:
FSCTL_ALLOW_EXTENDED_DASD_IO OK
GuiFormat version 1.02 x86 Windows version 0602 64 bit
Size : 63GB 124733440 sectors
512 Bytes Per Sector, Cluster size 65536 bytes
Volume ID is b13:3060
32 Reserved Sectors, 7613 Sectors per FAT, 2 fats
974360 Total clusters
974359 Free Clusters
Formatting drive H:\:...
Clearing out 15386 sectors for Reserved sectors, fats and root cluster...
Wrote 7877632 bytes in 0.65 seconds, 11.54 Megabytes/sec
Initialising reserved sectors and FATs...
Done
If you find this code useful please consider donating at
http://www.ridgecrop.demon.co.uk/guiformat.htm

Worked fine for me
 
Last edited by lembi2001,
  • Like
Reactions: Jerey71
........
O.o

That is an odd error

Not seen that before. I'll check mine again now. Hold on

EDIT:


Code:
FSCTL_ALLOW_EXTENDED_DASD_IO OK
GuiFormat version 1.02 x86 Windows version 0602 64 bit
Size : 63GB 124733440 sectors
512 Bytes Per Sector, Cluster size 65536 bytes
Volume ID is b13:3060
32 Reserved Sectors, 7613 Sectors per FAT, 2 fats
974360 Total clusters
974359 Free Clusters
Formatting drive H:\:...
Clearing out 15386 sectors for Reserved sectors, fats and root cluster...
Wrote 7877632 bytes in 0.65 seconds, 11.54 Megabytes/sec
Initialising reserved sectors and FATs...
Done
If you find this code useful please consider donating at
http://www.ridgecrop.demon.co.uk/guiformat.htm

Worked fine for me
maybe my sd card is too small to format that big. its only 4 gigs
 
You can wipe it completely and then re-format with guiformat, but you'll lose all your files so BACK IT UP (or just move all the files off)
Start Menu, Command Prompt/cmd, right click and Run as Administrator
  • diskpart
  • list disk
  • select disk # (based on the last thing and what it printed out, you said it's 4GB so find the one near that size)
  • clean all (or just "clean", shouldn't throw an error)
  • create partition primary
  • select partition 1 (they start from 1 for some reason)
  • format fs=fat32 quick (quick takes way less time)
You might need to assign a letter if it doesn't show up in your File Explorer window, do
  • list volume
  • select volume # (same thing, should be ~4GB)
  • assign letter=D (or whatever letter is available if you have other devices plugged in)
Then it should show up in File Explorer and guiformat, then select it and run it with Quick and 4096 (if it's 4GB), if it says it's locked, either unplug it and replug it or go into Task Manager (start menu or Ctrl+Alt+Del menu) and kill Windows Explorer (should say "Restart" instead), and then go right to guiformat without reopening any of its windows and run it again

Note that this will restore any drive, if you have a hidden partition cause of emuNAND/redNAND, cleaning and then making a new partition as above will restore it to the original "size"
 
Last edited by NWPlayer123,
  • Like
Reactions: lembi2001
You can wipe it completely and then re-format with guiformat, but you'll lose all your files so BACK IT UP (or just move all the files off)
Start Menu, Command Prompt/cmd, right click and Run as Administrator
  • diskpart
  • list disk
  • select disk # (based on the last thing and what it printed out, you said it's 4GB so find the one near that size)
  • clean all (or just "clean", shouldn't throw an error)
  • make partition primary
  • select partition 1 (they start from 1 for some reason)
  • format fs=fat32 quick (quick takes way less time)
You might need to assign a letter if it doesn't show up in your File Explorer window, do
  • list volume
  • select volume # (same thing, should be ~4GB)
  • assign letter=D (or whatever letter is available if you have other devices plugged in)
Then it should show up in File Explorer and guiformat, then select it and run it with Quick and 4096 (if it's 4GB), if it says it's locked, either unplug it and replug it or go into Task Manager (start menu or Ctrl+Alt+Del menu) and kill Windows Explorer (should say "Restart" instead), and then go right to guiformat without reopening any of its windows and run it again

Note that this will restore any drive, if you have a hidden partition cause of emuNAND/redNAND, cleaning and then making a new partition as above will restore it to the original "size"
Wow. I never exepected to see you here. Thanks, i'll try it now

*EDIT*
upload_2016-11-12_23-59-14.png

what do? i put make partition primary but it did nothing, just repeated the screen you get when its done clean all. also sorry for asking so many questions. i just wanna make sure nothing goes wrong and i think you can tell that im not a pro at this.
 

Attachments

  • upload_2016-11-12_23-50-35.png
    upload_2016-11-12_23-50-35.png
    8.8 KB · Views: 235
Last edited by Jerey71,
  • Like
Reactions: NWPlayer123
Wow. I never exepected to see you here. Thanks, i'll try it now

*EDIT*
View attachment 68688
what do? i put make partition primary but it did nothing, just repeated the screen you get when its done clean all. also sorry for asking so many questions. i just wanna make sure nothing goes wrong and i think you can tell that im not a pro at this.
I had some trouble in the past when using diskpart with sd cards. The reader blinked forever and nothing happened.
Sd card formater did the job always without any problems (at least for SD and SDHC cards)

@NWPlayer123 when will you stream again :)?

Edit: it's create partition primary - not make
 
Last edited by Net-KILLER,
I had some trouble in the past when using diskpart with sd cards. The reader blinked forever and nothing happened.
Sd card formater did the job always without any problems (at least for SD and SDHC cards)

@NWPlayer123 when will you stream again :)?

Edit: it's create partition primary - not make
instead of make partition primary use

create partition primary
Thanks

--------------------- MERGED ---------------------------

You can wipe it completely and then re-format with guiformat, but you'll lose all your files so BACK IT UP (or just move all the files off)
Start Menu, Command Prompt/cmd, right click and Run as Administrator
  • diskpart
  • list disk
  • select disk # (based on the last thing and what it printed out, you said it's 4GB so find the one near that size)
  • clean all (or just "clean", shouldn't throw an error)
  • make partition primary
  • select partition 1 (they start from 1 for some reason)
  • format fs=fat32 quick (quick takes way less time)
You might need to assign a letter if it doesn't show up in your File Explorer window, do
  • list volume
  • select volume # (same thing, should be ~4GB)
  • assign letter=D (or whatever letter is available if you have other devices plugged in)
Then it should show up in File Explorer and guiformat, then select it and run it with Quick and 4096 (if it's 4GB), if it says it's locked, either unplug it and replug it or go into Task Manager (start menu or Ctrl+Alt+Del menu) and kill Windows Explorer (should say "Restart" instead), and then go right to guiformat without reopening any of its windows and run it again

Note that this will restore any drive, if you have a hidden partition cause of emuNAND/redNAND, cleaning and then making a new partition as above will restore it to the original "size"
Ok, i've done all the steps you told me to do. now what?
 
Thanks

--------------------- MERGED ---------------------------


Ok, i've done all the steps you told me to do. now what?
Tbh I don't know how all these things could help you.
If I got it right you didn't use use any hacks before and you had only games you bought on eshop.
Then you started the kexploid, your Wii freezed and after that you couldn't start some (or all games) on your usb drive anymore. Or am I missing something?
 
I think some of the weird stuff might be just having the SD in, it did some weird things when I had it in back in the day, bad SD header or smth, try without it in
Ok. but two questions. one: how do you know if the wiiu recognises the SD card
two: which browser exploit should i use.
It will let you copy to SD in Mii Maker for a QR, that also supposedly fixes it, and doesn't matter the site, some will work others won't, depends on internet and some other stuff
 
you can try and access the mii creator and see if the SDCard is recognised in there
I use wiiubru others use loadiine.ovh
 

Site & Scene News

Popular threads in this forum