Attaching the Lacie USB drive to Saturn Server.

Plug in the USB drive

To see what drives are attached do:-

fdisk -lu

Should come up with USB at /dev/sda1

The mountpoint folder is already set as /mnt/lacie
so mount USB drive with:

mount -t vfat /dev/sda1 /mnt/lacie

To unmount use:-

umount /mnt/lacie

(make sure you are out of the folder /mnt  )