Setup.exe said:
Le 6/29/2012 4:02 PM, Brian Cryer a écrit :
I did that already, they are deaf.
Even worst, obviously their prog is totally out of date, perhaps its the
reason its fails. There is no recent upgrade. Some windows in the prog
just refer to Win98 system files, and of course that works not.
Besides, its a mess cause the app could be (or is) excellent, and i have
never seen such an equivalent
Oh yes : tons of RED disk error : " Device bla bla has a bad bloc"
(Event 7) Ok, but when running CHKDSK, it says all is ok : no bad
sector. Would the term bad bloc" be different from "bad sector" and not
advised by the check disk log result ???
red-herring : what that means ?
but I wonder whether disk fragmentation might be an issue -
Even smaller : 512 kb !
then I doubt file
As the disk is always writing (recording in fact), I'm not sure its good
the defragment it at the same time ... But I'll make my mind about this
test.
Ok, thanks for the reply.
I first have to check this "bad bloc" errors ...
There is an article here for "bad block" Event 7.
http://www.symantec.com/business/support/index?page=content&id=TECH16938
The Sense Code is in the numeric information stored in the Event. You
convert the numbers, into a text string, to gain a better understanding
of the error type.
*******
Download HDTune (version is good enough for this purpose)
http://www.hdtune.com/files/hdtune_255.exe
Install it, and then run it. Select the recording disk drive from the menu.
Then, click the "Health" tab.
The disk drive "Health" is reported by the SMART statistics system
on the hard drive.
http://en.wikipedia.org/wiki/S.M.A.R.T.
The display may already indicate (by red/yellow/green colors), there is a
problem. Some of the yellow indicators are not truthful - do not panic
immediately, if the display has some colors. Even my brand new drives,
have yellow entries that should be ignored.
Check "Reallocated Sector Count" first. The first line of numbers, is
from a brand new Seagate hard drive. The second line of numbers, is
from my failing Seagate 500GB drive. The second line is meant to indicate
what a degradation of the hard drive looks like. First, the Data value
rises, and when it gets high enough, the columns on the left start
to decrement. The left hand column is an indication of useful life, as
in there is "98 %" of life in terms of reallocation of sectors.
Current Worst Threshold Data Status
100 100 36 0 OK
98 98 36 104 OK
It would seem, in this case, that "Data" is the raw count. The columns
on the left, changed from 100 to 98, the day that Data passed the 100
mark. I interpret this trend to mean that the "total life" of the drive
is roughly (100-36)/(100-98) * 104 = 3328 reallocated sectors. My disk
is still "OK" as far as the status indicator is concerned, and the color
will change when the "Data" column hits greater than roughly 3200. It
took a bad drive, for me to get a demonstration of how it works.
The second indication is "Current Pending Sector". The status here, has
not changed for me, since I purchased the drive. Current Pending Sector
is a queue of sectors that need correction by the controller card. It
seems on my drive, that the queue never grows, and when a problem
occurs on the drive (on write), it is fixed immediately. This queue
is supposed to grow, when a read failure occurs, and the sector is
scheduled for repair, on the next write operation. The "Data" column
will return to zero, when the sector is processed and reallocated
or not. A write attempt for the sector is needed, before it can
be repaired. A sudden increase in "Data" here, could happen just
before the "Reallocated" starts to grow.
Current Worst Threshold Data Status
100 100 0 0 OK
In terms of health of the drive, and safety of the data, I replace
the hard drive, as soon as "Reallocated Sector Count" and the
Data column value is no longer 0. My drive still has not failed,
and has been running for about a week after the Data column showed
a problem.
But hard drives can cease to function, very quickly, so the problem
should not be ignored. Make a backup copy of the contents of the
hard drive, on a second disk somewhere. Like you would, for normal
backup procedures for the computer. Then, if the drive fails completely,
you can restore anything you need.
There is a "level of dishonesty" about "Reallocated Sector Count".
When the drive leaves the factory, there can be 500,000 reallocated
sectors on the drive. And the "Data" column would show 0. The manufacturer
does not want you to know, about the level of factory defects.
So the statistic is skewed, and is likely not completely linear.
As users, we cannot tell, whether my example of "104" above, is
104 actual sectors, or some other number (i.e. scaled math).
*******
If the disk drive has a problem, then the software designers at
looprecorder.de are not guilty. They cannot assume a defective drive,
and use QuickPar to try to improve the error rate. It's not a valid
design objective. It would be a valid objective, for a space craft
flying through space, where storage devices could fail while the
space craft is in flight. Here on Earth, we replace disk drives
when they become defective. I have replaced my disk drive, within
the last week, because of problems.
When "Reallocated Sector Count" grows, the peak write rate of the
hard drive, will fall. Performance will be "choppy". If the drive
takes 15 seconds to complete a write operation, because of bad sectors,
recording samples from looprecorder could be lost.
*******
If you wish to test another recording application, there is
Audacity from audacity.sourceforge.net.
http://audacity.sourceforge.net/
It can be configured, to write sound samples into files, for
later analysis. If you suspect looprecorder is not functioning
well, that might be a free alternative.
*******
The Windows built-in Sound Recorder, stores recorded sound in
system RAM. And the recording duration is limited by available
RAM.
Other recording programs, may initially store sound in RAM,
and then transfer blocks of data into files on the file system.
There should in fact, be plenty of time to resolve write problems
to the disk, due to the large buffer space provided by system
RAM. But it could be, that an error code, returned after a 15 second
attempt to write, causes the recording program to throw away
that segment of recorded data. And then, you see a corresponding
Event Viewer entry, for the failure that the operating system logged.
Summary: Get a new hard drive.
Replace the existing drive, before it fails.
You can use the old drive as a backup device, but knowing
it could fail at any time, and cannot be "trusted".
Paul