-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Description
This is what I want
/dev/sda1 /boot ext2 defaults,noatime 0 2
/dev/sda2 / btrfs subvol=@rootfs,defaults,noatime 0 1
/dev/sda3 /var/lib ext4 defaults,noatime 0 2
and while this seems to work
PART /boot ext2 1024M
PART btrfs.1 btrfs 30G
PART /var/lib ext4 all
SUBVOL btrfs.1 @ /
SUBVOL btrfs.1 @snapshots /snapshots
I don't see a way to configure the fstab to use noatime.