As the subject title states, are there any Artix Linux users here on the forums? I've been thinking about testing it out and am wondering if I could get any help here if I need it.
One question I guess I could ask now is this: I use a second hard drive for my personal files. Is the procedure to have it always be mounted the same as what I use for Debian based Linuxes? This is what I do:
In terminal enter:
1) sudo mkdir /mnt/mountOLD
2) sudo chown $USER:$USER /mnt/mountOLD
Then in fstab I add the UUID number followed by: /mnt/mountOLD ext4 defaults,noatime 0 2
One question I guess I could ask now is this: I use a second hard drive for my personal files. Is the procedure to have it always be mounted the same as what I use for Debian based Linuxes? This is what I do:
In terminal enter:
1) sudo mkdir /mnt/mountOLD
2) sudo chown $USER:$USER /mnt/mountOLD
Then in fstab I add the UUID number followed by: /mnt/mountOLD ext4 defaults,noatime 0 2