Hi.

On Mon, 04 May 2020 17:37:02 -0700 Samuel Sieb wrote:
> On 5/4/20 4:33 PM, linux guy wrote:
>> Disk Requirements:
>>    At least 5265MB more space needed on the / filesystem.

>> # df -h
>> Filesystem                               Size  Used Avail Use% Mounted on
>> /dev/mapper/fedora_localhost--live-root   49G   48G     0 100% /

>> How does one resize --live-root ?

> The alternate solution which I have used on several occasions is to 
> symlink /var/lib/dnf/system-upgrade to somewhere with enough space for 
> the rpm files.

Right. I do that also for /var/cache/dnf, but before doing that, or
resizing the LV's, I suggest to check if you can suppress
files/directories to make free space in /

49G, even with /var/lib/dnf/system-upgrade seems too big for F31.

Proceed for example as follows;

  cd /
  du -h -x --max-depth 1 | sort -h | tail

then iterate on the big subdirs shown.

The winners are often:

  /var/cache/PackageKit
  /var/spool/abrt
  /var/cache/abrt-di
  /root
  /var/lib/docker

-- 
francis
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to