python-fstab

Read, manipulate, and write /etc/fstab files
  https://wiki.ubuntu.com/PythonFstab
  0
  no reviews



Python-fstab is a small python library to read, manipulate, and write /etc/fstab files on unix-like systems. users of the library can, for example, read in /etc/fstab, change the mount options of one particular filesystem, and then write the result out. the library guarantees that the resulting file is exactly the same as the original, except with the mount option added.