Question : resizing partition space on linux

hello,

I am just wondering how do you go about resizing a partition on linux.  In the attached image you can see that /dev/sda2 has a size of 3.2G and /dev/sda3 has a size of 69G, when I start trying to extract some iso files into a folder as part of another setup I am running out of space.  To that end, is it possible to reduce /dev/sda3's space and give some of it to /dev/sda2?

Thanks in advance,

Michael
Attachments:
 
Screenshot of filesystem
Screenshot of filesystem
 

Answer : resizing partition space on linux


It will be simpler to just create a soft link in the partition where want to install the application, to a folder on sda3

mkdir /var/ovs/mount/8C74A7Bsomething/application
ln -s /var/ovs/mount/8C74A7Bsomething/application /application
Random Solutions  
 
programming4us programming4us