I am using a ubuntu vm on microsoft azure. I am facing a problem with creating new files and data being stored in database. It is throwing an error which says vm out of space. When i run df -h --total
output in vm is
/dev/sdd1
is where all my data is and I am on working on. /dev/sdc1
has a lot of space. How can I make use of that space?
Thanks
/dev/sda1
instead of/dev/sdd1
? If you can change mounting points, then mount/dev/sdc1
to a folder where you need to store your files or database – Jirka Picek Jan 22 '20 at 07:35/etc/fstab
, but the folder which will be new mounting point must be empty. – Jirka Picek Jan 22 '20 at 07:50