Config-Model

 view release on metacpan or  search on metacpan

lib/Config/Model/FuseUI.pm  view on Meta::CPAN


    return 0;
}

sub statfs { return 255, 1, 1, 1, 1, 2 }

my @methods = map { ( $_ => __PACKAGE__ . "::$_" ) }
    qw/getattr readdir open read write statfs truncate unlink mkdir rmdir/;

# FIXME: flush release
# maybe also: readlink mknod symlink rename link chmod chown utime

sub run_loop {
    my ( $self, %args ) = @_;
    my $debug = $args{debug} || 0;

    Filesys::Fuse3::main(
        mountpoint => $self->mountpoint,
        @methods,
        debug => $debug || 0,
        threaded => 0,

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

        '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'



( run in 0.718 second using v1.01-cache-2.11-cpan-92ad3014f07 )