1ntfsprogs(1M) System Administration Commands ntfsprogs(1M)
2
3
4
6 ntfsprogs - list of NTFS tools
7
9 ntfsprogs
10
11
13 ntfsprogs is the name of a suite of NTFS utilities based around a
14 shared library. The tools are available for free and come with full
15 source code. The tools are listed below.
16
17 mkntfs(1M)
18
19 Create an NTFS filesystem.
20
21
22 ntfscat(1M)
23
24 Dump a file's content to the standard output.
25
26
27 ntfsclone(1M)
28
29 Efficiently clone, backup, restore, or rescue NTFS.
30
31
32 ntfscluster(1M)
33
34 Locate the files that use the specified sectors or clusters.
35
36
37 ntfscmp(1M)
38
39 Compare two NTFS file systems and report the differences.
40
41
42 ntfscp(1M)
43
44 Copy a file to an NTFS volume.
45
46
47 ntfsfix(1M)
48
49 Check and fix some common errors, clear the log file, and make the
50 operating system perform a thorough check next time it boots.
51
52
53 ntfsinfo(1M)
54
55 Show information about NTFS or one of the files or directories
56 within it.
57
58
59 ntfslabel(1M)
60
61 Show, or set, an NTFS filesystem's volume label.
62
63
64 ntfsls(1M)
65
66 List information about files in a directory residing on an NTFS.
67
68
69 ntfsmount(1M) (not a SunOS man page)
70
71 Read-write NTFS user space driver.
72
73
74 ntfsresize(1M)
75
76 Resize NTFS without losing data.
77
78
79 ntfsundelete(1M)
80
81 Recover deleted files from NTFS.
82
83
85 See attributes(5) for descriptions of the following attributes:
86
87
88
89
90 ┌─────────────────────────────┬─────────────────────────────┐
91 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
92 ├─────────────────────────────┼─────────────────────────────┤
93 │Availability │SUNWntfsprogs │
94 ├─────────────────────────────┼─────────────────────────────┤
95 │Interface Stability │Uncommitted │
96 └─────────────────────────────┴─────────────────────────────┘
97
99 parted(1M), attributes(5)
100
101
102 http://wiki.linux-ntfs.org
103
105 The tools were written by Anton Altaparmakov, Carmelo Kintana, Cris‐
106 tian Klein, Erik Sornes, Giang Nguyen, Holger Ohmacht, Lode Leroy,
107 Matthew J. Fanto, Per Olofsson, Richard Russon, Szabolcs Szakacsits,
108 Yura Pakhuchiy, and Yuval Fledel.
109
110
111
112SunOS 5.11 28 May 2009 ntfsprogs(1M)