growfs

  1. grahamperrin

    UFS service growfs start in single user mode

    Given the red alert under <https://docs.freebsd.org/en/books/handbook/disks/#disks-growing>, I thought it sensible to boot in single user mode when aiming to grow the file system. I was repeatedly puzzled by failures – Operation not permitted Eventually I realised: Success, with service...
  2. quamenzullo

    UFS Problems with growfs and corrupt GPT in a fresh VirtualBox FreeBSD guest

    Hello everyone, I downloaded the FreeBSD 12.1 vhd from official website and used it to create a guest FreeBSD in VirtualBox. When run at the first time, the kernel produced regularly error messages telling the disk was full. It was impossible to start the very first steps described in the...
  3. IPTRACE

    Solved Cannot resize partition on USB memory stick with FreeBSD installation

    user@serv:~ % sudo gpart show /dev/da0 => 1 63012863 da0 MBR (30G) 1 1600 1 efi (800K) 1601 1904464 2 freebsd [active] (930M) 1906065 61106799 - free - (29G) user@serv:~ % sudo gpart resize -i 2 -s 30G -a 4k da0 da0s2 resized user@serv:~ %...
Back
Top