Skip to content

Disk Layout

Partition Table

sda (200G)
├─ sda1   ext4  199.9G  /     (root)
├─ sda14         3M     (BIOS boot)
└─ sda15  vfat  124M   /boot/efi

Filesystem Table (/etc/fstab)

PARTUUID=ee829b50-dbb1-4461-a46b-5fc08bfe425d  /        ext4  rw,discard,errors=remount-ro,x-systemd.growfs  0 1
PARTUUID=ccd36580-fca6-4e71-886d-2c5bc9d728b7  /boot/efi vfat defaults                                       0 0

Mount Options

MountOptions
/rw,relatime,discard,errors=remount-ro
/boot/efirw,relatime,fmask=0022,dmask=0022

Storage Configuration

  • No LVM / ZFS: Standard partition layout
  • No swap: Not configured
  • Discard/TRIM: Enabled for root filesystem
  • Growfs: x-systemd.growfs enables automatic partition resizing on boot

Usage Summary

Filesystem   Size  Used  Avail  Use%
/dev/sda1    197G   90G   100G   48%
/dev/sda15   124M   12M   113M   10%

Disk is at 48% capacity — 100 GB free. Notable large consumers:

  • /home at 60 GB (app data, user files)
  • /var at 6.0 GB (logs, databases)

Northeast Systems · Aux Server · Infra Server