|
|
|
|
|
by mitthrowaway2
165 days ago
|
|
In my experience, the remaining difficulties with Linux tend to revolve around managing ownership and permissions of files and directories. I recently plugged in my external hard drive into my Linux PC and it just wouldn't read it. "You do not have permission to access this drive" or something like that. The solution after googling ended up being (for some reason) some combination of sudo chown -R user /dev/sda1 and unplugging and reconnecting the drive. No way to do that from the GUI (on KDE at least) and I'm not sure how I'd even solve that problem if I didn't know the super user password. Still glad to be using Linux, of course, but sometimes these problems still pop up. |
|
Your distro should have been set up so that you can mount USB drives indirectly through the options your DE exposes.