Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 249 Bytes

README.rst

File metadata and controls

17 lines (11 loc) · 249 Bytes

Pymount

Python C extension for Linux's mount

Usage

import mount
mount.mount(source, target, filesystemtype, flags, data)
mount.umount(target)
mount.umount2(target, flags)

See man page for mount(2) for details.