home.social

#ext4 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ext4, aggregated by home.social.

fetched live
  1. Infinito.Nexus 12.0: From a Single Server to a Scalable Sovereign Cloud

    Infinito.Nexus 12.0 is one of the most significant releases in the project’s history. Until now, Infinito.Nexus focused primarily on automating complete open-source environments on a single Docker Compose host. Version 12.0 introduces Docker Swarm as a second deployment mode, enabling applications to run across multiple servers, scale horizontally and recover from node failures. This release combines capabilities that are rarely delivered by one automation platform: More than 75 automatically deployable open-source applications One Single Sign-On experience backed by a unified user database Horizontal scaling across multiple cloud servers Automated backup and continuously tested disaster recovery Support across Debian, Arch Linux and RHEL-family distributions Filesystem-independent operation across ext4, btrfs and ZFS Together, these changes transform Infinito.Nexus from an application installer into a comprehensive foundation for scalable, sovereign cloud infrastructure. […]

    blog.infinito.nexus/blog/2026/

  2. Uh oh, I should have used findmnt --verify --verbose to validate fstab, not mount -a. Well, I did learn something in the process.

    Using debugfs to modify files directly on the filesystem, without mounting it at all. With debugfs, the read-only (ro) flag doesn’t apply.

    #sysadmin #weekendfun #debugfs #ext4 #linux

  3. anylinuxfs: macOS: mount any linux-supported filesystem read/write using NFS and a microVM

    github.com/nohajc/anylinuxfs

    #macos #ext4

  4. anylinuxfs: macOS: mount any linux-supported filesystem read/write using NFS and a microVM

    github.com/nohajc/anylinuxfs

    #macos #ext4

  5. I've been transitioning my home computers from #Manjaro to #Solus #Linux because I noticed that Solus puts out weekly updates and Manjaro moves far more slowly.

    I thought I'd give #BTRFS a try instead of #ext4 since on Manjaro, BTRFS has become the default and it worked well.

    For some reason, it really didn't play well with Solus. I couldn't log into #Element at all and I had problems running #Cyberpunk2077 with #Heroic.

    I reinstalled with ext4 and those problems went away.

    I did, for some reason, have trouble installing Heroic from the repo and had to use #Flatpak instead, but I'm getting more comfortable with those. I let the computer redownload CPB2077 overnight and tried to run it this morning. It even remembered my progress, which was a fear.

  6. I've been transitioning my home computers from #Manjaro to #Solus #Linux because I noticed that Solus puts out weekly updates and Manjaro moves far more slowly.

    I thought I'd give #BTRFS a try instead of #ext4 since on Manjaro, BTRFS has become the default and it worked well.

    For some reason, it really didn't play well with Solus. I couldn't log into #Element at all and I had problems running #Cyberpunk2077 with #Heroic.

    I reinstalled with ext4 and those problems went away.

    I did, for some reason, have trouble installing Heroic from the repo and had to use #Flatpak instead, but I'm getting more comfortable with those. I let the computer redownload CPB2077 overnight and tried to run it this morning. It even remembered my progress, which was a fear.

  7. A friend got a protable projector (Elfin Flip) and realized it's running Linux.

    So I downloaded the firmware (from 2022) and binwalked it:

    ```
    ...
    633998388 0x25CA0C34 Linux EXT filesystem, blocks count: 477201, image size: 488653824, rev 1.0, ext2 filesystem data (mounted or unclean), UUID=4729639d-b5f2-5cc1-a120-9ac5f788f788, volume name "/"
    ...
    ```

    mounted or unclean!

    I'm sorry sir, but could you fsck your release before shipping?

    #Linux #Embedded #ext4 #ReverseEngineering

  8. A friend got a protable projector (Elfin Flip) and realized it's running Linux.

    So I downloaded the firmware (from 2022) and binwalked it:

    ```
    ...
    633998388 0x25CA0C34 Linux EXT filesystem, blocks count: 477201, image size: 488653824, rev 1.0, ext2 filesystem data (mounted or unclean), UUID=4729639d-b5f2-5cc1-a120-9ac5f788f788, volume name "/"
    ...
    ```

    mounted or unclean!

    I'm sorry sir, but could you fsck your release before shipping?

    #Linux #Embedded #ext4 #ReverseEngineering

  9. New post on The Byte Architect:

    **Filesystem Wars: Why Your Choice of Storage is Actually a Security Move**

    This is not a “which filesystem should I use?” checklist. It is a walk through the ideas behind FFS, BFS, NTFS, ext4, ZFS, and APFS — and why storage design is never just about storage.

    Crash consistency, journaling, soft updates, CoW, snapshots, encryption, space sharing: different filesystems solve different problems, and those choices shape reliability, usability, and security.

    The real target, of course, is APFS.

    Read it here: bytearchitect.io/macos-securit

    #macOS #Apple #APFS #ZFS #ext4 #NTFS #ReverseEngineering #InfoSec #CyberSecurity

  10. New post on The Byte Architect:

    **Filesystem Wars: Why Your Choice of Storage is Actually a Security Move**

    This is not a “which filesystem should I use?” checklist. It is a walk through the ideas behind FFS, BFS, NTFS, ext4, ZFS, and APFS — and why storage design is never just about storage.

    Crash consistency, journaling, soft updates, CoW, snapshots, encryption, space sharing: different filesystems solve different problems, and those choices shape reliability, usability, and security.

    The real target, of course, is APFS.

    Read it here: bytearchitect.io/macos-securit

    #macOS #Apple #APFS #ZFS #ext4 #NTFS #ReverseEngineering #InfoSec #CyberSecurity

  11. Website backup crippled by 1.6MB Friends GIF that was replicated 246,173 times, breaking Linux's EXT4 filesystem limit — Jennifer Aniston's 'happy dance' animation ate up 377 gigabytes of data due to security policy

    tomshardware.com/service-provi

    #linux #ext4

  12. Website backup crippled by 1.6MB Friends GIF that was replicated 246,173 times, breaking Linux's EXT4 filesystem limit — Jennifer Aniston's 'happy dance' animation ate up 377 gigabytes of data due to security policy

    tomshardware.com/service-provi

    #linux #ext4

  13. I've just moved a number of large files that I do not use often from an active partition to a backup partition.

    What is odd is that the access speed to the active partition has increased significantly. Since that should not be possible, that must have to do with the manner in which the active partition is accessed by the Android operating system. Some research required.

    en.wikipedia.org/wiki/Ext4?wpr

    en.wikipedia.org/wiki/ExFAT?wp

    #Android #filesystems #exfat #ext4 #Linux #OpenSource #programming #transfer #rate

  14. I've just moved a number of large files that I do not use often from an active partition to a backup partition.

    What is odd is that the access speed to the active partition has increased significantly. Since that should not be possible, that must have to do with the manner in which the active partition is accessed by the Android operating system. Some research required.

    #Android #filesystems #exfat #ext4 #Linux #OpenSource #programming #transfer #rate

  15. Почему rollback на ext4 — боль, и как я решил это через rsync

    Я не собирался делать этот проект. Просто однажды сломал систему — и понял, что rollback на ext4 не такая простая вещь, как кажется. В итоге собрал своё решение на rsync: быстрый и предсказуемый откат без смены файловой системы. Кода тут минимум — он на GitHub. В статье — про сам подход: проблему, попытки решения и итог. Вернуть систему

    habr.com/ru/articles/1018056/

    #linux #devops #rollback #rsync #ext4 #backup #snapshot #файловая_система #sysadmin #infrastructure

  16. Kann ich bei einer fabrikneuen externen Festplatte, die eine Partition sda1 als Microsoft reserved Partition hat und eine sda2 als ntfs formatiert ist, die sda1 löschen und stattdessen die gesamte Platte mit einer Partition sda1 mit ext4 formatieren? Oder sollte ich die sda1 unangetastet lassen? Sie ist ohnehin nur 128MB groß?
    Die USB-Festplatte soll als Datenpartition verwendet werden und auf Linuxsystemen genutzt werden.

    #Partition #festplatte #ext4

  17. Kann ich bei einer fabrikneuen externen Festplatte, die eine Partition sda1 als Microsoft reserved Partition hat und eine sda2 als ntfs formatiert ist, die sda1 löschen und stattdessen die gesamte Platte mit einer Partition sda1 mit ext4 formatieren? Oder sollte ich die sda1 unangetastet lassen? Sie ist ohnehin nur 128MB groß?
    Die USB-Festplatte soll als Datenpartition verwendet werden und auf Linuxsystemen genutzt werden.

    #Partition #festplatte #ext4

  18. Verdammt, Ich habe gerade realisiert, dass ich gestern als ich das #Linux installiert habe, die Partitionen als #EXT4 formatiert habe. Ich wollte doch ursprünglich #BTRFS nehmen.
    Na gut, kein Beinbruch. Kann ich jetzt auch nicht mehr ändern.

  19. Verdammt, Ich habe gerade realisiert, dass ich gestern als ich das #Linux installiert habe, die Partitionen als #EXT4 formatiert habe. Ich wollte doch ursprünglich #BTRFS nehmen.
    Na gut, kein Beinbruch. Kann ich jetzt auch nicht mehr ändern.

  20. RE: fedi.lwn.net/@lwn/116295976663

    Choice quote from the so-called "author" of the vibe-coded implementation... very chilling

    > We can freely steal each other in a new original way without copyright infringment its totally crazy the amount of code you can steal in just 1h. What took 20 years to Bell labs can now be done in 20 hours straight.

    #AIslop #vibe_coding #BSD #OpenBSD #ext4 #GPL #copyright

  21. RE: fedi.lwn.net/@lwn/116295976663

    Choice quote from the so-called "author" of the vibe-coded implementation... very chilling

    > We can freely steal each other in a new original way without copyright infringment its totally crazy the amount of code you can steal in just 1h. What took 20 years to Bell labs can now be done in 20 hours straight.

    #AIslop #vibe_coding #BSD #OpenBSD #ext4 #GPL #copyright

  22. Haven't looked at this since I broke it. There really isn't any way to recover that #filesystem or files is there?

    Most of my files were backed up one way or another. I'm sure I'm losing some things, but shouldn't be anything too important or critical, luckily.

    I suppose this is an opportunity to redo the hard drive all together and maybe it's time I tried something other than #ext4. I don't think I would use #bcachefs tho, so I suppose that only leaves #zfs. Idk, need to do some reading.

  23. Haven't looked at this since I broke it. There really isn't any way to recover that #filesystem or files is there?

    Most of my files were backed up one way or another. I'm sure I'm losing some things, but shouldn't be anything too important or critical, luckily.

    I suppose this is an opportunity to redo the hard drive all together and maybe it's time I tried something other than #ext4. I don't think I would use #bcachefs tho, so I suppose that only leaves #zfs. Idk, need to do some reading.

  24. Today my work machine graduated from Windows 11 to Ubuntu 24.04. The hardware hasn’t changed. I would have preferred Kubuntu. They gave me ext4 instead of btrfs. But my wishes there are nice-to-haves. What they gave me is a huge step!

    #Linux #Windows #Ubuntu #Ext4 #Btrfs #Upgrade

  25. @mfuhrmann In theory kinda yes. It deepends on how you setup the tool. Number of snapshots ... But, under practical conditions not really.

    I usually, just revert back to an earlier time point and things are fine. Anyways, you can also choose a snapshot during boot.

    On based systems I use (with ) in a similar fashing.

  26. @mfuhrmann In theory kinda yes. It deepends on how you setup the tool. Number of snapshots ... But, under practical conditions not really.

    I usually, just revert back to an earlier time point and things are fine. Anyways, you can also choose a snapshot during boot.

    On #Debian based systems I use #timeshift (with #ext4) in a similar fashing.

  27. @sbeak Unless there is a specific use case to use use .

    is bullet proof and good.

  28. (more Linux news in original post)

    Wireless VR streaming levels up on Linux with the latest WiVRn release:
    gamingonlinux.com/2026/02/wire

    Wine 11.2 released with optimizations in PDB loading, support for MSVC constructors:
    gamingonlinux.com/2026/02/wine

    Wine-Staging 11.2 Brings More Patches To Help Adobe Photoshop On Linux:
    phoronix.com/news/Wine-Staging

    New Proton Experimental update adds controller support to more launchers on Linux / SteamOS:
    gamingonlinux.com/2026/02/prot

    GE-Proton 10-30 released with fixes for Arknights Endfield and the EA app:
    gamingonlinux.com/2026/02/ge-p

    Prefixer is a modern alternative to Protontricks that's faster and simpler:
    gamingonlinux.com/2026/02/pref

    Vulkan-based translation layer D7VK officially expands to include Direct3D 5 support:
    gamingonlinux.com/2026/02/vulk

    Linux Kernel 6.19 Officially Released, This Is What's New:
    9to5linux.com/linux-kernel-6-1

    GNU Linux-Libre 6.19 Kernel Is Now Available for Software Freedom Lovers:
    9to5linux.com/gnu-linux-libre-

    Linux 7.0 Kernel Confirmed by Linus Torvalds, Expected in Mid-April 2026:
    9to5linux.com/linux-7-0-kernel

    NVIDIA Posts Open-Source Nouveau GSP Driver Support For GA100:
    phoronix.com/news/Nouveau-GSP-

    X.Org Server's "Master" Branch Now Closed With Cleaned Up State On "Main":
    phoronix.com/news/X.Org-Server

    GNU Binutils 2.46 Adds Support for AMD Zen6 CPUs, SFrame v3, and More:
    9to5linux.com/gnu-binutils-2-4

    Mesa 25.3.5 arrives with bug fixes for open source Linux graphics drivers:
    gamingonlinux.com/2026/02/mesa

    Mesa 26.0 Open-Source Graphics Stack Officially Released, Here's What's New:
    9to5linux.com/mesa-26-0-open-s

    EXT4 In Linux 7.0 Improves Write Performance For Concurrent Direct I/O Writes:
    phoronix.com/news/Linux-7.0-EX

    Btrfs Brings Experimental Remap-Tree Feature & More In Linux 7.0:
    phoronix.com/news/Linux-7.0-Bt

    NetworkManager 1.56 Released with New Features and Improvements:
    9to5linux.com/networkmanager-1

    (FOSS news in comments)

    #WeeklyNews #News #Linux #LinuxNews #VR #Wine #WineStaging #Proton #GEProton #D7VK #Vulkan #Prefixer #LinuxKernel #LinuxLibre #XOrg #GNUBinutils #Mesa #EXT4 #Btrfs #NetworkManager #WiVRn #FosseryTech

  29. (more Linux news in original post)

    Wireless VR streaming levels up on Linux with the latest WiVRn release:
    gamingonlinux.com/2026/02/wire

    Wine 11.2 released with optimizations in PDB loading, support for MSVC constructors:
    gamingonlinux.com/2026/02/wine

    Wine-Staging 11.2 Brings More Patches To Help Adobe Photoshop On Linux:
    phoronix.com/news/Wine-Staging

    New Proton Experimental update adds controller support to more launchers on Linux / SteamOS:
    gamingonlinux.com/2026/02/prot

    GE-Proton 10-30 released with fixes for Arknights Endfield and the EA app:
    gamingonlinux.com/2026/02/ge-p

    Prefixer is a modern alternative to Protontricks that's faster and simpler:
    gamingonlinux.com/2026/02/pref

    Vulkan-based translation layer D7VK officially expands to include Direct3D 5 support:
    gamingonlinux.com/2026/02/vulk

    Linux Kernel 6.19 Officially Released, This Is What's New:
    9to5linux.com/linux-kernel-6-1

    GNU Linux-Libre 6.19 Kernel Is Now Available for Software Freedom Lovers:
    9to5linux.com/gnu-linux-libre-

    Linux 7.0 Kernel Confirmed by Linus Torvalds, Expected in Mid-April 2026:
    9to5linux.com/linux-7-0-kernel

    NVIDIA Posts Open-Source Nouveau GSP Driver Support For GA100:
    phoronix.com/news/Nouveau-GSP-

    X.Org Server's "Master" Branch Now Closed With Cleaned Up State On "Main":
    phoronix.com/news/X.Org-Server

    GNU Binutils 2.46 Adds Support for AMD Zen6 CPUs, SFrame v3, and More:
    9to5linux.com/gnu-binutils-2-4

    Mesa 25.3.5 arrives with bug fixes for open source Linux graphics drivers:
    gamingonlinux.com/2026/02/mesa

    Mesa 26.0 Open-Source Graphics Stack Officially Released, Here's What's New:
    9to5linux.com/mesa-26-0-open-s

    EXT4 In Linux 7.0 Improves Write Performance For Concurrent Direct I/O Writes:
    phoronix.com/news/Linux-7.0-EX

    Btrfs Brings Experimental Remap-Tree Feature & More In Linux 7.0:
    phoronix.com/news/Linux-7.0-Bt

    NetworkManager 1.56 Released with New Features and Improvements:
    9to5linux.com/networkmanager-1

    (FOSS news in comments)

    #WeeklyNews #News #Linux #LinuxNews #VR #Wine #WineStaging #Proton #GEProton #D7VK #Vulkan #Prefixer #LinuxKernel #LinuxLibre #XOrg #GNUBinutils #Mesa #EXT4 #Btrfs #NetworkManager #WiVRn #FosseryTech

  30. In 7.0 Improves Write Performance For Concurrent Direct I/O Writes

    phoronix.com/news/Linux-7.0-EX

  31. I've recently finished a task set entrusted to me by a client. The task was executed 100% remotely with server farm(s) thousands of nautical miles away.

    Skillset used are

    • (remote) server VM management (XEN and ProxMox**)

    • Linux client server experience

    • VOIP (incl asterisk)

    • specific migration skills varying from simple looking updates (which can break custom hard coded scripts & programs PHP code, C code, etc) to full server migrations to higher versions often spanning more than two versional steps in between

    • filesystems in different Open Source OS where redundancy building of data is important

    • bare metal skills

    • BSD (limited yet good enough experience)

    • Bare metal server placement

    • Energy and heat distribution

    • logic

    • patience / patience / patience

    • KISS

    I get computing related tasks from this client for more than 30 years, which means that a solid basis of mutual trust has been build between us

    I love having my client feeling extra great again after this task set was completed.

    ** Including proxmox LB code!

    ^Z

    #Linux #ProxMox #networking #filesystems #EXT4 #RAID #BSD #freeBSD #ghostBSD #OpenSource #programming #mathematics #Physics #Chemistry #technology

  32. I've recently finished a task set entrusted to me by a client. The task was executed 100% remotely with server farm(s) thousands of nautical miles away.

    Skillset used are

    • (remote) server VM management (XEN and ProxMox**)

    • Linux client server experience

    • VOIP (incl asterisk)

    • specific migration skills varying from simple looking updates (which can break custom hard coded scripts & programs PHP code, C code, etc) to full server migrations to higher versions often spanning more than two versional steps in between

    • filesystems in different Open Source OS where redundancy building of data is important

    • bare metal skills

    • BSD (limited yet good enough experience)

    • Bare metal server placement

    • Energy and heat distribution

    • logic

    • patience / patience / patience

    • KISS

    I get computing related tasks from this client for more than 30 years, which means that a solid basis of mutual trust has been build between us

    I love having my client feeling extra great again after this task set was completed.

    ** Including proxmox LB code!

    ^Z

    #Linux #ProxMox #networking #filesystems #EXT4 #RAID #BSD #freeBSD #ghostBSD #OpenSource #programming #mathematics #Physics #Chemistry #technology

  33. Warum rödeln meine frisch partitionierten und #ext4 formatierten USB-Festplatten ewig herum und kommen nicht in den idle?! Und was zur Hölle ist #ext4lazyinit
    Antwort:Ich habe eine Quickformatierung über gparted gestartet. Deswegen holen die Platten jetzt den Rest in aller Ruhe nach. Wieder was gelernt. Also alles über Nacht rödeln lassen.

  34. Take the time to analyse this post on Anna's Archive

    They teach you in meticulous detail why they took the time to create mirror backups of this musical archive which is torrented in bulk at 300 TiB

    #HDD #EXT4 #partitions #Linux #technology #InfoSec #passwords #Spotify #breach #300TB

    annas-archive.li/blog/backing-

  35. Take the time to analyse this post on Anna's Archive

    They teach you in meticulous detail why they took the time to create mirror backups of this musical archive which is torrented in bulk at 300 TiB

    #HDD #EXT4 #partitions #Linux #technology #InfoSec #passwords #Spotify #breach #300TB

    annas-archive.li/blog/backing-

  36. @vermaden

    It may look like I was joking but making such a backup is technically simple.

    300TiB / 24TiB per HDD is 12.5 drives

    300TiB / 16TiB is 18.75 drives

    In reality it's more complex.
    A 16TiB HDD is not 16TiB but 16TB lineair

    Given a typical 4TB HDD I get just 3.64TiB in partitoned EXT4 HDD Space
    That is 91% of the 4TB HDD

    At 16TB that is 14.56 TiB {yes the loss is enormous and those hard drive companies are idiots because computer systems count in base² Binary not base10}

    A 16TB drive is actually a 14.56 TiB Drive, it should be sold as 14.56 TiB not 16TB because that is misleading and false advertisement.

    With these parameters we will need in reality 300 TiB / 14.56 TiB = 20.6
    So we will need 21 drives for the task at 14.56 TiB. In the replication you will need twice the amount

    This would become a JBOD just a bundle of drives, which is the easiest form to concatenate hard drive space to together.

    A 4U JBOD enclosure can harbour a lot of drives. At the most you will need two.

    Double the amount if you want a local backup of your main Spotify data.

    Then you will need a 1U case for the computing System. A typical server motherboard, 1x AMD EPYC CPU, 512GB ram is more than sufficient.

    You will need Fast Access to the Drive Array. 10GBit / sec in duplo should be enough. That means that your switches cables and network infrastructure will be expensive.

    The high cost of AC power globally, can be a limiting factor when you have to power 42 hard drives provided that you are a Soho Network Builder, though.

    That is the only factor you cannot calculate with constants

    ^Z

    #HDD #EXT4 #partitions #Linux #technology #InfoSec #passwords #Spotify #breach #300TB

  37. @vermaden

    It may look like I was joking but making such a backup is technically simple.

    300TiB / 24TiB per HDD is 12.5 drives

    300TiB / 16TiB is 18.75 drives

    In reality it's more complex.
    A 16TiB HDD is not 16TiB but 16TB lineair

    Given a typical 4TB HDD I get just 3.64TiB in partitoned EXT4 HDD Space
    That is 91% of the 4TB HDD

    At 16TB that is 14.56 TiB {yes the loss is enormous and those hard drive companies are idiots because computer systems count in base² Binary not base10}

    A 16TB drive is actually a 14.56 TiB Drive, it should be sold as 14.56 TiB not 16TB because that is misleading and false advertisement.

    With these parameters we will need in reality 300 TiB / 14.56 TiB = 20.6
    So we will need 21 drives for the task at 14.56 TiB. In the replication you will need twice the amount

    This would become a JBOD just a bundle of drives, which is the easiest form to concatenate hard drive space to together.

    A 4U JBOD enclosure can harbour a lot of drives. At the most you will need two.

    Double the amount if you want a local backup of your main Spotify data.

    Then you will need a 1U case for the computing System. A typical server motherboard, 1x AMD EPYC CPU, 512GB ram is more than sufficient.

    You will need Fast Access to the Drive Array. 10GBit / sec in duplo should be enough. That means that your switches cables and network infrastructure will be expensive.

    The high cost of AC power globally, can be a limiting factor when you have to power 42 hard drives provided that you are a Soho Network Builder, though.

    That is the only factor you cannot calculate with constants

    ^Z

    #HDD #EXT4 #partitions #Linux #technology #InfoSec #passwords #Spotify #breach #300TB

  38. External disk with ext4 doesn’t auto-mount

    Full post here. https://rene.seindal.dk/2025/12/08/external-disk-with-ext4-doesnt-auto-mount/

    I have an external SSD in a NVME USB enclosure, with an EXT4 file-system. When I plug it in, it doesn't auto-mount, and haven't done so for a while.

    Most other external disks do auto-mount.

    I finally figured out why, and how to fix it.

    #Ext4 #ExternalDisks #GnomeDesktop #Linux #udevRules