How to increase the storage space for my server?

Sadly the first command didn’t work with it outputting the same error, but I ran the second command and here is the output for that.

Sorry, but maybe I misunderstood. Are you logged in only via remote terminal?

I can only assume that there is no /home/chen/Desktop directory.

Is that correct? You are not using a GUI interface on “main”, only ssh terminal?

If so, then you can do the following instead:

sudo ln -s /mine ~/mine

ls -ld /mine ~/mine

which will allow you to have all contents of “/mine” relative to your home at “~/mine”.

What is the output of:

sudo lvs; sudo vgs

You just needed to extend the logical volume. LVM is super awesome

1 Like