Sample settings file for the dosfs plugin
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2982 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0817da63db
commit
9168ef4ba7
17
src/add-ons/kernel/file_systems/dos/settings/dos
Normal file
17
src/add-ons/kernel/file_systems/dos/settings/dos
Normal file
@ -0,0 +1,17 @@
|
||||
# Sample settings file for the dosfs plugin
|
||||
#
|
||||
# This file should be moved to the directory
|
||||
# /boot/home/config/settings/kernel/drivers/
|
||||
#
|
||||
# lock device:
|
||||
# true = (default) locks the device's door if:
|
||||
# the filesystem is RW
|
||||
# the device is removable
|
||||
# false = no door locking
|
||||
lock_device true
|
||||
|
||||
# sync mode:
|
||||
# 0 = (default) no sync after each operation
|
||||
# 1 = sync after each operation on removable media only
|
||||
# 2 = sync after each operation always
|
||||
op_sync_mode 0
|
Loading…
Reference in New Issue
Block a user