Spelling typos, Debian bug #300073
parent
40f00bd76b
commit
9f50872ec2
|
@ -609,7 +609,7 @@ xx/07/2005 - 1.11.0-WIP - Fixes and a new utility ntfsmount, a FUSE ntfsmodule.
|
|||
base inode and are cached there until the base inode is closed.
|
||||
- Cleanup/streamline include file dependencies.
|
||||
- Port attribute list merging code from ntfs tng driver. API to follow.
|
||||
- Allocate a ntfs_volume in mkntfs and start initializing it instead
|
||||
- Allocate an ntfs_volume in mkntfs and start initializing it instead
|
||||
of using the opt global structure. Necessary so can call the
|
||||
modified ntfs_mapping_pairs_decompress() from mkntfs.c.
|
||||
- Add libntfs/debug.c providing:
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
- implement loads of utilities a-la ntcp, ntrm, ntcreat, etc...
|
||||
|
||||
- implement a ntfs shell where can use the above much faster with caching,
|
||||
- implement an ntfs shell where can use the above much faster with caching,
|
||||
probably extending the library in the process
|
||||
|
||||
****************
|
||||
|
|
|
@ -72,7 +72,7 @@ struct stat;
|
|||
|
||||
/*
|
||||
* The ntfs device operations defining all operations that can be performed on
|
||||
* the low level device described by a ntfs device structure.
|
||||
* the low level device described by an ntfs device structure.
|
||||
*/
|
||||
struct ntfs_device_operations {
|
||||
int (*open)(struct ntfs_device *dev, int flags);
|
||||
|
|
|
@ -393,7 +393,7 @@ static s64 ntfs_device_win32_getdisklength(HANDLE handle)
|
|||
* @argp: pointer to result buffer
|
||||
*
|
||||
* Only works on NTFS volume handles.
|
||||
* An annoying bug in windows is that a NTFS volume does not occupy the entire
|
||||
* An annoying bug in windows is that an NTFS volume does not occupy the entire
|
||||
* partition, namely not the last sector (which holds the backup boot sector,
|
||||
* and normally not interesting).
|
||||
* Use this function to get the length of the accessible space through a given
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.\"
|
||||
.TH MKNTFS 8 "June 2005" "ntfsprogs version @VERSION@"
|
||||
.SH NAME
|
||||
mkntfs \- create a NTFS 1.2 (Windows NT/2000/XP) file system
|
||||
mkntfs \- create an NTFS 1.2 (Windows NT/2000/XP) file system
|
||||
.SH SYNOPSIS
|
||||
.B mkntfs
|
||||
[
|
||||
|
@ -80,7 +80,7 @@ mkntfs \- create a NTFS 1.2 (Windows NT/2000/XP) file system
|
|||
]
|
||||
.SH DESCRIPTION
|
||||
.B mkntfs
|
||||
is used to create a NTFS 1.2 (Windows NT 4.0) file system on a device (usually
|
||||
is used to create an NTFS 1.2 (Windows NT 4.0) file system on a device (usually
|
||||
a disk partition).
|
||||
.I device
|
||||
is the special file corresponding to the device (e.g
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright (c) 2000-2003 Anton Altaparmakov.
|
||||
*
|
||||
* This utility will attempt to fix a partition that has been damaged by the
|
||||
* current Linux-NTFS driver. It should be run after dismounting a NTFS
|
||||
* current Linux-NTFS driver. It should be run after dismounting an NTFS
|
||||
* partition that has been mounted read-write under Linux and before rebooting
|
||||
* into Windows NT/2000. NtfsFix can be run even after Windows has had mounted
|
||||
* the partition, but it might be too late and irreversible damage to the data
|
||||
|
|
Loading…
Reference in New Issue