storaged-project / udisks

The UDisks project provides a daemon, tools and libraries to access and manipulate disks, storage devices and technologies.
http://storaged.org/doc/udisks2-api/latest/
Other
339 stars 142 forks source link

Whitelist some ext4 mount options #1248

Open Amirmohammadomidi opened 7 months ago

Amirmohammadomidi commented 7 months ago

Issue Description

It would be beneficial to be able to use the commit mount option in _mountoption.conf under _ext4defaults section.

Mount Options Details

commit=nrsec

The commit=nrsec option triggers a journal commit every nrsec seconds, providing control over the frequency of journal commits.

source: Linux manual page

tbzatek commented 7 months ago

Added, please test.