Skip to content

specify noatime in fstab #119

@tcurdt

Description

@tcurdt

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions