btrfs-progs: Documentation: add T/P/E description for resize cmd
Signed-off-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com> Reviewed-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
1bad43fbe0
commit
d4ef1a06f8
|
@ -102,8 +102,9 @@ If the prefix + or - is present the size is increased or decreased
|
|||
by the quantity <size>.
|
||||
If no units are specified, the unit of the <size> parameter defaults to
|
||||
bytes. Optionally, the size parameter may be suffixed by one of the following
|
||||
units designators: \'K\', \'M', or \'G', kilobytes, megabytes, or gigabytes,
|
||||
respectively.
|
||||
units designators: \'K\', \'M\', \'G\', \'T\', \'P\', or \'E\', which represent
|
||||
KiB, MiB, GiB, TiB, PiB, or EiB, respectively.
|
||||
|
||||
+
|
||||
If \'max' is passed, the filesystem will occupy all available space on the
|
||||
device devid.
|
||||
|
|
Loading…
Reference in New Issue