I want to share the data on a Wii U kiosk's HDD

Discussion in 'File Downloads - Share and Request' started by DevHackr, Mar 17, 2015.

  1. DevHackr

    DevHackr Enthusiastic Member

    Joined:
    Mar 10, 2009
    Messages:
    559
    Likes Received:
    51
    So here's the issue. I need to obtain information from someone more experienced than I. It's a 320gb Toshiba 2.5 inch HDD. I hooked it up to my PC, and it only displays as a 99.9mb hdd full of 65.8mb of data. I had to manually give it a drive letter, and nothing appears in explorer.

    Of course being a bit of an oddity, I wanted to share the contents of the HDD. Now I assume it's encrypted, so I don't think I'll be able to read the data. However I thought there might be a way to copy the entire HDD as an image, like a mame CHD. If someone can help me with this I'll dump it and update this topic.

    ps. I am running windows 7.
     
    #1
  2. retro

    retro Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    10,339
    Likes Received:
    311
    Location:
    UK
    No you won't.

    No sharing current generation software.
     
    #2
  3. HEX1GON

    HEX1GON 2997cc Staff Member

    Joined:
    May 4, 2011
    Messages:
    9,681
    Likes Received:
    507
    Location:
    Australia
    That rule applies to betas or unreleased titles, not what DevHackr is asking...
    Data from a Kiosk I wouldn't call unreleased titles. However users accept full responsibility of what they post. I'd ask ASSEMbler himself.
     
    Last edited: Mar 17, 2015
    #3
  4. DevHackr

    DevHackr Enthusiastic Member

    Joined:
    Mar 10, 2009
    Messages:
    559
    Likes Received:
    51
    Ok, will do hex
     
    #4
  5. CodeAsm

    CodeAsm Site Supporter 20??

    Joined:
    Dec 22, 2010
    Messages:
    1,386
    Likes Received:
    56
    Location:
    The Netherlands
    First check Assembler yes, but if allowed, love to see it :D
    otherwise, keep it, wait till NX gets released :p
     
    #5
  6. DevHackr

    DevHackr Enthusiastic Member

    Joined:
    Mar 10, 2009
    Messages:
    559
    Likes Received:
    51
    I sent him a message. Waiting for a reply. Regardless if it's allowed here I'd still like to make sure I can preserve it. Does anyone know of how to make a solid image of the HDD
     
    #6
  7. derekb

    derekb Well Known Member

    Joined:
    Jan 7, 2009
    Messages:
    1,880
    Likes Received:
    6
    use a linux distro and do a copy with dd
     
    #7
  8. TriState294

    TriState294 Site supporter 2016

    Joined:
    Feb 20, 2012
    Messages:
    166
    Likes Received:
    16
    Exactly. Imaging it sector by sector is the only way to really "preserve" it.

    However, that's not exactly useful in a practical sense. I guess the question is more... "can anyone make sense of this image"?
     
    #8
  9. CodeAsm

    CodeAsm Site Supporter 20??

    Joined:
    Dec 22, 2010
    Messages:
    1,386
    Likes Received:
    56
    Location:
    The Netherlands
    Ow its practical, its an image you can mount in linux and use all kinds of tools on, you can convert it into other images aswell, and under windows hexeditors and other tools can analyse it aswell.
    I do not know what tools the Wii U has (homebrew or sdk) but sure you can convert it to something it likes.

    DD makes a 1on1 copy, you can copy a hdd or even revert back to old state (with exeption of harddrive firmware trickery, like passwords or custom commands, wich we dont see that offten)
    (its less 1on1 on cd/dvd and bluerays mainly because of subchannels and stuff like that (betaarchive has rules for preservation because of this)

    there is a DD for windows, it uses Cygwin i believe, it kinda works, I say kinda, because windows being windows. use linux for dd.
    Ow and if there are any kind of weird filesystems, hiden bootsectors or config bits somewhere outside your favority Fat32 it gets copied :D
     
    Last edited: Mar 18, 2015
    #9
  10. Sonny_Jim

    Sonny_Jim Gutsy Member

    Joined:
    Apr 30, 2012
    Messages:
    453
    Likes Received:
    0
    You can always use a copy of Clonezilla written to a USB key/CD to clone the drive if you don't fancy installing a Linux distro just to backup a HDD:
    http://www.clonezilla.org/
     
    #10
  11. TriState294

    TriState294 Site supporter 2016

    Joined:
    Feb 20, 2012
    Messages:
    166
    Likes Received:
    16
    If you do that, just make sure that you use dd instead of partclone or partimage.
     
    #11
  12. Mord.Fustang

    Mord.Fustang Mordimus Prime.

    Joined:
    Feb 17, 2013
    Messages:
    500
    Likes Received:
    69
    Location:
    Ontario, Canada
    If it's only showing 99mb for a 320gb drive, there's chances it's got a host protected area (HPA) on it.
     
    #12
  13. ASSEMbler

    ASSEMbler Administrator

    Joined:
    Mar 13, 2004
    Messages:
    19,281
    Likes Received:
    499
    Allowed as it's not going to really do anything for anyone normal. For someone who is looking to do some real jaibreaking it might be useful, but probably not.

    You can't just slap this on a wii u, it's only good for research really.
     
    Last edited: Mar 19, 2015
    #13
  14. CodeAsm

    CodeAsm Site Supporter 20??

    Joined:
    Dec 22, 2010
    Messages:
    1,386
    Likes Received:
    56
    Location:
    The Netherlands
    I knew some "bad" things where invented, thanks for sharing.
     
    Last edited: Mar 19, 2015
    #14
  15. Riki

    Riki Peppy Member

    Joined:
    Sep 2, 2013
    Messages:
    307
    Likes Received:
    2
    It's likely encrypted with that Wii U key (different for every console).
     
    #15
  16. -=FamilyGuy=-

    -=FamilyGuy=- Site Supporter 2015

    Joined:
    Mar 3, 2007
    Messages:
    2,032
    Likes Received:
    159
    Location:
    My basement
    1) Boot on a linux liveCD (preferred) or get dd for windows from here: http://www.chrysocome.net/dd
    2) Dump the drive to disc using dd -if=source_drive_path -of=destination_folder_pat -bs=1M
    (Check the windows dd page for windows-specific syntax)
     
    #16
  17. Flash

    Flash Intrepid Member

    Joined:
    Oct 18, 2011
    Messages:
    638
    Likes Received:
    27
    Yeah, dd FTW if you want to make exact backup.
     
    #17
  18. Hiccup

    Hiccup Spirited Member

    Joined:
    Jul 15, 2013
    Messages:
    178
    Likes Received:
    8
    Location:
    England
    Any progress on this?
     
    #18

Share This Page