Lines Matching +full:partition +full:- +full:file +full:- +full:system

1 .\" Copyright 2014 John-Mark Gurney
31 .Nd start up scripts to grow the root file system and add swap
35 script normally runs at the first boot after system installation.
36 If the boot disk is larger than the root file system and boot partitions,
37 and the root file system is in the last partition,
39 can expand the root file system.
40 It can also add a swap partition, with a default size of 10% of the boot disk.
48 By default, no swap partition is created if an existing swap partition is found
54 script adds any new swap partition to
56 after the root file system is made writable,
57 and enables its use as a dump partition if the
68 .Bl -tag -width ".Va growfs_swap_size" -offset indent
73 the first time the machine boots, the root file system will be automatically
80 the addition of a swap partition is disabled.
83 allows the creation of a swap partition with the default size.
85 the swap partition will be created with the specified size in bytes,
86 even if another swap partition is detected.
95 To expand the root file system without rebooting, run the following command:
97 In addition, if a swap partition is added, run the command:
100 and if the root file system had previously been expanded
101 and a swap partition added, it is necessary to delete the swap
102 partition before this procedure
103 in order to expand the root file system to the new size.
104 A new swap partition can be created during the expansion.
108 script only attempts to expand the root file system,
109 and free space must be available immediately after the root partition.
110 It is normally used on images that have a single file system.
118 .Bl -tag -compact -width Pa
123 .Ex -std
134 The ability to add a swap partition was added in
138 .An John-Mark Gurney Aq Mt jmg@FreeBSD.org .
139 The ability to create a swap partition was added by