Add some missing words (like articles), remove duplicate word; fix some nits. From jmc@openbsd.
This commit is contained in:
parent
fc7bf2b10c
commit
15e9ee5dc8
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: mount_ntfs.8,v 1.14 2003/05/14 12:14:42 wiz Exp $
|
.\" $NetBSD: mount_ntfs.8,v 1.15 2003/05/20 10:18:50 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
|
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
|
||||||
.\" Copyright (c) 1999 Semen Ustimenko
|
.\" Copyright (c) 1999 Semen Ustimenko
|
||||||
@ -87,7 +87,7 @@ in the file system.
|
|||||||
.El
|
.El
|
||||||
.Sh FEATURES
|
.Sh FEATURES
|
||||||
.Ss NTFS file attributes
|
.Ss NTFS file attributes
|
||||||
NTFS file attributes can be accessed in following way:
|
NTFS file attributes can be accessed in the following way:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
foo[[:ATTRTYPE]:ATTRNAME]
|
foo[[:ATTRTYPE]:ATTRNAME]
|
||||||
.Ed
|
.Ed
|
||||||
@ -115,7 +115,7 @@ There is limited writing ability for files.
|
|||||||
Limitations:
|
Limitations:
|
||||||
.Bl -bullet -compact
|
.Bl -bullet -compact
|
||||||
.It
|
.It
|
||||||
file must be nonresident
|
file must be non-resident
|
||||||
.It
|
.It
|
||||||
file must
|
file must
|
||||||
.Em not
|
.Em not
|
||||||
@ -124,13 +124,13 @@ contain any holes (uninitialized areas)
|
|||||||
file can't be compressed
|
file can't be compressed
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
Note that that it's not currently possible to create or remove files
|
Note that it's not currently possible to create or remove files
|
||||||
on NTFS filesystem.
|
on NTFS filesystems.
|
||||||
.Pp
|
.Pp
|
||||||
.Sy Warning :
|
.Sy Warning :
|
||||||
do not mount NTFS filesystems read-write.
|
do not mount NTFS filesystems read-write.
|
||||||
The write support is not very useful and is not tested well.
|
The write support is not very useful and is not tested well.
|
||||||
It's not safe to write to any file on NTFS, you might damage the filesystem.
|
It's not safe to write to any file on NTFS; you might damage the filesystem.
|
||||||
Unless you want to debug NTFS filesystem code, mount the NTFS filesystem
|
Unless you want to debug NTFS filesystem code, mount the NTFS filesystem
|
||||||
read-only.
|
read-only.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
@ -143,7 +143,7 @@ read-only.
|
|||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
Support for NTFS first appeared in
|
Support for NTFS first appeared in
|
||||||
.Fx 3.0 .
|
.Fx 3.0 .
|
||||||
It has been ported to
|
It was ported to
|
||||||
.Nx
|
.Nx
|
||||||
and first appeared in
|
and first appeared in
|
||||||
.Nx 1.5 .
|
.Nx 1.5 .
|
||||||
@ -162,11 +162,11 @@ and
|
|||||||
.An Jaromir Dolecek
|
.An Jaromir Dolecek
|
||||||
.Aq jdolecek@NetBSD.org .
|
.Aq jdolecek@NetBSD.org .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
The write support should be enhanced to actually be able change
|
The write support should be enhanced to actually be able to change
|
||||||
file size, and to create and remove files and directories.
|
file size, and to create and remove files and directories.
|
||||||
It's not very useful right now.
|
It's not very useful right now.
|
||||||
.Pp
|
.Pp
|
||||||
If the attempt to mount NTFS gives you error like this:
|
If the attempt to mount NTFS gives you an error like this:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
# mount -t ntfs /dev/wd0k /mnt
|
# mount -t ntfs /dev/wd0k /mnt
|
||||||
mount_ntfs: /dev/wd0k on /mnt: Invalid argument
|
mount_ntfs: /dev/wd0k on /mnt: Invalid argument
|
||||||
@ -180,7 +180,7 @@ offset should be '63' on i386 (see
|
|||||||
.Xr mbrlabel 8
|
.Xr mbrlabel 8
|
||||||
could help you to set up the disk label correctly.
|
could help you to set up the disk label correctly.
|
||||||
.Pp
|
.Pp
|
||||||
If you mark the NTFS partition as
|
If the the NTFS partition is marked as
|
||||||
.Ql dynamic
|
.Ql dynamic
|
||||||
under Microsoft Windows XP,
|
under Microsoft Windows XP,
|
||||||
it won't be possible to access it under
|
it won't be possible to access it under
|
||||||
|
Loading…
Reference in New Issue
Block a user