mounting /mnt/sda1

How do i mount /mnt/sda1 on the SD card?

mount /dev/sda1 /mnt/sda1
assumeing the dir exists and /dev/sda1 has a filesystem that mount
can identify (otherwise use -t)

FM