NAME
Sys::Filesystem::Solaris - Return Solaris filesystem information to Sys::Filesystem
VERSION
$Revision: 1.11 $
FILESYSTEM PROPERTIES
The following is a list of filesystem properties which may be queried as methods through the parent Sys::Filesystem object.
- device
-
Resource name.
- device_to_fsck
-
The raw device to fsck.
- mount_point
-
The default mount directory.
- fs_vfstype
-
The name of the file system type.
- fs_freq
-
The number used by fsck to decide whether to check the file system automatically.
- mount_at_boot
-
Whether the file system should be mounted automatically by mountall.
- fs_mntops
-
The file system mount options.
- time
-
The time at which the file system was mounted.
SEE ALSO
Solaris::DeviceTree
BUGS
Probably. Please email me a patch if you find something ghastly.
AUTHOR
Nicola Worthington <nicolaworthington@msn.com>
http://www.nicolaworthington.com/
$Author: nicolaw $
CHANGELOG
$Log: Solaris.pm,v $
Revision 1.11 2005/12/02 16:05:04 nicolaw
Fixed tabulation, ^M's and skipping of empty lines in footab files
Revision 1.10 2004/10/06 15:27:37 nicolaw
Type in POD
Revision 1.9 2004/10/06 15:24:29 nicolaw
Added some POD to document filesystem property access methods
Revision 1.8 2004/09/30 14:13:04 nicolaw
Copied special fs logic to the mnttab loop also
Revision 1.7 2004/09/30 14:02:15 nicolaw
Added mntfs and autofs as special filesystems
Revision 1.6 2004/09/30 13:25:07 nicolaw
Added mnttab support (see man mnttab)
Revision 1.5 2004/09/28 17:01:17 nicolaw
*** empty log message ***
Revision 1.4 2004/09/28 16:58:51 nicolaw
*** empty log message ***
Revision 1.3 2004/09/28 16:55:19 nicolaw
*** empty log message ***
Revision 1.2 2004/09/28 16:52:30 nicolaw
*** empty log message ***
Revision 1.1 2004/09/28 16:47:11 nicolaw
*** empty log message ***