this post was submitted on 24 Aug 2025
46 points (96.0% liked)
Linux
57752 readers
418 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
exfat or fat32 is great for interoperability between linux and windows but has limited functionality under linux.
If you're using your external drive only under linux, I suggest switching to a filesystem that works better with unix like permissions and special bits.
Also, like others, depending on your use-case I would suggest something with journaling like ext3 or ext4. If you happen to power of your system while writing something to that drive, the fs does not get corrupted/can automatically recover.
For backups with rollback maybe a FS with copy on write and automatic compression like btrfs or zfs would be better.
With btrfs borg backups allows you to create incremental backups of btrfs subvolumes. I use it to backup my home, etc and /subvolumes on my "backup server" (old pc with two raid1 hdds).
I have a friend who administeres backups for his company (afaik ~100-200GB delta per week) and he swears by zfs. I found btrfs simpler though.
Hey pitiable_sandwich540
Thank you
I dont know why I have been so focussed and stuck on exFAT for all these years.
It must have been something I read somewhere that led me to it.
from all the decent feedback i have gotten on here, ext4 seems the best way to go.
I should have known this being a linux user for over 20 years.