xref: /haiku/src/add-ons/kernel/file_systems/fat/settings/dos (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
1# Sample settings file for the dosfs plugin
2#
3# This file should be moved to the directory
4# /boot/home/config/settings/kernel/drivers/
5#
6# lock device:
7# true = (default) locks the device's door if:
8# 	the filesystem is RW
9#	the device is removable
10# false = no door locking
11lock_device true
12
13# sync mode:
14# 0 = (default) no sync after each operation
15# 1 = sync after each operation on removable media only
16# 2 = sync after each operation always
17op_sync_mode 0
18