Ubuntu 16.04 Adding new Partitions
I don't want the server to crash if out of space.
What is best practices for creating new server partitions and Disk Quotas?
I cannot use gparted as I have not allowed X11, so I will need to do this with parted, or another console app.
Normally, I have a Kick-Start installer script for Ubuntu that handles this, however, Linode create one master / partition.
Any help, would be great.
3 Replies
And after that, create up to six disks, one for each partition.
Change the Config Profile, to use the disks under Block Device Assignment… sdc, sdd, … and so on.
Force single user mode as well.
Copy the data over and change fstab to auto mount my partitions.
Turn back on multi-user mode.
Correct?
I'll pay for a new Volume and attach it to the node, then Backup - Before attempting all this.
Sound like a plan?
I think you're 100% correct….Thanks again.