The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sys::Filesystem::Freebsd - Return Freebsd filesystem information to Sys::Filesystem

SYNOPSIS

See Sys::Filesystem.

METHODS

The following is a list of filesystem properties which may be queried as methods through the parent Sys::Filesystem object.

fs_spec

Dscribes the block special device or remote filesystem to be mounted.

fs_file

Describes the mount point for the filesystem. For swap partitions, this field should be specified as none. If the name of the mount point contains spaces these can be escaped as \040.

fs_vfstype

Dscribes the type of the filesystem.

fs_mntops

Describes the mount options associated with the filesystem.

fs_freq

Used for these filesystems by the dump(8) command to determine which filesystems need to be dumped.

fs_passno

Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.

SEE ALSO

Sys::Filesystem, Sys::Filesystem::Unix, fstab(5)

VERSION

$Id: Freebsd.pm 364 2006-03-23 15:22:19Z nicolaw $

AUTHOR

Nicola Worthington <nicolaw@cpan.org>

http://perlgirl.org.uk

COPYRIGHT

Copyright 2004,2005,2006 Nicola Worthington.

This software is licensed under The Apache Software License, Version 2.0.

http://www.apache.org/licenses/LICENSE-2.0