Troubles Accessing SSD's

I have followed the directions to install the drivers, however I can’t seem to see any drives. I have put the SSD’s into a USB to SATA adapter and formatted them as FAT on my Mac laptop, and still don’t see them in the Raspberry PI.
here is a copy paste of what I’m seeing.
pi@PiShare:~ $ systemctl status rockpi-sata.service
● rockpi-sata.service - Rockpi SATA Hat
Loaded: loaded (/lib/systemd/system/rockpi-sata.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-01-25 20:40:16 PST; 16min ago
Main PID: 2411 (python3)
Tasks: 1 (limit: 4915)
Memory: 6.5M
CGroup: /system.slice/rockpi-sata.service
└─2411 /usr/bin/python3 /usr/bin/rockpi-sata/main.py on

Jan 25 20:40:16 PiShare systemd[1]: Started Rockpi SATA Hat.

pi@PiShare:~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 59G 3.0G 54G 6% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 2.0G 28K 2.0G 1% /dev/shm
tmpfs 2.0G 18M 1.9G 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
/dev/mmcblk0p1 253M 53M 200M 21% /boot
tmpfs 391M 0 391M 0% /run/user/1000
pi@PiShare:~ $

What will lsblk print

pi@PiShare:~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0 179:0 0 59.7G 0 disk
├─mmcblk0p1 179:1 0 256M 0 part /boot
└─mmcblk0p2 179:2 0 59.4G 0 part /
pi@PiShare:~ $

What will lsusb print

pi@PiShare : ~ $ lsusb

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 001 Device 004: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical

Bus 001 Device 003: ID 258a:0001

Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

pi@PiShare : ~ $

Please unplug and plug the usb connector again and reboot.

Nice, that worked. Thanks