FSTAB

This document will describe fstab stanzas for different filesystems and partitions as standardized in Ubuntu across various things that parse/create/install/consume fstab entries.

device specification

fs default options

  1. any: discard
  2. rootfs: ext4 discard,errors=remount-ro 0 1
  3. /boot: ext4 discard,noatime,nodiratime 0 2
  4. /boot/efi: vfat umask=0077 0 1

TODO

  1. zfs? Just this? pool/path/to/dataset /mountpoint zfs defaults 0 0

  2. prioritise by-path on z? => yes

  3. btrfs?

FSTAB (last edited 2020-01-23 09:27:47 by xnox)