Are Western Digital drives trustworthy these days.
-
ME: I want a 5 TB hard drive
Amazon: We can do that
Canada Computers: I can give you 12 TB for twice the price
Christine: Wait, Canada Computers has 12 TB drives for *how* much? Get two
Me, walking back from yonge-dundas square the next morning, absolutely twisted, carrying 24 TB of platter drives:
@mcc I got the last of my disks shipped to me from the US, and I have about 200TB of storage in the house.
-
Now I see you're thinking about those portable drive-in-a-box things, I would not trust any brand of those. I've seen too many, of many different brands, abruptly die on people.
My wife has a WD Passport from & for her job, and that's been doing OK but I still wouldn't trust it.
On my desktop computer I use one of the USB-3 to SATA adapter thingies that you can plug any SATA drive into and have it show up.
If you want to carry it around, then ya, you have to figure out an enclosure.
-
ME: I want a 5 TB hard drive
Amazon: We can do that
Canada Computers: I can give you 12 TB for twice the price
Christine: Wait, Canada Computers has 12 TB drives for *how* much? Get two
Me, walking back from yonge-dundas square the next morning, absolutely twisted, carrying 24 TB of platter drives:
@mcc they’ve got 14tb drives for about $500 apparently, which
I need another couple 14tb drives but I don’t $1000 need them… but what if they get more expensive…
(alas, now is not the time for me to buy new hard drives anyway)
-
ME: I want a 5 TB hard drive
Amazon: We can do that
Canada Computers: I can give you 12 TB for twice the price
Christine: Wait, Canada Computers has 12 TB drives for *how* much? Get two
Me, walking back from yonge-dundas square the next morning, absolutely twisted, carrying 24 TB of platter drives:
I'm not keen on TB, Makes it hard to breathe, fortunately there is medicine for that these days, so far.
-
ME: I want a 5 TB hard drive
Amazon: We can do that
Canada Computers: I can give you 12 TB for twice the price
Christine: Wait, Canada Computers has 12 TB drives for *how* much? Get two
Me, walking back from yonge-dundas square the next morning, absolutely twisted, carrying 24 TB of platter drives:
Hey if I want to format an HD for archival purposes, and I want it to be accessible from both Windows* and Linux** without problems, do I use… exfat? Will exfat freak out if I format it at absurdly high sizes like 12 TB, or give me an annoyingly high "minimum file size" or something? Are there any more-reliable/journaled FSes that both these OSes are happy with?
* 10
** Let's say Debian Trixie -
ME: I want a 5 TB hard drive
Amazon: We can do that
Canada Computers: I can give you 12 TB for twice the price
Christine: Wait, Canada Computers has 12 TB drives for *how* much? Get two
Me, walking back from yonge-dundas square the next morning, absolutely twisted, carrying 24 TB of platter drives:
@mcc My mind immediately went to this scene from Contact (spoilers!) https://youtu.be/Et4sMJP9FmM?t=127&si=Ruwy77OYl3usRac5
-
Hey if I want to format an HD for archival purposes, and I want it to be accessible from both Windows* and Linux** without problems, do I use… exfat? Will exfat freak out if I format it at absurdly high sizes like 12 TB, or give me an annoyingly high "minimum file size" or something? Are there any more-reliable/journaled FSes that both these OSes are happy with?
* 10
** Let's say Debian Trixie@mcc chaos option: ntfs as the Linux ntfs driver is pretty good these days.
-
Hey if I want to format an HD for archival purposes, and I want it to be accessible from both Windows* and Linux** without problems, do I use… exfat? Will exfat freak out if I format it at absurdly high sizes like 12 TB, or give me an annoyingly high "minimum file size" or something? Are there any more-reliable/journaled FSes that both these OSes are happy with?
* 10
** Let's say Debian Trixie@mcc I've had some weird corruption on exFAT on Windows, so I'm not really sure what to suggest here.
I played with UDF in the past, but had some corruption as well. IMHO you'd best use separate partitions for Windows and Linux.
-
Hey if I want to format an HD for archival purposes, and I want it to be accessible from both Windows* and Linux** without problems, do I use… exfat? Will exfat freak out if I format it at absurdly high sizes like 12 TB, or give me an annoyingly high "minimum file size" or something? Are there any more-reliable/journaled FSes that both these OSes are happy with?
* 10
** Let's say Debian Trixie@mcc exfat is broadly fine for this, but comes with the usual restrictions on filenames/etc
NTFS is arguably also fine for this depending on how much you actually want to write to it from linux but exfat is better (though I think the ntfs driver on linux has gotten decent enough? idk)
unfortunately as far as I’m aware there is no stable driver for windows for any modern linux filesystem so while technically you could btrfs or maybe xfs or zfs you really should not
-
@mcc chaos option: ntfs as the Linux ntfs driver is pretty good these days.
-
Hey if I want to format an HD for archival purposes, and I want it to be accessible from both Windows* and Linux** without problems, do I use… exfat? Will exfat freak out if I format it at absurdly high sizes like 12 TB, or give me an annoyingly high "minimum file size" or something? Are there any more-reliable/journaled FSes that both these OSes are happy with?
* 10
** Let's say Debian Trixie@mcc I used exfat for this, it was fine for a 7TB hard drive. After doing this for a while and being rude to the drive, I ended up damaging the drive or filesystem and Linux just completely failed handling that, instead of giving useful errors the driver would lock up and make filesystem syscalls block forever.
-
@mcc My mind immediately went to this scene from Contact (spoilers!) https://youtu.be/Et4sMJP9FmM?t=127&si=Ruwy77OYl3usRac5
Now in meme format!
-
Hey if I want to format an HD for archival purposes, and I want it to be accessible from both Windows* and Linux** without problems, do I use… exfat? Will exfat freak out if I format it at absurdly high sizes like 12 TB, or give me an annoyingly high "minimum file size" or something? Are there any more-reliable/journaled FSes that both these OSes are happy with?
* 10
** Let's say Debian Trixie@mcc my understanding is exfat supports large disks / files and has mature drivers, and I expect is much more reliable than NTFS on Linux. So hypothetically it's an appropriate choice.
But personally I wouldn't trust either and would just use ext4 or something -- windows should be able to use Linux filesystems reliably with a VM after all.
-
@mcc chaos option: ntfs as the Linux ntfs driver is pretty good these days.
-
-
@mcc exfat is broadly fine for this, but comes with the usual restrictions on filenames/etc
NTFS is arguably also fine for this depending on how much you actually want to write to it from linux but exfat is better (though I think the ntfs driver on linux has gotten decent enough? idk)
unfortunately as far as I’m aware there is no stable driver for windows for any modern linux filesystem so while technically you could btrfs or maybe xfs or zfs you really should not
@demize This look stable? https://openzfsonwindows.org/
-
@mcc I used exfat for this, it was fine for a 7TB hard drive. After doing this for a while and being rude to the drive, I ended up damaging the drive or filesystem and Linux just completely failed handling that, instead of giving useful errors the driver would lock up and make filesystem syscalls block forever.
@porglezomp smartctl would probably tell you that the drive has a bunch of bad blocks, which would result in the drive essentially locking up doing retries on access.
-
Hey if I want to format an HD for archival purposes, and I want it to be accessible from both Windows* and Linux** without problems, do I use… exfat? Will exfat freak out if I format it at absurdly high sizes like 12 TB, or give me an annoyingly high "minimum file size" or something? Are there any more-reliable/journaled FSes that both these OSes are happy with?
* 10
** Let's say Debian TrixieOkay but seriously: Should I NTFS? People are saying the Linux NTFS driver is "pretty good" "perfectly adequate" is "adequate" what I'm looking for with my backup HD
-
@rotopenguin @Foritus is this a serious suggestion?
In what way would it be better than NTFS straight?
Why not bcachefs on exfat?
-
@mcc my understanding is exfat supports large disks / files and has mature drivers, and I expect is much more reliable than NTFS on Linux. So hypothetically it's an appropriate choice.
But personally I wouldn't trust either and would just use ext4 or something -- windows should be able to use Linux filesystems reliably with a VM after all.
@elladan @mcc Seems like this should work if you have a version of windows that supports WSL2 https://learn.microsoft.com/en-us/windows/wsl/wsl2-mount-disk
the instructions are kind of convoluted bu t toward the end they mention that once it's mounted in a WSL Linux distro, you can then also attach it to windows explorer.