Last year Nick bought a 3TB disk to install in a Buffalo Linkstation LS210D0301-EU to replace a failed drive.less.
Nick could not install the firmware onto it, despite following the instructions from Buffalo. So I tried - also failed. I suspect the installer wants at least 2TB available space (there are 2TB, 3TB, and 4TB variants of the NAS) and aborts with
The new disk is supposed to be 3TB but actually shows as 746GB when plugged into a Windows PC. Nick can't remember ever making a note of the available capacity when he tried to set it up (he would probably have tried to format it at some point).
I tried deleting the partition and the available space continues to be shown as 746 GB - so I wonder whether the device is mis-labelled.
From the label:
Toshiba DT01ACA300 Jan-2014
rev: AAA AA00 / BB0
Serial number 14BNOV2GS TZ6
LBA: 5,860,533,168 sectors CHS: 16383/16/63
Assuming 512 bytes/sector that suggests about 2.930 TB actual capacity.
I don't know where Nick bought it from, but the manufacture date looks like January 2014 - so it is very old stock.
I note that 746 * 4 = 2984 so my suspicion is that the device has 4 heads, not 16 ...
Any ideas?
On Fri, 8/30/2024 7:14 AM, Graham J wrote:less.
Last year Nick bought a 3TB disk to install in a Buffalo Linkstation LS210D0301-EU to replace a failed drive.
Nick could not install the firmware onto it, despite following the instructions from Buffalo. So I tried - also failed. I suspect the installer wants at least 2TB available space (there are 2TB, 3TB, and 4TB variants of the NAS) and aborts with
The new disk is supposed to be 3TB but actually shows as 746GB when plugged into a Windows PC. Nick can't remember ever making a note of the available capacity when he tried to set it up (he would probably have tried to format it at some point).
I tried deleting the partition and the available space continues to be shown as 746 GB - so I wonder whether the device is mis-labelled.
From the label:
Toshiba DT01ACA300 Jan-2014
rev: AAA AA00 / BB0
Serial number 14BNOV2GS TZ6
LBA: 5,860,533,168 sectors CHS: 16383/16/63
Assuming 512 bytes/sector that suggests about 2.930 TB actual capacity.
I don't know where Nick bought it from, but the manufacture date looks like January 2014 - so it is very old stock.
I note that 746 * 4 = 2984 so my suspicion is that the device has 4 heads, not 16 ...
Any ideas?
The CHS system is not capable of handling disks that
large, with any style. That's why fake values are used.
(There are disks with 16 heads, but a track likely has
thousands of sectors, not 64 of them.)
https://c1.neweggimages.com/ProductImageCompressAll1280/22-149-408-02.jpg
( https://www.newegg.ca/toshiba-dt01aca300-3tb/p/N82E16822149408 )
It depends on the OS, how a >2.2TB drive will be displayed.
3TB minus 2.2TB is about 800GB or so.
My example isn't very good here, because it's displaying the wrong value :-)
[Picture]
https://i.postimg.cc/bY3JdvVV/uninitialized-disk-3-TB.gif
Notice I haven't put an MBR on mine yet. It's uninitialized.
I don't know what is on your disk, or whether the formatting
is important or not, but something like this puts the disk
into uninitialized state.
(Administrator window)
diskpart
list disk
select disk 1 # Assumes this is the 3TB drive and not your OS disk drive
clean # A quick cleaning, removing MBR and GPT partition tables
exit
Then go back to Disk Management and have a look.
If it is Win10, you can click to ignore the attempt to initialize it
now, and just enjoy the 3000 shown in the display.
Doing a "clean" by accident, is recoverable, but it requires
TestDisk and intimate knowledge of what the correct partitioning
looks like. TestDisk is slow at scanning, and that's a disincentive
to be doing a recovery.
Doing a "clean all" on a disk, is total destruction, and
no amount of scanning will bring anything back. Don't do that.
It could take several hours to execute a "clean all" on a 3TB drive.
If you wanted to clean it right off down to the bolts, that's
how you could do it. Any operation that visits every sector,
no matter what the command syntax, takes hours of your time.
Whereas the "clean" is not a forensic cleaning, it just removes
partition tables so you can't tell what was previously on the disk.
It helps disks pass various "sniff tests" -- determined forensic
work can bring it all back (assuming enough time is available for it).
It depends on the OS, how a >2.2TB drive will be displayed.
3TB minus 2.2TB is about 800GB or so.
Paul wrote:
[snip]
It depends on the OS, how a >2.2TB drive will be displayed.
3TB minus 2.2TB is about 800GB or so.
So do you know whether Windows 8 has the 2.2TB limitation?
Thanks.
Paul wrote:
[snip]
It depends on the OS, how a >2.2TB drive will be displayed.
3TB minus 2.2TB is about 800GB or so.
So do you know whether Windows 8 has the 2.2TB limitation?
Thanks.
On Sat, 8/31/2024 2:58 AM, Graham J wrote:
Paul wrote:
[snip]
It depends on the OS, how a >2.2TB drive will be displayed.
3TB minus 2.2TB is about 800GB or so.
So do you know whether Windows 8 has the 2.2TB limitation?
Thanks.
This is unfortunately, Win8.0, but it illustrates full capability.
[Picture]
https://i.postimg.cc/y6cGwbJy/win80-uninitialized-3-TB-disk.gif
More tomorrow evening ....
Graham J wrote:
[snip]
More tomorrow evening ....
I aborted HDDScan, "Erase" and shut down.
Today, booted W8.
Disk Management shows Disk 1: unknown not initialised, 746.58GB,
Unallocated.
Used Diskpart Clean as you suggest: Disk Management continues to show
the same information.
HDDScan shows the drive description, FW: MX60, LBA: 1565565872 - does
this number mean anything to you?
---
Plugged drive into NAS housing, collected initrd.buffalo and
uImage.buffalo from TFTP server.
Connected to my LAN, run LSupdater which finds the device, tell it
"update". same error message as before:
"Partition not found. Aborting firmware update"
Will try Diskpart Clean All and report back tomorrow.
Graham J wrote:
Graham J wrote:
[snip]
More tomorrow evening ....
I aborted HDDScan, "Erase" and shut down.
Today, booted W8.
Disk Management shows Disk 1: unknown not initialised, 746.58GB, Unallocated.
Used Diskpart Clean as you suggest: Disk Management continues to show the same information.
HDDScan shows the drive description, FW: MX60, LBA: 1565565872 - does this number mean anything to you?
---
Plugged drive into NAS housing, collected initrd.buffalo and uImage.buffalo from TFTP server.
Connected to my LAN, run LSupdater which finds the device, tell it "update". same error message as before:
"Partition not found. Aborting firmware update"
Will try Diskpart Clean All and report back tomorrow.
I was wrong about the version of Windows on my test machine; it's actually Vista Home Premium - sorry!
Do you think the 2.2TB limit still applies?
Diskpart Clean All appears to be running.
On Sun, 9/1/2024 2:37 PM, Graham J wrote:
Graham J wrote:
Graham J wrote:
[snip]
More tomorrow evening ....
I aborted HDDScan, "Erase" and shut down.
Today, booted W8.
Disk Management shows Disk 1: unknown not initialised, 746.58GB, Unallocated.
Used Diskpart Clean as you suggest: Disk Management continues to show the same information.
HDDScan shows the drive description, FW: MX60, LBA: 1565565872 - does this number mean anything to you?
---
Plugged drive into NAS housing, collected initrd.buffalo and uImage.buffalo from TFTP server.
Connected to my LAN, run LSupdater which finds the device, tell it "update". same error message as before:
"Partition not found. Aborting firmware update"
Will try Diskpart Clean All and report back tomorrow.
I was wrong about the version of Windows on my test machine; it's actually Vista Home Premium - sorry!
Do you think the 2.2TB limit still applies?
Diskpart Clean All appears to be running.
We know WinXP says "746GB".
We know Win7 says "the correct amount for a large large disk"
What we don't know, is the history during Vista.
Vista SP2 is "close to being Win7" in terms of design completeness.
You should have patched up to Vista Sp2 as soon as humanly possible,
back in the day. Vista was rushed out the door, before testing
was complete, and while mostly syrupy goodness, it had a few
rough edges.
Maintaining Vista now, is well nigh impossible. The SHA2 signing
change in Windows Update, might have something to do with it.
The method I would normally use for patching Vista, no longer works.
That's why I have a pessimistic attitude towards Vista patching now.
The signs the last time I looked... were not good. I would not
recommend wasting time on that any more. If I thought it was
humanly possible, I'd be telling you to "go for it...".
*******
In any case, let's concentrate on the problem. You have a complaint
from your NAS software, of a "missing partition"
This suggests there are two steps. Maybe the NAS software has
a "formatter" step first ? It takes the disk, puts two partitions
on it, maybe a small one for firmware, a large one for user data.
Next, the user uses the firmware installer, to populate the
small partition with the NAS operating system.
This is just a guess on my part.
But since it is complaining about a "missing partition", after
being given a "clean" disk, there has to be a step missing :-)
Your "clean all" is likely complete by now, so you will soon
have another chance for a kick at the can. A Toshiba can.
Paul
In any case, let's concentrate on the problem. You have a complaint
from your NAS software, of a "missing partition"
This suggests there are two steps. Maybe the NAS software has
a "formatter" step first ? It takes the disk, puts two partitions
on it, maybe a small one for firmware, a large one for user data.
Next, the user uses the firmware installer, to populate the
small partition with the NAS operating system.
Paul wrote:the error appears, so my suspicion is that it tries to format, and fails; but rather than report "format failed" it simply says there is no partition.
[snip]
In any case, let's concentrate on the problem. You have a complaint
from your NAS software, of a "missing partition"
This suggests there are two steps. Maybe the NAS software has
a "formatter" step first ? It takes the disk, puts two partitions
on it, maybe a small one for firmware, a large one for user data.
Next, the user uses the firmware installer, to populate the
small partition with the NAS operating system.
This is contradicted by the Buffalo instructions at: <https://buffalonas.miraheze.org/wiki/Restoring_Stock_Firmware_via_TFTP>
The first step is to transfer 2 files from the TFTP server; then connect the NAS to a LAN where it picks up an IP address by DHCP.
The second step is to run the LSUpdater in debug mode from a PC on the LAN. What this does is anybody's guess, but my expectation is that it formats the empty disk (perhaps as you describe) and installs the OS on it. It takes several seconds before
I've used a similar technique on a different model of Buffalo NAS (the LS-X1.0TL-EU), and the process behaved as expected.
Start LS-Updater, it should find the device in EM-Mode. Open System Menu and go to Debug-Options.
(I think you've done this part already.)
Then, the Debug mode exposes tick boxes for the run.
<http://www.herzig-net.de/prog/?page=unbrick_ls-wxl>
However, right-click on the title bar brings up an option to select the
Debug Mode. So I will try that later this morning.
https://i.postimg.cc/y6cGwbJy/win80-uninitialized-3-TB-disk.gif
The VMs are ones offered by Microsoft, but they have the odd preparation issue that sometimes isn't forward compatible.
To answer your question, I don't expect any issue there. If yours
does not match, then it might have some sort of info on it, which
my sample disk lacks.
If the picture is not available, the size listed is "2794.52 GB".
Paul wrote:TB limit.
[snip]
    https://i.postimg.cc/y6cGwbJy/win80-uninitialized-3-TB-disk.gif
The VMs are ones offered by Microsoft, but they have the odd preparation
issue that sometimes isn't forward compatible.
To answer your question, I don't expect any issue there. If yours
does not match, then it might have some sort of info on it, which
my sample disk lacks.
If the picture is not available, the size listed is "2794.52 GB".
I tried the known bad Toshiba disk in the Vista PC.
It shows 4 volumes:
E: 977 MB
F: 4.77 GB
L: 977 MB
M: 2779.84 GB
So this one really is nominally 3 TB. We know it is bad: it doesn't boot, and the error light indicates bad sectors.
HDDScan on the Vista PC also shows bad sectors for a sequential read test - I only let it run for a minute or so.
So Vista does show the correct size.
I suspect that a blank disk has to be correctly formatted to achieve 3TB, but in Vista when I've tried that it shows 746 GB. So it's still possible that the new disk is in fact mislabelled or faulty, or cannot be formatted properly because of the 2.2
Is there a format tool that will run under Vista and avoid the 2.2 TB limit?
Graham J wrote:
[snip]
<http://www.herzig-net.de/prog/?page=unbrick_ls-wxl>
However, right-click on the title bar brings up an option to select the Debug Mode. So I will try that later this morning.
I have "BUFFALO LinkStation 200 Series Updater Version 1.84"
<https://buffalonas.miraheze.org/wiki/Restoring_Stock_Firmware_via_TFTP> shows the edit:
[Flags]
VersionCheck = 0
NoFormatting = 0
[SpecialFlags]
Debug=1
Your link differs in one line:
NoFormatting = 1
I have tried both, to no effect.
My debug menu differs, it looks like:
Update BOOTÂ Â Â Do not check version
Update KERNELÂ Â Â Run complete format (greyed out)
Update initrd   Delete user partition
Update rootfs   Force update
I can't find a setting to enable "Run complete format"; whatever do, it remains greyed out. Whatever settings I try I continue to see the "No partition found" error.
Any ideas?
I think there is an older version of the firmware including the updater - I might try that later.
Is there a format tool that will run under Vista and avoid the 2.2 TB limit?
Vista supports winver.exe . You can run it and check the build info and see if SP2 is installed.
If you are already at SP2, then we would know there was no relief via updates/upgrades.
https://cdn.redmondpie.com/wp-content/uploads/2009/03/windowsvistasp28.png
The problem *could* be caused by hardware.
As far as the prep for this NAS, was the preparation done on this
particular computer at some point in the past ?
Paul wrote:
[snip]
    https://i.postimg.cc/y6cGwbJy/win80-uninitialized-3-TB-disk.gif
The VMs are ones offered by Microsoft, but they have the odd preparation
issue that sometimes isn't forward compatible.
To answer your question, I don't expect any issue there. If yours
does not match, then it might have some sort of info on it, which
my sample disk lacks.
If the picture is not available, the size listed is "2794.52 GB".
I tried the known bad Toshiba disk in the Vista PC.
It shows 4 volumes:
E: 977 MB
F: 4.77 GB
L: 977 MB
M: 2779.84 GB
So this one really is nominally 3 TB. We know it is bad: it doesn't
boot, and the error light indicates bad sectors.
HDDScan on the Vista PC also shows bad sectors for a sequential read
test - I only let it run for a minute or so.
So Vista does show the correct size.
I suspect that a blank disk has to be correctly formatted to achieve
3TB, but in Vista when I've tried that it shows 746 GB. So it's still possible that the new disk is in fact mislabelled or faulty, or cannot
be formatted properly because of the 2.2 TB limit.
Is there a format tool that will run under Vista and avoid the 2.2 TB
limit?
Paul wrote:found on the Buffalo site - don't know how.
[snip]
Is there a format tool that will run under Vista and avoid the 2.2 TB limit?
Vista supports winver.exe . You can run it and check the build info and see if SP2 is installed.
If you are already at SP2, then we would know there was no relief via updates/upgrades.
Will check the version ...
    https://cdn.redmondpie.com/wp-content/uploads/2009/03/windowsvistasp28.png
The problem *could* be caused by hardware.
The motherboard has 2 SATA ports. I disconnected the CD ROM and am using that port for the test disk.
As far as the prep for this NAS, was the preparation done on this
particular computer at some point in the past ?
Nick prepared this disk on his W7 PC. Says he used IM-Magic Partition Resizer Free. Because he could not get TFTP to work he tried formatting as EXT3 and copying the Buffalo initrd.buffalo and uImage.buffalo to it, following some instructions he
I've tried SeagateDiscWizard (seems to need paid-for version to allow partition size to be increased), also PAssist_Std (same limitation).
Tried IM-Magic Partition Resizer Free - no option to increase partition size.
All 3 shows the unallocated disk to be 746.52 GB with:
Sectors: 1565565872
Sectors/track: 63
Cylinders: 103542
Heads: 240
So I'm beginning to believe that the disk is mis-labelled. And that if the disk isn't big enough the Buffalo LSUpdater knows it cannot format it.
On 2024-09-02 11:46, Graham J wrote:2 TB limit.
Paul wrote:
[snip]
    https://i.postimg.cc/y6cGwbJy/win80-uninitialized-3-TB-disk.gif >>>
The VMs are ones offered by Microsoft, but they have the odd preparation >>> issue that sometimes isn't forward compatible.
To answer your question, I don't expect any issue there. If yours
does not match, then it might have some sort of info on it, which
my sample disk lacks.
If the picture is not available, the size listed is "2794.52 GB".
I tried the known bad Toshiba disk in the Vista PC.
It shows 4 volumes:
E: 977 MB
F: 4.77 GB
L: 977 MB
M: 2779.84 GB
So this one really is nominally 3 TB. We know it is bad: it doesn't boot, and the error light indicates bad sectors.
HDDScan on the Vista PC also shows bad sectors for a sequential read test - I only let it run for a minute or so.
So Vista does show the correct size.
I suspect that a blank disk has to be correctly formatted to achieve 3TB, but in Vista when I've tried that it shows 746 GB. So it's still possible that the new disk is in fact mislabelled or faulty, or cannot be formatted properly because of the 2.
Some disks had a jumper that would limit the disk size for compatibility with some systems.
Is there a format tool that will run under Vista and avoid the 2.2 TB limit?
Sorry, I'm more familiar with Linux tools.
That 746 value is rather magical. I've seen this before. Many
times in fact.
This is NOT the fault of the drive. It's the other end of the
cable that needs a talking to :-)
At one time, we used to descend into MSDOS utilities, to talk to
hard drives. This one is like that, except that it accepts
running from a Administrator Command Prompt window (at a guess).
As long as it "talks ATA directly to a drive", it should
avoid the 746 behavior.
https://en.wikipedia.org/wiki/ATATool
For me, it would be simpler to boot a Linux Live media and
work on the disk there.
https://en.wikipedia.org/wiki/ATATool
For me, it would be simpler to boot a Linux Live media and
work on the disk there.
Thanks. I will try ATATool next.
Graham J wrote:access."
[snip]
https://en.wikipedia.org/wiki/ATATool
For me, it would be simpler to boot a Linux Live media and
work on the disk there.
Thanks. I will try ATATool next.
Their website says:
"ATATool is only available to professional users such digital forensic practitioners, law enforcement, security researchers and similar. It is no longer available for personal download. If you would like to use ATATool please Contact Us to request
I've contacted them but don't expect a successful outcome. Do you have a copy you could send me?
Or suggest an alternative download site?
I didn't realize that was signup-ware. The description said "freeware".
Which it isn't, exactly.
You see, when I simulate your setup, everything looks normal.
[Picture]
https://i.postimg.cc/Wp0v49f5/vista-sp2-test-vm.gif
Paul wrote:deleted)?
[snip]
I didn't realize that was signup-ware. The description said "freeware".
Which it isn't, exactly.
You see, when I simulate your setup, everything looks normal.
   [Picture]
    https://i.postimg.cc/Wp0v49f5/vista-sp2-test-vm.gif
