Hey,
For some reason(s) after I start my Void system I have 2 /Home partitions.
One is /Home/Void and the second one is /Home/Moi.
Now I suspect the Void one is because I kept Void as a user and the second one is because I changed the name Void User to Moi.
Now for the weird part...
/Home/Void uses the / allocated space while the /Home/moi uses what I put in while partitioning my drive.
Any help on this would b e much appreciated...am not that savvy with Linux so have no idea what's happening
Would you mind providing some information for me? I kind of need to know your partition scheme here. From the command line, run fdisk -l /dev/sda. Also give me an lsblk. This would help me see whether these are actually partitions or directories. Then we can go from there.
I'd say this is a very unusual setup. Normally, you give /home its own partition and then create user directories in there.
OTOH, nothing about this should break anything. What you can do if you're savvy enough:
Create a directory with your username in your home directory
Move everything in your home directory into that new one (preferably do this as root so that you're not using any files in there I guess). Careful as moving dotfiles can be tricky. find should be the correct tool here, but I can't tell you the proper command right now
Move /home/void next to (not into) that new directory. You should now have void and moi as the only two entries in /home/moi
In /etc/fstab, change the mount point for your home partition from /home/moi to /home.
Reboot (or remount manually)
Please, before doing this, let someone else look over this and preferably expand. I just wrote this down on my phone while on a train ride without access to a Linux machine to verify anything. Also some of these steps are not exactly beginner level.
That was dumb of me...No wonder the system made that extra dir.
Am gonna redo that box and play with it. My next task is to install Openvpn so I can get PIA going because they don't have a runit version.