I just cannot get fstab to mount a drive!
Have added entry in fstab: UUID=CC89C1B5 /media/USB vfat nosiud,nodev 0 0
When I run sudo mount -a
(to mount all in fstab)it gives error: "can't find "UUID=CC89C1B5"
"
blkid confirms this is correct UUID
Manual mount of drive with sudo mount -t vfat /dev/sda1 /media/USB
works fine.
Any ideas? I've been going in circles!