[snip]
I will investigate bootable USB support on the old Vista PC.
Please can you explain why Vista shows the correct total capacity for the known faulty drive (4 partitions totalling about 2786 GB), but the wrong capacity (746 GB) for the new drive (which has been partitioned before but has had all its partitions
Paul wrote:
On Tue, 9/3/2024 8:20 AM, Graham J wrote:
Paul wrote:
[snip]
I didn't realize that was signup-ware. The description said "freeware". >>>> Which it isn't, exactly.
You see, when I simulate your setup, everything looks normal.
   [Picture]
    https://i.postimg.cc/Wp0v49f5/vista-sp2-test-vm.gif
[snip]
I will investigate bootable USB support on the old Vista PC.
Please can you explain why Vista shows the correct total capacity for
the known faulty drive (4 partitions totalling about 2786 GB), but
the wrong capacity (746 GB) for the new drive (which has been
partitioned before but has had all its partitions deleted)?
Intel RST driver will apparently do that (I didn't know that).
https://www.partitionwizard.com/partitionmanager/3tb-drive-shows-746gb.html >>
That's something I cannot readily emulate. The closest I could get,
is flip the Optiplex 780 with Q45 (4-series chipset) back to RAID,
and install Vista there. I would have to do a physical install, as
RAID drivers go with very specific chipsets.
*******
Your computer smells like a Dell.
Dells shipped "RAID Ready", and that's an unnecessary
hassle for the average home user. The Dells get refurbished
and then people like me have to deal with the mess that makes :-)
Based on what I know now, this is something a user should
strive to correct, the first day they get the stupid thing.
It should not be left to pollute disk drives with RAID metadata.
I had enough trouble myself, flipping my Dell over, let
alone help someone else do it successfully. It's not hard,
but you have to figure out how to do a driver re-arming,
and I don't know off hand, the specifics for Vista. The thing
is, the Intel RST driver is a combo AHCI/RAID driver, so it
is ready to do AHCI at the drop of a hat. It's the OS that
"clings" to the driver, and has to be told to reconsider
which driver to use. If you just go into the BIOS and change
the setting, the OS BSODs with an "Inaccessible Boot Volume"
error if the OS does not use the other option. If drivers
are re-armed, then the OS can figure it out for itself.
This was not a good choice on Microsofts part, how that works.
Maybe you can start in Safe Mode (F8) and make a change to the
OS somehow that way. Some of the other methods, require Regedit.
It'll be a shame if you have a Dell :-/ I've learned a few small
lessons owning a refurb.
Paul
Set windows to always boot into safe mode. Then switch the bios to ahci.
When you reboot (in safe mode) windows will download drivers it needs.
Now you can set windows to always boot normally.
On Tue, 9/3/2024 8:20 AM, Graham J wrote:deleted)?
Paul wrote:
[snip]
I didn't realize that was signup-ware. The description said "freeware".
Which it isn't, exactly.
You see, when I simulate your setup, everything looks normal.
   [Picture]
    https://i.postimg.cc/Wp0v49f5/vista-sp2-test-vm.gif
