FreeBSD: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 April 2025

  • curprev 20:4120:41, 16 April 2025 Steffe talk contribs 931 bytes +931 Created page with "== Enlarging disk space == For full reference: https://docs.freebsd.org/en/books/handbook/disks/#disks-growing Shut down your VM, make a backup of it and then resize the hard disk drive. Then boot up FreeBSD again and do: gpart show It will show one of your partitions as CORRUPT. Fix it with something like: gpart recover vtbd0 gpart show It should now be OK. Note the index number of the partition you want to resize, then do something like: gpart resize -i 2 vtbd0 N..."