Just a simple question : Which file system do you recommend for Linux? Ext4…?

EDIT : Thanks to everyone who commented, I think I will try btrfs on my root partition and keep ext4 for my home directory 😃

  • @wargreymon2023
    link
    1
    edit-2
    2 months ago

    FS is for nubz, do these instead:

    Read

    dd if=/dev/sda of=/dev/stdout
    

    Write

    dd if=/dev/stdin of=/dev/sda