Made the meaning of the size argument of ntfsresize more clear in the manual
The size argument of ntfsresize is the target partition size. This is not the file system size as returned by df(1) or statvfs(3) because a sector is reserved for the backup boot sector, and the remaining sector count might not be a multiple of clusters per sector.edge.strict_endians
parent
2737f9cbd0
commit
1e625a9563
|
@ -155,8 +155,10 @@ if the shrink size is the same as the original size (in MB).
|
|||
This option cannot be used in association with option \fB\-\-expand\fP.
|
||||
.TP
|
||||
\fB\-s\fR, \fB\-\-size\fR SIZE\fR[\fBk\fR|\fBM\fR|\fBG\fR]
|
||||
Resize filesystem to \fISIZE\fR[\fBk\fR|\fBM\fR|\fBG\fR] bytes by
|
||||
shifting its end and keeping its beginning unchanged.
|
||||
Resize filesystem to fit in a partition whose size is
|
||||
\fISIZE\fR[\fBk\fR|\fBM\fR|\fBG\fR] bytes by shifting its end and keeping
|
||||
its beginning unchanged. The filesystem size is set to be at least one
|
||||
sector smaller than the partition.
|
||||
The optional modifiers
|
||||
.BR k ,
|
||||
.BR M ,
|
||||
|
|
Loading…
Reference in New Issue