Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the cl-mount-info Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Wed Jun 15 03:53:06 2022 GMT+0.
Next: Systems, Previous: The cl-mount-info Reference Manual, Up: The cl-mount-info Reference Manual [Contents][Index]
* Introduction cl-mount-info is a (thin) wrapper around ~getmntent(3)~ and related C functions. This library, on GNU/Linux allow to get information about the mounted filesystem on your computer. See getmntent(3) for details. * Install Just clone the repo where can be reached by ASDF. * The wrapper The file ~src/cffi.lisp~ Contains the low levels wrapper, whilst the file api.lisp allow the filesystem information query with a simpler interface. ** The simple API #+BEGIN_SRC common-lisp (mountpoint->device "/") ; -> the device where "/" is mounted (mountpoint->fstype "/") ; the filesystem of the device where "/" is mounted (mountpoint->mnt-options "/") ; -> mount option as list #+END_SRC The above functions use an optional arguments to specify the file where mounted filesystem information are stored: default is ~/etc/mtab~. ** The low level API See getmntent(3) * Issues Note that the whole library is in an alpha stage, testing is still in progress, please see [[NO WARRANTY][section below]] This library works on GNU/Linux only. * BUGS Please file bug report on the [[https://notabug.org/cage/cl-mount-info/issues][issue tracker]] * License © 2020 cage, puercopop This library is released under Lisp Lesser General Public license (see COPYING.LESSER file) Examples are released under GPL version 3 or later * NO WARRANTY This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
Next: Files, Previous: Introduction, Up: The cl-mount-info Reference Manual [Contents][Index]
The main system appears first, followed by any subsystem dependency.
Get information about mounted filesystems on GNU/linux.
cage
cage
LLGPLv3 or later
0.0.1
Next: Packages, Previous: Systems, Up: The cl-mount-info Reference Manual [Contents][Index]
Files are sorted by type and then listed depth-first from the systems components trees.
Next: cl-mount-info/package.lisp, Previous: Lisp, Up: Lisp [Contents][Index]
cl-mount-info (system).
Next: cl-mount-info/cffi.lisp, Previous: cl-mount-info/cl-mount-info.asd, Up: Lisp [Contents][Index]
cl-mount-info (system).
Next: cl-mount-info/conditions.lisp, Previous: cl-mount-info/package.lisp, Up: Lisp [Contents][Index]
package.lisp (file).
cl-mount-info (system).
mntent-tclass (class).
Next: cl-mount-info/api.lisp, Previous: cl-mount-info/cffi.lisp, Up: Lisp [Contents][Index]
cffi.lisp (file).
cl-mount-info (system).
open-file-failed (condition).
file-path (reader method).
Previous: cl-mount-info/conditions.lisp, Up: Lisp [Contents][Index]
conditions.lisp (file).
cl-mount-info (system).
Next: Definitions, Previous: Files, Up: The cl-mount-info Reference Manual [Contents][Index]
Packages are listed by definition order.
Next: cl-mount-info.conditions, Previous: Packages, Up: Packages [Contents][Index]
Previous: cl-mount-info, Up: Packages [Contents][Index]
common-lisp.
open-file-failed (condition).
file-path (generic reader).
Next: Indexes, Previous: Packages, Up: The cl-mount-info Reference Manual [Contents][Index]
Definitions are sorted by export status, category, package, and then by lexicographic order.
Next: Internals, Previous: Definitions, Up: Definitions [Contents][Index]
Next: Conditions, Previous: Public Interface, Up: Public Interface [Contents][Index]
Previous: Ordinary functions, Up: Public Interface [Contents][Index]
Length error
error.
Previous: Public Interface, Up: Definitions [Contents][Index]
Next: Ordinary functions, Previous: Internals, Up: Internals [Contents][Index]
Next: Generic functions, Previous: Constants, Up: Internals [Contents][Index]
Next: Classes, Previous: Ordinary functions, Up: Internals [Contents][Index]
Previous: Generic functions, Up: Internals [Contents][Index]
Previous: Definitions, Up: The cl-mount-info Reference Manual [Contents][Index]
Jump to: | A E F G L M S |
---|
Jump to: | A E F G L M S |
---|
Next: Data types, Previous: Functions, Up: Indexes [Contents][Index]
Jump to: | +
C F S |
---|
Jump to: | +
C F S |
---|
Jump to: | A C F M O P S |
---|
Jump to: | A C F M O P S |
---|