Replies: 1 comment 1 reply
-
The "sync" is translated by mount(8) to
The "sync" is VFS flag maintained by kernel per superblock (see |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering how mount implements the 'sync' option for ext4, which options or flags it passes, or other steps it takes to support sync?
ext4 man page does not indicate a filesystem feature for sync (although i do see max_batch_time=usec).
mount readme specifies it does support sync option for ext4.
Sorry i could not find the answer anywhere, and have resorted to asking in the github..
Beta Was this translation helpful? Give feedback.
All reactions