[snip]
I will investigate bootable USB support on the old Vista PC.
Please can you explain why Vista shows the correct total capacity for the known faulty drive (4 partitions totalling about 2786 GB), but the wrong capacity (746 GB) for the new drive (which has been partitioned before but has had all its partitions
Intel RST driver will apparently do that (I didn't know that).
https://www.partitionwizard.com/partitionmanager/3tb-drive-shows-746gb.html
That's something I cannot readily emulate. The closest I could get,
is flip the Optiplex 780 with Q45 (4-series chipset) back to RAID,
and install Vista there. I would have to do a physical install, as
RAID drivers go with very specific chipsets.
*******
Your computer smells like a Dell.
Dells shipped "RAID Ready", and that's an unnecessary
hassle for the average home user. The Dells get refurbished
and then people like me have to deal with the mess that makes :-)
Based on what I know now, this is something a user should
strive to correct, the first day they get the stupid thing.
It should not be left to pollute disk drives with RAID metadata.
I had enough trouble myself, flipping my Dell over, let
alone help someone else do it successfully. It's not hard,
but you have to figure out how to do a driver re-arming,
and I don't know off hand, the specifics for Vista. The thing
is, the Intel RST driver is a combo AHCI/RAID driver, so it
is ready to do AHCI at the drop of a hat. It's the OS that
"clings" to the driver, and has to be told to reconsider
which driver to use. If you just go into the BIOS and change
the setting, the OS BSODs with an "Inaccessible Boot Volume"
error if the OS does not use the other option. If drivers
are re-armed, then the OS can figure it out for itself.
This was not a good choice on Microsofts part, how that works.
Maybe you can start in Safe Mode (F8) and make a change to the
OS somehow that way. Some of the other methods, require Regedit.
It'll be a shame if you have a Dell :-/ I've learned a few small
lessons owning a refurb.
Paul
Hank Rogers wrote:deleted)?
Paul wrote:
On Tue, 9/3/2024 8:20 AM, Graham J wrote:
Paul wrote:
[snip]
I didn't realize that was signup-ware. The description said "freeware". >>>>> Which it isn't, exactly.
You see, when I simulate your setup, everything looks normal.
   [Picture]
    https://i.postimg.cc/Wp0v49f5/vista-sp2-test-vm.gif
