Simplicity rulez, this patch eliminates the "resize by number of
clusters" feature. It was only used as a temporary helper for development and on the long term it would be just an unneeded baggage. advise_on_resize() reworked accordingly. (Logical change 1.19)edge.strict_endians
parent
94ebdbc348
commit
c78a451b9a
|
@ -7,8 +7,6 @@ ntfsresize \- resize an NTFS filesystem
|
|||
.SH SYNOPSIS
|
||||
.B ntfsresize
|
||||
[\fB\-fhin\fR]
|
||||
[\fB\-c
|
||||
.I clusters\fR]
|
||||
[\fB\-s \fIsize\fR[\fBk\fR|\fBM\fR|\fBG\fR]]
|
||||
.I device
|
||||
.SH DESCRIPTION
|
||||
|
@ -81,10 +79,6 @@ Volume will be opened read-only and
|
|||
.B ntfsresize
|
||||
displays what it would do if it were to resize the filesystem.
|
||||
.TP
|
||||
.B -c \fIclusters
|
||||
Shrink volume to size given in NTFS
|
||||
.I clusters\fR.
|
||||
.TP
|
||||
.B -s \fIsize\fR[\fBk\fR|\fBM\fR|\fBG\fR]
|
||||
Shrink volume to \fIsize\fR[\fBk\fR|\fBM\fR|\fBG\fR] bytes.
|
||||
The optional modifiers \fBk\fR, \fBM\fR, \fBG\fR mean the
|
||||
|
|
Loading…
Reference in New Issue