Add man-page for libntfs
parent
d54ad2d637
commit
a92649480c
|
@ -0,0 +1,34 @@
|
|||
.\" Copyright (c) 2007 Yura Pakhuchiy
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.TH LIBNTFS 8 "September 2007" "ntfsprogs @VERSION@"
|
||||
.SH NAME
|
||||
libntfs \- library for accessing and managing NTFS volumes
|
||||
.SH OVERVIEW
|
||||
\fBlibntfs\fR is GPL licensed library for accessing and managing NTFS volumes.
|
||||
It is used by\fB ntfsprogs\fR and some other projects.
|
||||
.SH ACCESSING ENCRYPTED FILES
|
||||
Programs that uses\fB libntfs\fR can transparently access encrypted files on
|
||||
NTFS volumes if\fB libntfs\fR was compiled with \fB--enable-crypto\fR option
|
||||
(it depends on\fB libgcrypt\fR,\fB GNU TLS\fR and \fBlibconfig\fR) and user
|
||||
wrote configuration file. Configuration file should be placed in
|
||||
\fB/etc/libntfs/config\fR or \fB$(HOME)/.libntfs/config\fR and contain list
|
||||
of .PFX key files (see ntfsprogs-<version>/libntfs/config in ntfsprogs source
|
||||
tarball for sample configuration file). Key files can be created/exported
|
||||
using\fB cipher\fR tool under windows.
|
||||
.SH AUTHORS
|
||||
\fBlibntfs\fR was written by Anton Altaparmakov, Richard Russon, Szabolcs Szakacsits, Yuval Fledel and Yura Pakhuchiy.
|
||||
.SH AVAILABILITY
|
||||
The \fBntfsprogs\fR can be downloaded from:
|
||||
.br
|
||||
.nh
|
||||
http://www.linux\-ntfs.org/content/view/19/37
|
||||
.hy
|
||||
.sp
|
||||
These manual pages can be viewed online at:
|
||||
.br
|
||||
.nh
|
||||
http://man.linux-ntfs.org/
|
||||
.hy
|
||||
.SH SEE ALSO
|
||||
.BR ntfsprogs (8),
|
||||
.BR libntfs\-gnomevfs (8)
|
|
@ -1,7 +1,8 @@
|
|||
.\" Copyright (c) 2003\-2005 Richard Russon.
|
||||
.\" Copyright (c) 2007 Yura Pakhuchiy.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSCAT 8 "November 2005" "ntfsprogs @VERSION@"
|
||||
.TH NTFSCAT 8 "September 2007" "ntfsprogs @VERSION@"
|
||||
.SH NAME
|
||||
ntfscat \- print NTFS files and streams on the standard output
|
||||
.SH SYNOPSIS
|
||||
|
@ -133,5 +134,8 @@ The manual pages are available online at:
|
|||
http://man.linux-ntfs.org/
|
||||
.hy
|
||||
.SH SEE ALSO
|
||||
Read \fBlibntfs\fR(8) for details how to access encrypted files.
|
||||
.sp
|
||||
.BR libntfs (8),
|
||||
.BR ntfsls (8),
|
||||
.BR ntfsprogs (8)
|
||||
|
|
|
@ -195,8 +195,7 @@ Additional up-to-date information can be found furthermore at:
|
|||
http://wiki.linux-ntfs.org/doku.php?id=ntfsmount
|
||||
.hy
|
||||
.SH SEE ALSO
|
||||
Read \fBlibntfs\fR(8) for details how to access encrypted files and mount
|
||||
volumes with offset.
|
||||
Read \fBlibntfs\fR(8) for details how to access encrypted files.
|
||||
.sp
|
||||
.BR libntfs (8),
|
||||
.BR ntfsprogs (8),
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
.\" Copyright (c) 2002\-2005 Richard Russon.
|
||||
.\" Copyright (c) 2002\-2003 Anton Altaparmakov.
|
||||
.\" Copyright (c) 2005\-2006 Szabolcs Szakacsits.
|
||||
.\" Copyright (c) 2005\-2007 Yura Pakhuchiy.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSPROGS 8 "April 2006" "ntfsprogs @VERSION@"
|
||||
.TH NTFSPROGS 8 "September 2007" "ntfsprogs @VERSION@"
|
||||
.SH NAME
|
||||
ntfsprogs \- tools for doing neat things with NTFS
|
||||
.SH OVERVIEW
|
||||
|
@ -28,7 +29,7 @@ available for free and come with full source code.
|
|||
\- Compare two NTFS filesystems and tell the differences.
|
||||
.PP
|
||||
.BR ntfscp (8)
|
||||
\- Overwrite a file on an NTFS.
|
||||
\- Copy a file to an NTFS volume.
|
||||
.PP
|
||||
.BR ntfsfix (8)
|
||||
\- Check and fix some common errors, clear the LogFile and make Windows
|
||||
|
@ -71,5 +72,6 @@ These manual pages can be viewed online at:
|
|||
http://man.linux-ntfs.org/
|
||||
.hy
|
||||
.SH SEE ALSO
|
||||
.BR libntfs (8),
|
||||
.BR libntfs\-gnomevfs (8)
|
||||
|
||||
|
|
Loading…
Reference in New Issue