DBD::Sys::Plugin::Any::FileSys - provides a table containing file systems


Back to Top


NAME

DBD::Sys::Plugin::Any::FileSys - provides a table containing file systems

Back to Top


SYNOPSIS

  $filesystems = $dbh->selectall_hashref("select * from filesystems", "mountpoint");

Back to Top


ISA

  DBD::Sys::Plugin::Any::FileSys
  ISA DBD::Sys::Table

Back to Top


DESCRIPTION

This module provides the table filesystems for any operating system.

COLUMNS

mountpoint

The friendly name of the filesystem. This will usually be the same name as appears in the list returned by the filesystems() method.

mounted

Boolean, true if the filesystem is mounted.

label

The fileystem label

volume

Volume that the filesystem belongs to or is mounted on.

device

The physical device that the filesystem is connected to.

special

Boolean true if the filesystem type is considered "special".

type

The type of filesystem format, e.g. fat32, ntfs, ufs, hpfs, ext3, xfs etc.

options

The options that the filesystem was mounted with. This may commonly contain information such as read-write, user and group settings and permissions.

Back to Top


METHODS

getColNames

Returns the column names of the table as named in Columns

getTableName

Returns 'filesystems'

collectData

Retrieves the data from the Sys::Filesystem manpage and put it into fetchable rows.

Back to Top


PREREQUISITES

the Sys::Filesystem manpage is required to use this table.

Back to Top


AUTHOR

    Jens Rehsack                        Alexander Breibach
    CPAN ID: REHSACK
    rehsack@cpan.org                    alexander.breibach@googlemail.com
    http://www.rehsack.de/

Back to Top


COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

Back to Top


SUPPORT

Free support can be requested via regular CPAN bug-tracking system. There is no guaranteed reaction time or solution time, but it's always tried to give accept or reject a reported ticket within a week. It depends on business load. That doesn't mean that ticket via rt aren't handles as soon as possible, that means that soon depends on how much I have to do.

Business and commercial support should be acquired from the authors via preferred freelancer agencies.

Back to Top

 DBD::Sys::Plugin::Any::FileSys - provides a table containing file systems