PDA

Bekijk de volledige versie : Replacing Harddisk



aempire
12-02-2008, 13:18
Hi there!

Sorry for asking - but - how can I replace the internal harddrive if i run the original firmware? Which filesystem is needed? I tried NTFS and FAT32 - even an unformated drive but the WL700gE didn't boot up?

Any help? Tutorials? I tried searching but didn't found anything =/

Thanks for your help!

al37919
12-02-2008, 13:38
AFAIK it is ReiserFS

gratitude182
13-02-2008, 08:43
only follow these instructions:

http://wl700g.homelinux.net/drupal/?q=node/54

grat182

mumsoft
13-02-2008, 08:58
You might also benefit from:
http://wl500g.info/showthread.php?t=10198

Marc

aempire
13-02-2008, 14:16
@gratitude182:

thanks! and this rebuilds the filesystem thats needed on the new harddrive? WL700gE_1.0.4.2_flash.trx seems to be an old firmware? can i use a newer one?


@mumsoft:

i don't have ANY linux skills.

kfurge
14-02-2008, 00:43
Good tips from the other guys, but if I remember correctly, all you have to do is install the new HDD and use the Asus reflash utility to write the "firmware" portion of the .nas file to the HDD.

Once the kernel boots, and it realizes that there is no filesystem on the HDD, it immediately goes into a recovery mode waiting to be updated.

You shouldn't have to upload any .trx files via tftp.

- K.C.

aempire
14-02-2008, 09:21
I'll try later - thanks. But with the new HDD attached I've got no acces to the router and the Firmware Recovery Tool reports timeouts =/ Yesterday the router totally died (no matter which HDD I inserted). Reanimated it by pressing randomly Reset and EZSetup buttons =)

cheers!


edit: so I have to remove every filesystem from the new disk before inserting it? and i can flash/recover the box without any leds flashing?

zozi80
25-02-2008, 20:43
Hi!

I have similar problem. After several flashing and modification I can not create share anymore, so I deleted the partition on the hdd. I created a new one and formatted to reiserfs. Now my disc is completly empty and tried to do the failsafe reflash. Unfortunately it does not work. First I tried to tftp the trx file and after reboot I used the restoration tool to upload the .nas file. Unfortunately it is not succeded. It writes all the time the message:
Transfer failed: 10054

Any idea how to solve this? Should I repartition the hdd, or format to a different filesystem?
Thanks in advance!
Z.

kfurge
26-02-2008, 02:25
Any idea how to solve this? Should I repartition the hdd, or format to a different filesystem?
Thanks in advance!
Z.

I would put the HDD into another linux box and wipe out any partition info off of the front of the disc with "dd" then reinstall it into the router and reflash the firmware.

- K.C.

zozi80
26-02-2008, 19:38
Hello Kfurge,

You were right! I wiped the MBR with the command: dd if=/dev/zero of=/dev/sdb bs=446 count=1 than used fdisk and flashed again without any failures! Now it works again!

Thanks!!!
Z.