Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
enableDatasets :: Zpool -> String -> Zfs () #
Mount all datasets in the given pool. Second argument contains mount options (TODO: this shouldn't be a string...)
disableDatasets :: Zpool -> Bool -> Zfs () #
Unmount all datasets in the given pool. Second argument specifies whether to force unmounting.
unmountAll :: Zdataset -> Zfs () #
Unmount this filesystem and any children inheriting the mountpoint property.