Liking cljdoc? Tell your friends :D

pallet.crate.filesystem

Filesystem crate.

Filesystem crate.
raw docstring

format-mount-optioncljmultimethod

source

make-xfs-filesytemclj

(make-xfs-filesytem device)

Format a device as an XFS filesystem.

Format a device as an XFS filesystem.
sourceraw docstring

mountclj

(mount device
       mount-point
       &
       {:keys [fs-type device-type automount no-automount dump-frequency
               boot-check-pass]
        :or {dump-frequency 0 boot-check-pass 0}
        :as options})

Mount a device.

Mount a device.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close