def __init__(self, base_path):
self._base_path = base_path
try:
self._btrfs = sh.Command('btrfs')
self._btrfs('quota', 'enable', self._base_path)
except sh.CommandNotFound as e:
print(self._err('driver init', e.stderr, e.full_cmd))
评论列表
文章目录