[ad_1]
I have a linux system with Debian OS and I would like to expand the storage space. I put 50% storage on the partition and I would like to extend that percentage to 100%. Here is some data with the lsblk command:
`
NAME ………………. MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda ………………………… 8:0 …… 0 298,1G 0 . disk
|-sda1 …………………….. 8:1 …… 0 243M . 0
. part ……. boot
|-sda2 …………………….. 8:2 …… 0 .. 1K … 0 .. part
`-sda5 ……………………. 8:5 …… 0 297,9G 0 .. part
`-sda5_crypt ……….. 254:0 …… 0 297,9G 0 .. crypt
|-Josue--vg-root 254:1 0 145G 0 lvm /
`-Josue--vg-swap_1 254:2 0 3,9G 0 lvm [SWAP]
`
Would it be possible for me to extend the volume of files to the maximum of their capacity? I need help!
[ad_2]