0 Members and 1 Guest are viewing this topic.
Quote from: whatboutbob on July 13, 2007, 11:08:01 PMebay:[440] Is it possible to upgrade or replace the hard drive?Much of the following hdd replacement info has been lifted from NPSwimDude500’s FAQ over at misticriver (http://www.misticriver.net/showthread.php?p=330700#post330700)Yes.Hx20: uses a single platter 1.8" 20 gigabyte hard drive manufactured by Toshiba. The model name on these drives may read MK2004GAL or MK2006GAL (the 4 and 6 designate model years, and there is no known difference other than the number). Toshiba currently manufactures two other single-platter drives with the same dimensions, the 30 gigabyte MK3006GAL drive and the 40 gigabyte MK4007GAL drive which uses new PMR technology (note: it has not been officially released yet). Hx20s can both be fitted with these drives without modification.
Quote from: Liquid Drum on July 13, 2007, 11:30:37 PMI've managed to get my HHD partition that has no bad sectors to boot up and record on. I'm gonna record across the whole 6gb tomorrow and see if I can get it off via USB without errors.If that works, I'm happy to use it for the time being until I can afford a new disk (hopefully in 1-2months).Cheers,Simon.
Quote from: cgrooves on July 14, 2007, 08:32:05 AMIf that works, I would try to do the same thing with the partition that had fixed errors (:H). If :H checked out fine, you could combine those 2 partitions and have approx. 14 gig worth of good sectors to use. Just a thought.
Quote from: petur on July 14, 2007, 09:44:29 AMQuote from: cgrooves on July 14, 2007, 08:32:05 AMIf that works, I would try to do the same thing with the partition that had fixed errors (:H). If :H checked out fine, you could combine those 2 partitions and have approx. 14 gig worth of good sectors to use. Just a thought.Rockbox only supports one partition out of the box. There are provisions for multi-volume but they are not enabled by default. So you would need to build your own version. Furthermore, this scenario has never been tested....
Quote from: petur on July 14, 2007, 03:19:52 PMyes, that red light is the buffer flushing to disk
Quote from: petur on July 14, 2007, 04:26:05 PM... well to be 100% correct, the red light is disk activity, which means buffer flushing ...
Quote from: Liquid Drum on July 14, 2007, 05:15:23 PMThats a good/normal thing? (I hope)....
Quote from: cgrooves on July 14, 2007, 11:55:53 PMHe currently has 3 partitions, but Rockbox can only write to 1. What I'm suggesting is combining 2 of the 3 partitions (the 2 good ones via re-partitioning) so that there becomes a total of 2, and let Rockbox write to the good one that does not have bad sectors. Is that not feasible?
Quote from: petur on July 15, 2007, 12:59:21 PMQuote from: cgrooves on July 14, 2007, 11:55:53 PMHe currently has 3 partitions, but Rockbox can only write to 1. What I'm suggesting is combining 2 of the 3 partitions (the 2 good ones via re-partitioning) so that there becomes a total of 2, and let Rockbox write to the good one that does not have bad sectors. Is that not feasible?I really should have to look at the code, but iirc Rockbox will try to use the first FAT partition it encounters. And partitions are in one piece, so no gaps in the middle
Quote from: cgrooves on July 15, 2007, 01:59:43 PMQuote from: petur on July 15, 2007, 12:59:21 PMQuote from: cgrooves on July 14, 2007, 11:55:53 PMHe currently has 3 partitions, but Rockbox can only write to 1. What I'm suggesting is combining 2 of the 3 partitions (the 2 good ones via re-partitioning) so that there becomes a total of 2, and let Rockbox write to the good one that does not have bad sectors. Is that not feasible?I really should have to look at the code, but iirc Rockbox will try to use the first FAT partition it encounters. And partitions are in one piece, so no gaps in the middle I was assuming that if you had 2 partitions on a drive and 1 had bad sectors, you would treat the partition that you wanted to access via Rockbox as the 'root folder' and place the rockbox folder & bootloader in there. I haven't ever tried to isolate bad sectors by partitioning though, so I don't know.