Dave wrote: > Thanks, plugged it in. What do i use to find it? Thanks. if it automounted, `df` or `mount` should show the path its mounted on. otherwise, the device name should be shown near the end of `dmesg`, and you should be able to mount it like any other storage device, create a root directory to mount it under (mkdir /sandisk), put an entry for it in /etc/fstab with the file system type of fat32, and mount it...