Are Western Digital drives trustworthy these days.
-
@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.
-
@rotopenguin @Foritus is this a serious suggestion?
In what way would it be better than NTFS straight?
Why not bcachefs on exfat?
-
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 think exFAT is a safe bet.
Alternatively, there been a big push in Linux kernel to get a proper NTFS driver (was called ntfsplus untill recently).
Similarly there's quite good support for btrfs on Windows.
But yeah, exFAT is closest to what would work now and has a chance to continue working.
-
@demize This look stable? https://openzfsonwindows.org/
@mcc oh that looks much better than the other ones I’ve seen, yeah
still has a “this is beta” bit in the… poetry? in the github readme? but a quick look says I’d be comfortable enough with it for most things
-
@mcc oh that looks much better than the other ones I’ve seen, yeah
still has a “this is beta” bit in the… poetry? in the github readme? but a quick look says I’d be comfortable enough with it for most things
@demize oh. beta D:
-
@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.
@lambdageek @elladan Hm that's interesting, but I use WSL1 (because WSL2 has terrible performance when accessing the windows partitions) and the first thing I plan to do with this drive is move a whole lot of files off my Win 10 extended support machine. So although I guess I only do that once, whatever I do the exfiltration from would ideally be adequate perf when addressing both the NTFS drive (from) and the external drive (to)
-
@demize oh. beta D:
@mcc yeah
but it looks active, they seem responsive to issues, and a quick check of the issues doesn’t flag any obvious “this will destroy all your data”
most of the other ones I’ve seen have practically said “this will destroy your data”
-
@jmhill @Foritus @mcc The average spinning drive retains data quite a while longer than any other commonly-available writable medium does. SSDs come close, but they’re not quite to the same level as hard drives. For most backup purposes, the right answer is to just trust the media.
If your backups are sensitive enough that spinning drives are untrustworthy long-term, then they’re also untrustworthy short-term, and you need to use something like ZFS with ongoing data integrity checks.
-
Okay 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
@mcc i'm surprised to see that sid no longer marks all NTFS drivers as broken and in fact ships a ntfs3.ko, but even the FUSE ntfs-3g implementation has been generally understood as good enough at least for reading for a long time, and windows unfortunately forces your hand here
-
Okay 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
@mcc It won't explode the filesystem if that's what's you are worried about - and you don't really have any better option for a filesystem accessible directly from both windows and linux (exFAT will explode on the first unlucky powerfail you'll get).
-
Okay 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
I suppose NTFS will work.
(Personally I'm so old hat and linux-focused that i'd use ext4 and there's software out there that can copy files out of ext4 partitions on windows in a pinch...)
But also for a fun suggestion that I'm not sure I'd be serious about (have not tested it myself), but ... WinBTRFS is a thing, so if you want a super modern filesystem, there you go (i'm still scared of btrfs).
(ReactOS folks have booted their whole OS off of btrfs i hear.. that's wild.)
-
@mcc @jmhill @Foritus While SSDs can lose data when unpowered, that’s more of a boogeyman than a real problem. It’s like cell wear. Problems can be induced under extreme conditions. As long as you stick to the brands which make their own flash, SSDs practically never die from wear, and they almost never lose data even going without power for years.
-
Okay 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
@mcc ntfs-3g Is pretty good. I've even used some of their additional tooling to rescue data from a dead disk (had lots of dead blocks)
-
@rotopenguin @Foritus Okay.
Assuming I understand these things in principle but not in detail and am looking for actual help— used to, when I used macs, I could create a "Sparse Bundle Disk Image" and it was like a hard drive in a file, which could grow and and shrink returning space to the host disk as it shrank, and could be encrypted, and could be compressed. Is this a thing I can do from Linux? What's the best way? (Assume for this one question I no longer care about Windows.)
-
@mcc i'm surprised to see that sid no longer marks all NTFS drivers as broken and in fact ships a ntfs3.ko, but even the FUSE ntfs-3g implementation has been generally understood as good enough at least for reading for a long time, and windows unfortunately forces your hand here
@nabijaczleweli @mcc there are two NTFS implementations, ntfs-3g and ntfs-plus. Plus is faster and considered more modern, but iirc at least one Linux distro still prefers 3g because they consider plus buggy.
Regardless, my understanding is that neither of them actually support basic features like the journal, so I wouldn't trust them for anything important personally. That said they might not be worse than exfat, just very very complicated in comparison.
-
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 don’t know what any of this means but I’m scared for you
-
@mcc I don’t know what any of this means but I’m scared for you
@qoqo941305 Computer is scary sometimes
-
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 ntfs drives on linux for a while after switching but I've converted them both to btrfs. I had no issues with them being ntfs, but there had been an issue with corruption when using them in linux & windows, that might already be fixed though
-
Okay 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
@mcc fwiw, my drives are NTFS-formatted and I've had no issues accessing my files from any of my drives between windows and a few different linux distros.
-
@rotopenguin @Foritus Okay.
Assuming I understand these things in principle but not in detail and am looking for actual help— used to, when I used macs, I could create a "Sparse Bundle Disk Image" and it was like a hard drive in a file, which could grow and and shrink returning space to the host disk as it shrank, and could be encrypted, and could be compressed. Is this a thing I can do from Linux? What's the best way? (Assume for this one question I no longer care about Windows.)
@mcc @rotopenguin @Foritus so like... a folder?