|
I agree with others suggesting to replace the drives. 1TB seems like a waste, especially for spinners.
[Edit]
What the heck is up with those prices?
It's a nice looking box, but surely it's more than a fancy external RAID. What am I missing?
|
|
|
|
|
LaCie was a big brand back in the day for external Mac drives. Pretty much the only popular player in town for a while, for Macs. Guess they felt the need to extort their customers.
Jeremy Falcon
|
|
|
|
|
I bet is was more of following their lead, Apple charges outrageous sums for their products so if LaCie was to be seen as the brand for Mac then they needed to charge outrageous sums as well.
Or, I could be just a little too cynical.
I’ve given up trying to be calm. However, I am open to feeling slightly less agitated.
I’m begging you for the benefit of everyone, don’t be STUPID.
|
|
|
|
|
I totally believe that.
Put an ordinary drive in a nice case that matches a Mac's look where it could pass off as an original Apple product, and you can ask for a premium.
I never bought into the religion. I do own an old Macbook Pro, but I bought it used, with the intent to learn the OS - Apple has never made a penny off of me, and I intend to keep it that way.
|
|
|
|
|
Sounds like a reasonable supposition to me.
|
|
|
|
|
Agreed. We've had two of the Lacie 4big enclosures, both in RAID-5 with 4 drives each. Both were ridiculously expensive.
The first was populated with Seagate 1TB drives, all of which failed in the first year we owned the thing. We repopulated it with Western Digital drives over time. It finally died during a power spike in our building.
The second contains 6TB drives and has been rock solid (it survived The Great Spike). The RAID-5 gives us about 16TB space which we use for backups on our build servers.
Software Zen: delete this;
|
|
|
|
|
Quote: It's a nice looking box, but surely it's more than a fancy external RAID. What am I missing? I just found out: it's a fancy RAID with a noisy fan!
Mircea
|
|
|
|
|
Ah! Worth a premium then.
|
|
|
|
|
No. Don't trust old storage except for things you don't mind losing. You might be able to salvage the pretty cases and swap out for some SATA SSDs internally tho.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
modified 17-Jan-24 21:09pm.
|
|
|
|
|
I looked more at the disks: manufacturing date - 2011, run-time hours - 65. Ridiculous!
In the end I'll probably take your advice and Maximilien's: put some new SSDs in one of the pretty cases and donate the other two to charities.
Mircea
|
|
|
|
|
manufacturing date - 2011, run-time hours - 65. Ridiculous!
I have disks (maybe not that old) that have very few runtime hours - my backup disks are only powered on while actual backups are taking place, then they get physically disconnected until the next backup.
My backup script also only replaces what's been modified since the last backup took place, so typically rather quick.
Assuming I was using backup drives from 2011, 65 hours of actual use doesn't sound unreasonable to me.
OTOH, now that I think of it, just encrypting the last drive I bought for backups (16TB) probably took nearly half that time.
But still - I'd replace those based on capacity alone, and keep using the enclosure.
|
|
|
|
|
I would replace the drives with large ones, copy the data over and destroy the old drives.
I just use my drill press to drill a couple of holes down through the platters.
Our hazard waste site has a bin for electronic waste (big sign: "No Scavenging").
Have to remember to take my old batch of 5 1/4" diskettes with me next time.
>64
There is never enough time to do it right, but there is enough time to do it over.
|
|
|
|
|
My apologies for not congratulating this years MVPs.
|
|
|
|
|
Has the list been published?
|
|
|
|
|
I thought it must have been. I always try to congratulate them but realised I had missed doing it.
|
|
|
|
|
Not yet: MVPs[^]
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Last year MVPs were notified on 23rd Jan. I'm sure Chris isn't too far away from announcing.
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
|
|
|
|
|
I think the DDOS has possibly delayed things
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
Oh well, it's a preemptive congratulations to people from me.
|
|
|
|
|
Notification emails went out yesterday...
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
|
|
|
|
|
OK, I use this often - place cursor on the right side of the "{" and click on it...
most (!) often the editor highlights the content covered until the "}"...
fine
how about something like that to cover the text between
#ifdef
...
#endif
Thanks
|
|
|
|
|
If you are referring to an editor on CP, maybe Bugs and Suggestions[^] would be a better place to post.
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment
"Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst
"I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
|
|
|
|
|
Visual Studio will highlight all connected #if, #elif, #else, #endif, when you click in one of them, but it does not appear to have a similar jump feature. Visual Studio Code the same.
[edit]
I was wrong, see Daniel Pfeffer's reply below.
[/edit]
modified 18-Jan-24 4:26am.
|
|
|
|
|
codeblocks does something similar i use these regularly to handle small versions of code
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
In Visual Studio, place the cursor on an #if, #ifdef, #elif, #else, or #endif and type ctrl-}. This will move between the connected directives. I don't know about Visual Studio Code.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|