I'm a new linux user (Fedora, LXDE). Now I have some troubles with increasing the size of... partition? Directory? Filesystem? .../usr
. This is my question.
What exactly I want to do is to "increase the size of /usr
" in order to install new packages. Increasing is a separate problem - maybe I would need to increase size of something different (maybe even delete partition with Windows) - here I'm asking about naming.
If I'm increasing the size of /usr
, am I increasing the size of partition /usr
, directory /usr
, filesystem /usr
, block device /usr
(because gnome-disk-utility
says /dev/fedora/usr
is a block device), or something different? Or "increasing" is a misconception here, or I'm increasing something different?
Sorry for the title, I didn't know how to name my problem (thus my question could be too subjective and deleted, I understand that).
EDIT 1: I'm asking in the context of my output of df
command:
/dev/mapper/fedora-usr 2,9G 2,7G 42M 99% /usr
EDIT 2: Well, now I have thought it through and consider that the size of /dev/mapper/fedora-usr
is the size to increase.
vgdisplay
andlsblk
? – Emmanuel Rosa Jul 03 '17 at 00:40