Hi,
Yeah, that was my fear. I ran into the same issue.
Here is what I did. I re-created the USB with 4 GB persistent overlay as you suggested. When opening the "Disk Usage Analyzer" This is what I get this time - the same as before.
/dev/mapper/live-rw ext4 3.0 GB (total Size) 851.8 MG (available)
However, what did change was this
/dev/sdb1/ vfat 7.5 GB (total size) 2.8 GB (available)
So my available for /dev/sdb1 is down from 5 GB or whatever it was before to 2.8 GB because of the 4 GB overlay.
Just for kicks, I tried to load oracle-xe with rpm and got this error - the same error as before
root@localhost # rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
Preparing... ########################################### [100%]
You have insufficient diskspace in the destination directory (/usr/lib) to
install Oracle Database 10g Express Edition. The installation requires at
least 1.5 GB free on this disk.
error: %pre(oracle-xe-univ-10.2.0.1-1.0.i386) scriptlet failed, exit status 1
error: install: %pre scriptlet failed (2), skipping oracle-xe-univ-10.2.0.1-1.0
So the issue seems to be because of /dev/mapper/live-rw - not having enough space (not my full USB not having the space - since I have the space).
fyi: I also tried removing software with the "Add / Remove Software" and eventually got it down to 1.6 available and was able to load .... BUT, my system was unstable. I tried to remove only that which I thought I would not need. But, the "Add / Remove Software" also removes "related" packages. Like if I removed Evolution (which I don't use) it removed about 20 other packages too. There seemed to be no way around it.
Anyway.
What is so frustrating is that I have the disk space and plenty of it .... just not on /usr/lib ARRRGGG!!!
Back to square 1. and my original questions. Is there anyway to expand /usr/lib OR have rpm think it has the disk space. or force rpm to load somewhere else? Or any other solution so that I can install Oracle-XE?? without wrecking my Fedora System? (Keep Fedora Stable)
Thank you, Steve