Config-Model

 view release on metacpan or  search on metacpan

lib/Config/Model/models/Fstab/VfatOpt.pl  view on Meta::CPAN

      'discard',
      {
        'description' => 'If set, causes discard/TRIM commands to be issued to the block device when blocks are freed. This is useful for SSD devices and sparse/thinly-provisioned LUNs.',
        'type' => 'leaf',
        'value_type' => 'boolean'
      },
      'dos1xfloppy',
      {
        'description' => 'If set, use a fallback default BIOS Parameter Block configuration, determined by backing device size. These static parameters match defaults assumed by DOS 1.x for 160 kiB, 180 kiB, 320 kiB, and 360 kiB floppies and floppy i...
        'type' => 'leaf',
        'value_type' => 'boolean'
      },
      'errors',
      {
        'choice' => [
          'panic',
          'continue',
          'remount-ro'
        ],
        'description' => 'Specify FAT behavior on critical errors: panic, continue without doing anything, or remount the partition in read-only mode (default behavior).
',
        'type' => 'leaf',
        'upstream_default' => 'remount-ro',
        'value_type' => 'enum'
      },
      'fat',
      {
        'choice' => [
          '12',
          '16',
          '32'
        ],
        'description' => 'Specify a 12, 16 or 32 bit fat. This overrides the automatic FAT type detection routine. Use with caution!
',
        'type' => 'leaf',
        'value_type' => 'enum'
      },
      'iocharsets',
      {
        'description' => 'Character set to use for converting between 8 bit characters and 16 bit Unicode characters. The default is iso8859-1. Long filenames are stored on disk in Unicode format.',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'tz',
      {
        'choice' => [
          'UTC'
        ],
        'description' => 'This option disables the conversion of timestamps between local time (as used by Windows on FAT) and UTC (which Linux uses internally). This is particularly useful when mounting devices (like digital cameras) that are set to...
        'type' => 'leaf',
        'value_type' => 'enum'
      },
      'time_offset',
      {
        'description' => 'Set offset for conversion of timestamps from local time used by FAT to UTC. I.e., minutes will be subtracted from each timestamp to convert it to UTC used internally by Linux. This is useful when the time zone set in the ker...
        'type' => 'leaf',
        'value_type' => 'integer'
      },
      'quiet',
      {
        'description' => 'Turn on the quiet flag. Attempts to chown or chmod files do not return errors, although they fail. Use with caution!',
        'type' => 'leaf',
        'value_type' => 'boolean'
      },
      'rodir',
      {
        'description' => "FAT has the ATTR_RO (read-only) attribute. On Windows, the ATTR_RO of the directory will just be ignored, and is used only by applications as a flag (e.g. it\x{2019}s set for the customized folder).

If you want to use ATTR_RO as read-only flag even for the directory, set this option.",
        'type' => 'leaf',
        'value_type' => 'boolean'
      },
      'showexec',
      {
        'description' => 'If set, the execute permission bits of the file will be allowed only if the extension part of the name is .EXE, .COM, or .BAT. Not set by default.
',
        'type' => 'leaf',
        'value_type' => 'boolean'
      },
      'sys_immutable',
      {
        'description' => 'If set, ATTR_SYS attribute on FAT is handled as IMMUTABLE flag on Linux. Not set by default.',
        'type' => 'leaf',
        'value_type' => 'boolean'
      },
      'flush',
      {
        'description' => 'If set, the filesystem will try to flush to disk more early than normal. Not set by default.',
        'type' => 'leaf',
        'value_type' => 'boolean'
      },
      'usefree',
      {
        'description' => "Use the \"free clusters\" value stored on FSINFO. It\x{2019}ll be used to determine number of free clusters without scanning disk. But it\x{2019}s not used by default, because recent Windows don\x{2019}t update it correctly ...
        'type' => 'leaf',
        'value_type' => 'boolean'
      }
    ],
    'include' => [
      'Fstab::CommonOptions'
    ],
    'license' => 'LGPL2',
    'name' => 'Fstab::VfatOpt'
  }
]
;



( run in 0.978 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )