Skip to content

Commit 59676d1

Browse files
calestyokdave
authored andcommitted
btrfs-progs: docs: minor improvement in resize
Being able to expand (“can”) the partition beforehand is not enough – it must actually be done. Pull-request: #775 Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 87e1756 commit 59676d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/btrfs-filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ resize [options] [<devid>:][+/-]<size>[kKmMgGtTpPeE]|[<devid>:]max <path>
250250

251251
The resize command does not manipulate the size of underlying
252252
partition. If you wish to enlarge/reduce a filesystem, you must make sure you
253-
can expand the partition before enlarging the filesystem and shrink the
253+
expand the partition before enlarging the filesystem and shrink the
254254
partition after reducing the size of the filesystem. This can done using
255255
:manref:`fdisk(8)` or :manref:`parted(8)` to delete the existing partition and recreate
256256
it with the new desired size. When recreating the partition make sure to use

0 commit comments

Comments
 (0)