USB drive not auto mounting
I had one USB drive that would auto mount and another that would not.
The drive that wouldn't had been blanked first using DD.
(dd if=/dev/zero of=/dev/sdg1)
What I hadn't done afterwards which needed doing was:
sudo mkfs.vfat /dev/sdg1
The drive that wouldn't had been blanked first using DD.
(dd if=/dev/zero of=/dev/sdg1)
What I hadn't done afterwards which needed doing was:
sudo mkfs.vfat /dev/sdg1