Hello guys!
I want to automount my USB HDD either on boot or manually.
Added this line to /etc/fstab
UUID=A6663AE9 /media/750 ntfs defaults,nofail 0 0
On boot, it mounts w/o problems. But if I plug it manually to the running system, it mounts
and then I get an error on LXDE - "Already mounted /dev/sda1" and sometimes asked for a root pwd.
How to fix it? Thanks!