<string>Here you can specify default mount options for your storage media. Please note that some options are not supported for certain filesystems and/or medium. You will be able to redefine all these options on per-volume basis later, using Properties dialog of the corresponding volume.<br>
<string>By default, mount all file systems read-only.</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="1">
<property name="name">
<cstring>option_uid</cstring>
</property>
<property name="text">
<string>Mount as user</string>
</property>
<property name="whatsThis" stdset="0">
<string>Mount this file system as user.</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="1">
<property name="name">
<cstring>option_flush</cstring>
</property>
<property name="text">
<string>Flushed IO</string>
</property>
<property name="tristate">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Always flush all data to the hot plug devices immediately and don't cache it.</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0">
<property name="name">
<cstring>option_sync</cstring>
</property>
<property name="text">
<string>Synchronous</string>
</property>
<property name="tristate">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>All I/O to the file system should be done synchronously.</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0">
<property name="name">
<cstring>option_quiet</cstring>
</property>
<property name="text">
<string>Quiet</string>
</property>
<property name="whatsThis" stdset="0">
<string>Attempts to chown or chmod files do not return errors, although they fail. Use with caution!</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="1">
<property name="name">
<cstring>option_utf8</cstring>
</property>
<property name="text">
<string>UTF-8 charset</string>
</property>
<property name="whatsThis" stdset="0">
<string>UTF8 is the filesystem safe 8-bit encoding of Unicode that is used by the console. It can be be enabled for the filesystem with this option.</string>
<string><h2>Defines the behaviour for creation and display of filenames which fit into 8.3 characters. If a long name for a file exists, it will always be preferred display.</h2>
Data ordering is not preserved - data may be written into the main file system after its metadata has been committed to the journal. This is rumoured to be the highest-throughput option. It guarantees internal file system integrity, however it can allow old data to appear in files after a crash and journal recovery.</string>