I’m still in the learning stages with Linux. I’m running a virtual server with Ubuntu 22.04 Server. I have a 500GB disk, but I only used 200GB for the boot partition (300GB free). I am logged in as an admin user.
Whenever I create a partition using the free space and format it as ext4, it mounts as /media/username/volumename. Other users cannot see that partition.
I want to use this second partition to place mysql databases and website root folders on it, so I need this partition to behave like a system partition (Like having a D: drive in windows).
I have used the “Disks” utility, as well as fdisk/mkfs.ext4 commands. I have run this with sudo, and also logged into terminal as root. I am able to create the partition and access it with the user I was logged in as when I created it, but not other users. Am I going about this the right way?
/
) :) – Rinzwind Apr 19 '23 at 15:02/boot
partition has been 256MB for years, which was how it was originally setup with my 12.04 server installation. I haven’t had a problem until recently when I attempted to upgrade from 20.04 to 22.04. There simply wasn’t enough space, even after deleting all the older kernels and unneeded files. To do the upgrade, it needed 144MB. So I think nowadays that the recommended size for/boot
has increased. In fact, if I recall, the installer default is now 1GB. Anyway…FYI. :) – mpboden Apr 19 '23 at 17:38