Write down the hard drive fix somewhere.

This commit is contained in:
James Pace 2023-07-16 10:49:25 -04:00
parent c386292425
commit 376fa2a5f4
1 changed files with 8 additions and 0 deletions

View File

@ -676,3 +676,11 @@ tar xpvzf /home/jimmy/db-backup.tar.gz
sudo chown -R systemd-oom:systemd-oom * sudo chown -R systemd-oom:systemd-oom *
``` ```
# Bugs
After installation of fedora neeeded to run:
```
sudo lvextend /dev/mapper/fedora_fedora-root -l+100%FREE
sudo xfs_growfs /dev/mapper/fedora_fedora-root
```
in the VM so the root directory wasn't limited to 15Gb.