logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

Attributes

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

       fs_spec
           Describes 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.

Author

Inheritance

         Sys::Filesystem::Freebsd
         ISA Sys::Filesystem::Unix
           ISA UNIVERSAL

Methods

       version ()
           Return the version of the (sub)module.

Name

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

See Also

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

Synopsis

       See Sys::Filesystem.

See Also