Recover a non working "bricked" Linkstation
From NAS-Central Buffalo - The Linkstation Wiki
Any information how to recover a non working, bricked Linkstation should get here.
| Upgrade hard drive |
| This is generally accepted as the easier way to upgrade your Linkstation's hard drive. Just put your new hard drive in and start at the Reconnect disk to LS and flash firmware section. The other more involved way is to recreate the filesystem yourself on a workstation, this method is described in this article:Upgrade (or replace) the existing LinkStation hard drive |
Contents |
Firmware Reinstallation
The following steps can be used to "reanimate" a Linkstation:
Open LinkStation
(see Disassemble the LinkStation)
- disconnect disk from internal mainboard and power.
Remove all partitions
- connect disk to a PC with knoppix via a USB-IDE adapter or directly to the IDE controller. If you change the IDE setting on your hard drive to match it to a "Slave" setting, remember to put the jumper back to "Master" before connecting back the hard drive to the Linkstation
- start knoppix in terminal mode "knoppix 2"
For a USB-IDE connection:
parted /dev/sda
For IDE direct connection:
hda = Primary Master
hdb = Primary Slave
hdc = Secondary Master
hdd = Secondary Slave
So if you used Primary Master you would type:
parted /dev/hda
After this, the commands are the same for USB & IDE direct:
rm 1 rm 2 rm 3 rm 4 quit
- (optional) For Windows users who do not wish to become familiar with Knoppix, Google and get "Explore2fs". When the LS drive is connected to the IDE controller on your pc, this application may allow you to retrieve data from the LS disk and copy (export) it to your Windows drive. You can then use Windows Computer Management --> Disk Management to delete the partitions on the LS drive and continue with the directions as posted here.
Reconnect disk to LS and flash firmware
- power on LS (Reset button not pressed)
- disable Windows Firewall & set your PC's IP Address to 192.168.11.11
- Get the proper Firmware at: http://downloads.linkstationwiki.net/
- unpack HD-H*.zip (use the proper firmware for your LS)
- start HD-H*FWUpdate.exe (use the proper updater for your LS)
- press "search", should find Linkstation "EM" (Emergency Mode)
- start update, following messages appear:
Settings are being saved Firmware is being transmitted LinkStation Firmware has been renewed Settings are being restored
- if You get the following message You are done.
The firmware has been renewed
- But because the reformatting (?)and partitioning takes too long,
the diskfill LED may blink and you may get:
Attempt to renew firmware has failed
- if so, wait until Diskfull LED goes off after some minutes.
- press "search" again.
- start update again.
- after all the other messages You should get this time:
The firmware has been renewed
- the LS is now reachable via telnet and the "old" IP.
so switch back IP settings and reenable the windows firewall.
Login to the LinkStation
- use telnet to get a prompt:
telnet linkstation
- set root password:
passwd
- change bash to login:
vi /etc/init.d/telnet
- add a new guest user
useradd -m -d /home/guest guest
- and ...
reboot
| This article is currently a stub. You can help this Wiki by expanding it . This template will categorize articles that include it into Category:Stubs. |

