I think I read a while ago that data on flash drives and SSDs
deteriorates after a long time. Is that true?
I intend to archive data from DVDs (data in VIDEO_TS folders) for a long time. If flash drives and SSDs have data deterioration over a long time
I definitely don't want to use those. I have some external USB drives
that I believe are actual HDDs: a 320GB drive and a 2TB drive. They are
both rather old, but not used very much. But I may want to get an
additional external HDD specifically for saving the VIDEO_TS folders. Do
you think I can assume a product called a 'hard drive' is not an SSD?
I saw your reply that you no longer want a response, but you
frustratingly didn't explain your conclusions. If you found a good
reference to practical flash data retention times in common
devices then I'd be interested to find out myself.
I use linux dd copy utility.
I use linux dd copy utility.
I hope you use a large blocksize such as
bs=1M
Have no fear, the last partial block is written properly
Are you using dd from raw device to raw device?
That has the DIS-advantage of copying unused blocks
and copying over any file system corruption too.
On 9/18/2023 4:53 AM, Jeff Jonas wrote:
Are you using dd from raw device to raw device?
That has the DIS-advantage of copying unused blocks
and copying over any file system corruption too.
I believe I tried bs=1M but found it no faster than bs=4096, or maybe
there was actually some problem with bs=1M, I don't remember now.
Here it is:
mkdir -p /mnt/sdb1 (creating a mount point)
mount -t ntfs /dev/sdb1 /mnt/sdb1
mkdir -p /mnt/sdb1/images (if don't already have that dir)
dd if=/dev/nvme0n1 of=/mnt/sdb1/images/asyymmdd.img bs=4096 conv=notrunc,noerror
That depends on how knowledgeable the person/business selling it is.
But is a HDD better for this? If it's sitting powered-off for a few
months between use then the machanical parts can sieze up. Seagate
drives were once thought to be particularly affected by this,
called "stiction". I suspect it affects other brands too based on
personal experience.
bilsch01 <usenet@writer.com> wrote:
I intend to archive data from DVDs (data in VIDEO_TS folders) for a long
time. If flash drives and SSDs have data deterioration over a long time
I definitely don't want to use those. I have some external USB drives
that I believe are actual HDDs: a 320GB drive and a 2TB drive. They are
both rather old, but not used very much. But I may want to get an
additional external HDD specifically for saving the VIDEO_TS folders. Do
you think I can assume a product called a 'hard drive' is not an SSD?
That depends on how knowledgeable the person/business selling it is.
But is a HDD better for this? If it's sitting powered-off for a few
months between use then the machanical parts can sieze up. Seagate
drives were once thought to be particularly affected by this,
called "stiction". I suspect it affects other brands too based on
personal experience.
Computer Nerd Kev wrote
That depends on how knowledgeable the person/business selling it is.
But is a HDD better for this? If it's sitting powered-off for a few
months between use then the machanical parts can sieze up. Seagate
drives were once thought to be particularly affected by this,
called "stiction". I suspect it affects other brands too based on
personal experience.
Modern drives land the heads on a plastic landing ramp.
There is no possibility of stiction.
The drive seems to have enough energy left inside, to landthe heads on
the ramp, when there is an abrupt power fail.
The last drive I have here, where the heads are stuck to the--- Synchronet 3.20a-Linux NewsLink 1.114
platter, is 250MB or so. That drive might be inside a Mac Quadra 650.
The drive might have been made by Quantum. The computer is buried in
the junk room, and I have no plans for retrieval :-) There would be
no landing ramps inside that drive, and likely, a single platter.
Because the drive is not that tall.
In the picture here, where the ramp would be, is a filter-pak instead.
Look at the beautiful airflow design of this thing. The air has a
"race track" around the outside of the drive, and two filter packs.
When you open a failed drive, those filter packs used to be black-as-tar
with material that's come off the surface of the platter. I could never understand, how the drive could operate, up to the day of failure,
with that much crude circulating in it. The filter packs here, are
clean as can be, and this drive was trashed for fun.
https://cdn11.bigcommerce.com/s-6bkt1ygjlf/images/stencil/1280x1280/products/482687/560372/TB25S0261-lg__06957.1537275638.jpg?c=2?imbypass=on
Computer Nerd Kev <not@telling.you.invalid> wrote
That depends on how knowledgeable the person/business selling it is.
But is a HDD better for this? If it's sitting powered-off for a few
months between use then the machanical parts can sieze up. Seagate
drives were once thought to be particularly affected by this,
called "stiction". I suspect it affects other brands too based on
personal experience.
That hasnt been a problem for decades. That was due to
the heads landing on the media and sometimes getting
stuck. Drives have retracted the heads on power down
for decades now so that doesnt happen anymore.
Rod Speed <rod.speed.aaa@gmail.com> wrote
Computer Nerd Kev <not@telling.you.invalid> wrote
That depends on how knowledgeable the person/business selling it is.
But is a HDD better for this? If it's sitting powered-off for a few
months between use then the machanical parts can sieze up. Seagate
drives were once thought to be particularly affected by this,
called "stiction". I suspect it affects other brands too based on
personal experience.
That hasnt been a problem for decades. That was due to
the heads landing on the media and sometimes getting
stuck. Drives have retracted the heads on power down
for decades now so that doesnt happen anymore.
The trick of shaking them side to side when they won'tspin up after a
long period of disuse has still workedfor me on drives made within the
last couple of decades.
Maybe it's not the heads sticking anymore,
but it fixes something.
Computer Nerd Kev <not@telling.you.invalid> wrote
Rod Speed <rod.speed.aaa@gmail.com> wrote
Computer Nerd Kev <not@telling.you.invalid> wrote
That depends on how knowledgeable the person/business selling it is.
But is a HDD better for this? If it's sitting powered-off for a few
months between use then the machanical parts can sieze up. Seagate
drives were once thought to be particularly affected by this,
called "stiction". I suspect it affects other brands too based on
personal experience.
That hasnt been a problem for decades. That was due to
the heads landing on the media and sometimes getting
stuck. Drives have retracted the heads on power down
for decades now so that doesnt happen anymore.
The trick of shaking them side to side when they won'tspin up after a
long period of disuse has still workedfor me on drives made within the
last couple of decades.
What size drives ?
Never needed to do that and I have dozens of 1TB
drives which I used to use keep the free to air TV
recordings on that I never did get around to watching
until I ended up using 20TB drives. Dont bother
to record anymore, watch streamed instead now.
Maybe it's not the heads sticking anymore,
Can't be stiction because heads have not landed
on the platters for much longer than that now.
but it fixes something.
Bet it is just a poor connection in the power plug.
Rod Speed <rod.speed.aaa@gmail.com> wrote:
Computer Nerd Kev <not@telling.you.invalid> wrote
Rod Speed <rod.speed.aaa@gmail.com> wrote
Computer Nerd Kev <not@telling.you.invalid> wrote
That depends on how knowledgeable the person/business selling it is. >>>>> But is a HDD better for this? If it's sitting powered-off for a few
months between use then the machanical parts can sieze up. Seagate
drives were once thought to be particularly affected by this,
called "stiction". I suspect it affects other brands too based on
personal experience.
That hasnt been a problem for decades. That was due to
the heads landing on the media and sometimes getting
stuck. Drives have retracted the heads on power down
for decades now so that doesnt happen anymore.
The trick of shaking them side to side when they won'tspin up after a
long period of disuse has still workedfor me on drives made within the
last couple of decades.
What size drives ?
3.5",
I don't remember that fixing a broken 2.5" drive. Or it looks
like you meant storage capacity in which case probably around200GB or
less because I haven't delt with that many bigger drives.
Never needed to do that and I have dozens of 1TB
drives which I used to use keep the free to air TV
recordings on that I never did get around to watching
until I ended up using 20TB drives. Dont bother
to record anymore, watch streamed instead now.
The biggest drives that I have are a couple of used 500GB SATA
drives
and a bunch of 600GB SCSI drives, butI haven't found a use for any of them yet.
I keep videos at low resoution and quality so
they take up much less space.
--- Synchronet 3.20a-Linux NewsLink 1.114Maybe it's not the heads sticking anymore,
Can't be stiction because heads have not landed
on the platters for much longer than that now.
but it fixes something.
Bet it is just a poor connection in the power plug.
I check that first.
Computer Nerd Kev <not@telling.you.invalid> wrote
Rod Speed <rod.speed.aaa@gmail.com> wrote:
Computer Nerd Kev <not@telling.you.invalid> wrote
Rod Speed <rod.speed.aaa@gmail.com> wrote
Computer Nerd Kev <not@telling.you.invalid> wrote
That depends on how knowledgeable the person/business selling it is. >>>>>> But is a HDD better for this? If it's sitting powered-off for a few >>>>>> months between use then the machanical parts can sieze up. Seagate >>>>>> drives were once thought to be particularly affected by this,
called "stiction". I suspect it affects other brands too based on
personal experience.
That hasnt been a problem for decades. That was due to
the heads landing on the media and sometimes getting
stuck. Drives have retracted the heads on power down
for decades now so that doesnt happen anymore.
The trick of shaking them side to side when they won'tspin up after a
long period of disuse has still workedfor me on drives made within the >>>> last couple of decades.
What size drives ?
3.5",
I meant capacity.
I don't remember that fixing a broken 2.5" drive. Or it looks
like you meant storage capacity in which case probably around200GB or
less because I haven't delt with that many bigger drives.
That would have been a much older drive than you said.
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (1 / 9) |
Uptime: | 76:14:34 |
Calls: | 12,949 |
Calls today: | 3 |
Files: | 186,574 |
Messages: | 3,264,538 |