Actions
Bug #9483
closedUFS filesystem is not being mounted noatime.
Start date:
04/22/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.x
Affected Architecture:
amd64
Description
On a clean CE install using the default options the / filesystem is not mounted noatime.
This is leading to increased drive writes.
/dev/gptid/84bb5f49-22ec-11e7-b20e-00907f87dc75 / ufs rw 1 1 /dev/gptid/84bc2eae-22ec-11e7-b20e-00907f87dc75 none swap sw 0 0
Updated by Renato Botelho almost 5 years ago
- Assignee set to Renato Botelho
- Target version set to 2.4.5
- Affected Version changed from 2.5.0 to 2.4.x
Updated by Viktor Gurov almost 5 years ago
force noatime mount option:
https://github.com/pfsense/pfsense/pull/4138
Updated by Renato Botelho almost 5 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
I've modified bsdinstall to add noatime to UFS partitions during installation
Updated by Jim Pingle almost 5 years ago
- Status changed from Feedback to Resolved
Fresh install of pfSense-CE-2.4.5-DEVELOPMENT-amd64-20200108-0835.iso and pfSense-CE-2.5.0-DEVELOPMENT-amd64-20200108-0744.iso with UFS both yielded an fstab with the noatime option and the root slice mounted with noatime.
Looks good to me.
Actions