spring.snow wrote: Mon Jul 31, 2023 3:08 am
One thing: not quite sure what I should be adding for the group name, I don't have any group created just one main user, haven't changed anything else.
The installer automatically creates a group = username of the user created during installation. The wildcard version of the command (sudo chown -R $USER:$USER /mount/point/partition), suggested earlier and which I use also, takes care of this automatically. That is, $USER is translated to your name and group, avoiding typos and works no matter which username you chose for a particular system.
@pbear I have MX installed on a small SSD, the external partition is just mostly for storage, portable if need be.
Got it, I misunderstood the first post.
Speaking of the first post, you mentioned the issue of partitions being mounted with a bunch of seemingly random numbers. They're not random. They're the UUID of the partition's file system. What most people do, and what I recommend, is that you label the file systems. The labels will be used automatically for mounting, which makes everything easier to follow. You can label partitions with Command Line, GParted or Gnome Disks.