ext4

  1. S

    MDADM RAID6 - unstable behavior

    Hello, I have a big fat server with 22 * 15.36TB Micron 9300 Pro SSDs connected directly to the motherboard via PCIe lines. I have setup a RAID6 configuration without any write caching, getting an array of about 307,2 TB. On top of the array I have a big fat MySQL instance and what I have...
  2. MrCalvin

    EXT4 optimization (Journal, checksum, QEMU, LVM, MDADM)

    I've decide to use mdadm RAID1(root) and RAID5(data) on my servers and my final choice of filesystem was EXT4 for both (did consider btrfs, XFS and ZFS, but looking at all pros/cons I ended up with EXT4). I've started wondering about a few things in regards to performance optimizing: Twice...
  3. L

    SSD fast in ESXi and Windows slow in Linux

    Upgrading parts of my homelab and doing some storage tests using sysbench: sysbench --test=fileio --file-total-size=64G prepare sysbench --test=fileio --file-total-size=64G --file-test-mode=rndrw --max-time=300 --max-requests=0 run sysbench --test=fileio --file-total-size=64G cleanup I'm...
  4. L

    Intel NUC single SSD - best filesystem for Proxmox

    Just picked up an Intel Coffee Lake NUC. I've ordered a single M.2 NVMe SSD (1TB Samsung 970 Evo Plus). Wanted to run a few test VMs at home on it, nothing critical. Would ZFS be the best filesystem to use or would XFS/ext4 be better?