updated /etc/fstab for flash drive and now I can't login

Copied the last line in here and after reboot I get Operation timed out on ssh

18:06:51 Fri Jun 28 beaglebone 141 /ThumbDrive → cat /etc/fstab
rootfs / auto defaults 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
tmpfs /tmp tmpfs defaults 0 0
/dev/sda1 /ThumbDrive vfat auto,umask=0 0 0

18:11:23 Fri Jun 28 kkleins-imac 2351 ~ →
18:11:23 Fri Jun 28 kkleins-imac 2351 ~ → ssh 192.168.1.68 -l root
ssh: connect to host 192.168.1.68 port 22: Operation timed out
18:12:44 Fri Jun 28 kkleins-imac 2351 ~ → ssh 192.168.1.68 -l root
ssh: connect to host 192.168.1.68 port 22: Operation timed out

*hit!

I’m assuming that you created a mount point or directory on your root filesystem named /ThumbDrive before you added this line to /etc/fstab?

Were you able to mount and unmount the partition from that location before you rebooted?

My major concern with modifying my own fstab file is because the disks mounted on the USB or even SD Card slot seem to show up a significant amount of time after the boot disk has been mounted.

My angstrom distribution automounted disks under the /media/ sub directory structure.

Wim.