[snip]
I will investigate bootable USB support on the old Vista PC.
Please can you explain why Vista shows the correct total capacity for the known faulty drive (4 partitions totalling about 2786 GB), but the wrong capacity (746 GB) for the new drive (which has been partitioned before but has had all its partitions
Forgot to mention. Use msconfig to set boot to safe mode. See the msconfig boot tab. This way, after you reboot from changing bios, windows will still start even though you switched to ahci in bios.
Intel RST driver will apparently do that (I didn't know that).
   https://www.partitionwizard.com/partitionmanager/3tb-drive-shows-746gb.html
That's something I cannot readily emulate. The closest I could get,
is flip the Optiplex 780 with Q45 (4-series chipset) back to RAID,
and install Vista there. I would have to do a physical install, as
RAID drivers go with very specific chipsets.
*******
Your computer smells like a Dell.
Dells shipped "RAID Ready", and that's an unnecessary
hassle for the average home user. The Dells get refurbished
and then people like me have to deal with the mess that makes :-)
Based on what I know now, this is something a user should
strive to correct, the first day they get the stupid thing.
It should not be left to pollute disk drives with RAID metadata.
I had enough trouble myself, flipping my Dell over, let
alone help someone else do it successfully. It's not hard,
but you have to figure out how to do a driver re-arming,
and I don't know off hand, the specifics for Vista. The thing
is, the Intel RST driver is a combo AHCI/RAID driver, so it
is ready to do AHCI at the drop of a hat. It's the OS that
"clings" to the driver, and has to be told to reconsider
which driver to use. If you just go into the BIOS and change
the setting, the OS BSODs with an "Inaccessible Boot Volume"
error if the OS does not use the other option. If drivers
are re-armed, then the OS can figure it out for itself.
This was not a good choice on Microsofts part, how that works.
Maybe you can start in Safe Mode (F8) and make a change to the
OS somehow that way. Some of the other methods, require Regedit.
It'll be a shame if you have a Dell :-/ I've learned a few small
lessons owning a refurb.
   Paul
Set windows to always boot into safe mode. Then switch the bios to ahci. When you reboot (in safe mode) windows will download drivers it needs. Now you can set windows to always boot normally.
The 746GB on WinXP is "modulo 2.2TB arithmetic". Take the > disk size, keep subtracting the 2.2TB number, until the remainder> isless than 2.2TB.
Paul wrote:
[snip all good stuff to date]
The 746GB on WinXP is "modulo 2.2TB arithmetic". Take the > disk size, keep subtracting the 2.2TB number, until the remainder> isless than 2.2TB.
I bought an ICY BOX IB-AC705-6G External Enclosure.
It is a SATA to USB adapter with a 12v power input for the hard disk.
Connected it to my Windows 7 PC.
Disk Management shows it is nominally 3 TB, actually 2794.52 GB.
Via TFTP I can transfer initrd.buffalo and uImage.buffalo
Navigator sees it and says (correctly) it is in Emergency Mode.
LSUpdater version 1.84 sees it, but whatever options I try it says: "Partition not found. Aborting firmware update."
This is both with the new disk un-partitioned, and with a single partition formatted NTFS with GPT partitioning.
The format option in LSUpdater 1.84 is greyed out. All the info I can find on the web refers to an earlier version of LSUpdater, so I will try to find that one.
Thanks for your help.
NoFormatting = 1 <=== Make sure this one is defined this way.
[SpecialFlags]
Debug=1
( from: http://www.herzig-net.de/prog/?page=unbrick_ls-wxl )
Paul wrote:
[snip]
   NoFormatting = 1    <=== Make sure this one is defined this way. >>
   [SpecialFlags]
   Debug=1
( from:      http://www.herzig-net.de/prog/?page=unbrick_ls-wxl    )
But: <https://buffalonas.miraheze.org/wiki/Enable_Debug_mode> suggests:
NoFormatting = 0
Tried both options - same error message.
On Fri, 9/6/2024 5:01 AM, Graham J wrote:
Paul wrote:OK, I've set up for this and tested it.
[snip]
   NoFormatting = 1    <=== Make sure this one is defined this way.
   [SpecialFlags]
   Debug=1
( from:      http://www.herzig-net.de/prog/?page=unbrick_ls-wxl    )
But: <https://buffalonas.miraheze.org/wiki/Enable_Debug_mode> suggests:
NoFormatting = 0
Tried both options - same error message.
Your evaluation noted.laptop shows the NAS responding to ping. Then the pings stop.
The files come from: <https://www.buffalotech.com/support/downloads/linkstation-200-series>
This includes LSUpdater and several other files, including initrd.buffalo and uImage.buffalo
I partition and format the new drive via a SATA-USB adapter connected to a W7 PC as recently described. It shows a GPT partition of 2794.52 GB. Please ignore all references to Vista.
I fit the new drive in the Buffalo NAS.
I connect the NAS directly to a laptop running the TFTP service, power up, wait until I see 7 red flashes on the NAS, and press the function button. The NAS collects initrd.buffalo and uImage.buffalo from the TFTP server. During this process the
At this point I connect the NAS to my LAN, where from a PC I see the NAS has acquired an IP address.as 1.60.
I think the files initrd.buffalo and uImage.buffalo are saved in the RAM of the NAS and are running from there; as yet nothing has been written to the disk.
On PC, run the Buffalo NAS Navigator. This sees the NAS, and shows it is in Emergency Mode.
On PC edit LSUpdater.ini then run LSUpdater.exe where the GUI is different from all the screenshots I've seen in sites such as:
<http://www.herzig-net.de/prog/?page=unbrick_ls-wxl>
Specifically, the option to format the disk is greyed out. This version of LSUpdater is 1.84. I've seen suggestions on the web that the partitioning and formatting capability has been removed, but was present in earlier versions, perhaps as early
So I'm trying to find earlier versions, so far without success.
Th alternative would be to find a specification of the partitioning and formatting required, and use a tool that will run under Windows 7 to prepare the new disk.
But we have friends though, so all is not lost :-)
https://archive.org/details/ls200-v163
Name: ls200-v163.zip
Size: 204690939 bytes (195 MiB)
SHA256: A3D6D44A5FE6240614870752C87551AB6117FD9157D819D13E4C52D87B31213A
The file update.html contains release notes.
Paul wrote:
[snip]
But we have friends though, so all is not lost :-)
https://archive.org/details/ls200-v163
   Name: ls200-v163.zip
   Size: 204690939 bytes (195 MiB)
   SHA256:
A3D6D44A5FE6240614870752C87551AB6117FD9157D819D13E4C52D87B31213A
   The file update.html contains release notes.
Thanks. Downloaded the ZIP file, will work on it later today.
Graham J wrote:look at a known good device to navigate to the "change language" section.)
Paul wrote:
[snip]
But we have friends though, so all is not lost :-)
https://archive.org/details/ls200-v163
   Name: ls200-v163.zip
   Size: 204690939 bytes (195 MiB)
   SHA256: A3D6D44A5FE6240614870752C87551AB6117FD9157D819D13E4C52D87B31213A
   The file update.html contains release notes.
Thanks. Downloaded the ZIP file, will work on it later today.
The file ls200-v163.zip contains an LSUpdater which almost exactly matches the behaviour described in:
<http://www.herzig-net.de/prog/?page=unbrick_ls-wxl>
The process was even more straightforward: each stage completed with "Firmware update complete" message, and the NAS was then immediately accessible via a browser, in English. (Previously, with a model LS-X1.0TL-EU it came up in Japanese and I had to
Thank you so much for your help.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 508 |
Nodes: | 16 (0 / 16) |
Uptime: | 242:26:25 |
Calls: | 9,986 |
Calls today: | 4 |
Files: | 13,836 |
Messages: | 6,358,541 |