Support
Forums

Re: Inconsistent mounting issues in KDE Neon 5.23.5

Do not know about Steam but here it goes.You could try mounting to elsewhere other than your home directoryAs a test:List your drives:Code: [Select]sudo blkidLocate your UUID for /dev/sdd1Create directory:Code: [Select]sudo mkdir /media/sdd1Add line t...
Do not know about Steam but here it goes.
You could try mounting to elsewhere other than your home directory
As a test:
List your drives:
Code: [Select]
sudo blkid

Locate your UUID for /dev/sdd1

Create directory:
Code: [Select]
sudo mkdir /media/sdd1

Add line to fstab (replace the xxx with the correct UUID):

Code: [Select]
UUID=xxx  /media/sdd1 ext4    defaults,noatime     0       2

comment out this line with #
[code]#/dev/sdd1                                   /home/james/Drives/Program\040Drive   ext4   defa...