[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: UTF encoding when mounting USB stick



> I'm sure there's a udev option to change that behavior.
I tried to add fdi file with my options 
   <match key="volume.policy.should_mount" bool="true">
      <match key="@block.storage_device:storage.policy.should_mount"
bool="true">
        <match key="volume.fstype" string="vfat">
           <merge key="volume.policy.mount_option.iocharset=utf8"
type="bool">true</merge>
           <merge key="volume.policy.mount_option.codepage=cp866"
type="bool">true</merge>
        </match>
      </match>
   </match>
but HAL doesn't load them



Reply to: