parent
60917570fa
commit
3c429be664
|
@ -132,7 +132,7 @@ Note that decompression has to occur byte by byte, as it is possible that some
|
|||
of the bytes pointed to by the pt will only be generated in the sliding window
|
||||
as the byte sequence pointed to by the pt is being copied into it!
|
||||
|
||||
To give a concrete example; a block full of the letter A would be compressed
|
||||
To give a concrete example: a block full of the letter A would be compressed
|
||||
by storing the byte A once as a symbol token, followed by a single phrase
|
||||
token with back pointer -1 (p = 0, therefore go back by -(0 + 1) bytes) and
|
||||
length 4095 (l=0xffc, therefore length 0xffc + 3 bytes).
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSPROGS 8 "November 2003" "Linux-NTFS version @VERSION@"
|
||||
|
||||
.SH NAME
|
||||
libntfs-gnomevfs \- Module for GNOME VFS that allows access to NTFS filesystems.
|
||||
.SH OVERVIEW
|
||||
The GNOME virtual filesystem (VFS) provides universal access to different filesystems.
|
||||
The
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\" Adapted from e2fsprogs-1.19/misc/mke2fs.8.in by Theodore Ts'o.
|
||||
.\"
|
||||
.TH MKNTFS 8 "March 2002" "Linux-NTFS version @VERSION@"
|
||||
.TH MKNTFS 8 "March 2002" "ntfsprogs version @VERSION@"
|
||||
.SH NAME
|
||||
mkntfs \- create a NTFS 1.2 (Windows NT/2000/XP) file system
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.\" Copyright (c) 2003 Richard Russon. All Rights Reserved.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSCAT 8 "October 2003" "Linux-NTFS version @VERSION@"
|
||||
.TH NTFSCAT 8 "October 2003" "ntfsprogs version @VERSION@"
|
||||
.SH NAME
|
||||
ntfscat \- concatenate files and print them on the standard output
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.\" Copyright (c) 2003 Richard Russon. All Rights Reserved.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSCLUSTER 8 "September 2003" "Linux\-NTFS version @VERSION@"
|
||||
.TH NTFSCLUSTER 8 "September 2003" "ntfsprogs version @VERSION@"
|
||||
.SH NAME
|
||||
ntfscluster \- identify files in a specified region of an NTFS volume.
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH NTFSFIX 8 "July 2001" "Linux-NTFS version @VERSION@"
|
||||
.TH NTFSFIX 8 "March 2004" "ntfsprogs version @VERSION@"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
|
@ -38,22 +38,22 @@ stupidity when fixing altered partitions. Because the main problems
|
|||
are journal files, \fBntfsfix\fP aims to fix those issues.
|
||||
.sp
|
||||
Running ntfsfix after mounting NTFS partitions read-write is recommended
|
||||
for reducing the chance of severe data loss when NT/W2K tries to remount
|
||||
for reducing the chance of severe data loss when NT/W2K/XP tries to remount
|
||||
the affected partition(s).
|
||||
.sp
|
||||
In order to use \fBntfsfix\fP you must unmount the NTFS partition, and run
|
||||
ntfsfix device, where device is the NTFS partition. After this, you can
|
||||
safely reboot into NT/W2K. Please note that \fBntfsfix\fP is not a
|
||||
safely reboot into NT/W2K/XP. Please note that \fBntfsfix\fP is not a
|
||||
chkdsk-like tool, and so is not guaranteed that it could fix all the
|
||||
alterations provoked by the NTFS driver.
|
||||
|
||||
.SH AUTHOR
|
||||
This manual page was written by David Martínez Moreno
|
||||
<david.martinez@rediris.es>, for the Debian GNU/Linux
|
||||
<ender@debian.org>, for Debian the GNU/Linux
|
||||
system (but may be used by others).
|
||||
.SH AVAILABILITY
|
||||
.B ntfsfix
|
||||
is part of the linux-ntfs package and is available from
|
||||
is part of the ntfsprogs package and is available from
|
||||
http://linux-ntfs.sourceforge.net/.
|
||||
.SH SEE ALSO
|
||||
.BR mkntfs (8),
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.\" Copyright (c) 2002-2004 Anton Altaparmakov. All Rights Reserved.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSINFO 8 "Feb 2004" "Linux-NTFS version @VERSION@"
|
||||
.TH NTFSINFO 8 "Feb 2004" "ntfsprogs version @VERSION@"
|
||||
.SH NAME
|
||||
ntfsinfo \- dump a file's attributes
|
||||
.SH SYNOPSIS
|
||||
|
@ -20,7 +20,7 @@ Run ntfsinfo without arguments for a full list of options.
|
|||
was written by Matthew J. Fanto (mattjf@uncompiled.com).
|
||||
.SH AVAILABILITY
|
||||
.B ntfsinfo
|
||||
is part of the linux-ntfs package and is available from
|
||||
is part of the ntfsprogs package and is available from
|
||||
http://linux-ntfs.sourceforge.net/.
|
||||
.SH SEE ALSO
|
||||
.BR ntfsprogs (8)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\" Adapted from e2fsprogs-1.26/misc/e2label.8.in by Theodore Ts'o.
|
||||
.\"
|
||||
.TH NTFSLABEL 8 "April 2002" "Linux-NTFS version @VERSION@"
|
||||
.TH NTFSLABEL 8 "April 2002" "ntfsprogs version @VERSION@"
|
||||
.SH NAME
|
||||
ntfslabel \- display/change the label on an ntfs file system
|
||||
.SH SYNOPSIS
|
||||
|
@ -47,7 +47,7 @@ was written by Matthew J. Fanto (mattjf@uncompiled.com). This man page was
|
|||
written by Anton Altaparmakov (aia21@cantab.net).
|
||||
.SH AVAILABILITY
|
||||
.B ntfslabel
|
||||
is part of the linux-ntfs package and is available from
|
||||
is part of the ntfsprogs package and is available from
|
||||
http://linux-ntfs.sourceforge.net/.
|
||||
.SH SEE ALSO
|
||||
.BR mkntfs (8),
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
.\" Copyright (c) 2003 Anton Altaparmakov. All Rights Reserved.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSLS 8 "August 2003" "Linux-NTFS version @VERSION@"
|
||||
.TH NTFSLS 8 "August 2003" "ntfsprogs version @VERSION@"
|
||||
.SH NAME
|
||||
ntfsls \- list directory contents on an NTFS file system
|
||||
ntfsls \- list directory contents on an NTFS filesystem
|
||||
.SH SYNOPSIS
|
||||
.B ntfsls
|
||||
[
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
.\" Copyright (c) 2002-2003 Anton Altaparmakov. All Rights Reserved.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSPROGS 8 "August 2003" "Linux-NTFS version @VERSION@"
|
||||
|
||||
.TH NTFSPROGS 8 "August 2003" "ntfsprogs version @VERSION@"
|
||||
.SH NAME
|
||||
ntfstools \- several tools for doing neat things with NTFS partitions
|
||||
.SH OVERVIEW
|
||||
.B ntfsprogs
|
||||
is a suite of NTFS utilities based around a shared library. The tools are
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.\" Copyright (c) 2002 Richard Russon. All Rights Reserved.
|
||||
.\" This file may be copied under the terms of the GNU Public License.
|
||||
.\"
|
||||
.TH NTFSUNDELETE 8 "June 2002" "Linux\-NTFS version @VERSION@"
|
||||
.TH NTFSUNDELETE 8 "June 2002" "ntfsprogs version @VERSION@"
|
||||
.SH NAME
|
||||
ntfsundelete \- recover a deleted file from an NTFS volume.
|
||||
.SH SYNOPSIS
|
||||
|
@ -346,7 +346,7 @@ was written by Richard Russon (FlatCap) <ntfs@flatcap.org>
|
|||
If you find this tool useful, make FlatCap happy and send him an email.
|
||||
.SH AVAILABILITY
|
||||
.B ntfsundelete
|
||||
is part of the linux\-ntfs package and is available from
|
||||
is part of the ntfsprogs package and is available from
|
||||
.br
|
||||
.nh
|
||||
http://linux\-ntfs.sourceforge.net/downloads.html
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Copyright (c) 2002 Richard Russon
|
||||
*
|
||||
* This utility will overwrite usused space on an NTFS volume.
|
||||
* This utility will overwrite unused space on an NTFS volume.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Reference in New Issue