On 9/18/18 9:03 AM, Patrick Dupre wrote:
New size given (2419 extents) not larger than existing size (15500 extents)
This is an important error message. It means the resize operation was not performed due to the parameters you specified.
I think what you meant to run was with a '+' sign to indicate you want to allocate more. lvextend -l+100%FREE /dev/VolGrpUsr_DK0/home Without the '+' sign the command was trying to resize to the number of free extents (2419). Be careful to make sure your command arguments are correct. Incorrectly resizing a filesystem could cause you to lose your data. Do you have backups of your /home data? _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx