Class Sys::Filesystem::Mount
In: ext/sys/filesystem.c
Parent: Object

Instances of this class are returned by the Filesystem.mount method

External Aliases

name -> fsname
mount_point -> dir
options -> opts
pass_number -> passno
dump_frequency -> freq

Attributes

dump_frequency  [R]  The dump frequency in days (or nil if not supported)
mount_point  [R]  The mount point/directory
mount_time  [R]  The time the file system was mounted or nil if not supported
mount_type  [R]  The type of the file system mount, e.g. ‘ufs’, ‘nfs’, etc
name  [R]  The name of the mounted resource
options  [R]  A list of comma separated options for the mount, e.g. ‘rw’, etc
pass_number  [R]  The pass number of the file system check or nil if not supported

[Validate]