I want to save my important data, photos and videos on an external HDD. It should last many years and I’m not editing things on there often, just copy new photos on there from time to time for the most part.
Previously I used Windows where all my external drives were NTFS. But since I made the switch to KDE Linux I’m not sure if NTFS is still the best option for it or if I should rather use exFAT, EXT4, BTRFS or something completely different for this use case
unless you are still using windows, i would avoid NTFS because when it needs repairs (which seems to be often) you really need windows to fix it… the linux tools are not sufficient.
if you are committed to linux and always have at least one live USB laying around, then just use ext4 and you will always be able to get to those files.
Depending on the use case and the compatibility requirement, extFat would be the most compatible. Most smart TVs support it and all OSes support reading and writing to it.
Not the same type of issues for a linux user. Also, not sure what you mean by Linux File Names. My main desktop is Linux and I do sync some of my files to Windows & Mac. However, 90% of my work is on my Linux desktop.
extFat - we might face issues of compatibility between Android & Linux - since there might be small implementation changes, however, if you unmount the FS properly from both Linux and Android, there shouldnt be “dirty bit” issue, where you have to run fsck on it.
NTFS - Too many issues on Linux - file names, file permissions, mount / unmount locks. Too painful.
I have a 1 TB SSD formatted on Android, which I connect to my Linux desktop without issues.
I tried using KDE Connect, but it is not very reliable for copying files - large number or large size. Dolphin someimtes hangs, when i try to connect to my phone.
Are you planning to only use it with only Linux machines? Then EXT4 or BTRFS.
Which one?
EXT4 if you need maximum speed and the data is backed up somewhere else (or is itself a backup)
Otherwise BTRFS
In all cases, if the data is important, make sure there’s more than one copy of it. If your intention is to store important data on an external disk, consider getting a mirrored RAID enclosure, or a second disk you can use to back up the first.
(Yes, I know RAID isn’t backup, but it’s better than nothing!)
That is my setup but with two 20tb and now 2 8tb drives. I use FreeFileSync every couple of days to mirror from 1 of the 20tb and 1 of the 8tb to the other drives. I’m assuming you mean the data on the 2tb is split between the 2 1tb’s rather than the 2 1tb’s being as they were before you bought the new drive.