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.
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.
First check Assembler yes, but if allowed, love to see it otherwise, keep it, wait till NX gets released
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
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"?
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
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/
If it's only showing 99mb for a 320gb drive, there's chances it's got a host protected area (HPA) on it.
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.
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)