[SOLVED] Using my Drives
Re: Using my Drives [SOLVED]
Thanks!
Last edited by Griffy on Thu Oct 05, 2023 2:14 pm, edited 1 time in total.
Re: Using my Drives
I haven't tried yet I was busy. I'm sure it will work. I have been using linux for a really long time but am self-taught so the holes in my knowledge are vast, you'll see that the more I post. I've been loving MX on my laptop after cycling through many distros on a ventoy usb I made, so I thought I would fire up my old pc so I could use the disks in it to backup my USB disk that I have a large amount of media on. My goals here were simple, but I have been digging in trying to do more with the command line and not be so GUI dependent. Thanks for all the help and enduring my knowledge holes. I appreciated the quick responses.
Re: Using my Drives
You're welcome. As you might already know: you can also do it manually editing the /etc/fstab .
You can ask here how to, if needed, or search the forum :)
You can ask here how to, if needed, or search the forum :)
Re: Using my Drives [SOLVED]
Charlie Brown wrote: Tue Sep 19, 2023 4:30 pm When all (whichever you want to change) are mounted (there) you can use the *
... /media/ricky/*
orCode: Select all
sudo chown -R 1000:1000 /media/ricky/*
Code: Select all
sudo chown -R ricky:ricky /media/ricky/*