diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-05-24 23:30:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-31 10:36:12 +0700 |
commit | aced7c997ce4c9e883b5ff58921d3c3edfe4040a (patch) | |
tree | 1cd88ded75519aeaca2d433c7d3eddd62fdff07c /system/disk-manager/README | |
parent | 731c69b44328652ffbb6b982337f38f6c1e40356 (diff) | |
download | slackbuilds-aced7c997ce4c9e883b5ff58921d3c3edfe4040a.tar.gz |
system/disk-manager: Added (simple filesystem configurator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/disk-manager/README')
-rw-r--r-- | system/disk-manager/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/disk-manager/README b/system/disk-manager/README new file mode 100644 index 0000000000..1e061ca035 --- /dev/null +++ b/system/disk-manager/README @@ -0,0 +1,11 @@ +disk-manager (simple filesystem configurator) + +Disk Manager is a tool to manage filesystems, partitions, and NTFS write mode. + +Disk manager is a simple filesystem configurator that allows you to: + +* Automatically detect new partitions at startup. +* Fully manage configuration of filesystem. +* Enable/disable write support for NTFS (needs ntfs-3g installed). + +This require: ktsuss, xfsudo or gksu for authenticated method. |