How to mount USB driver in solaris 8?

Can anyone tell me how to mount the USB driver in solaris 8?
I try many time that can't to mount USB driver. It can detect the USB driver by typing #iostat -En but can't mount the driver.

According to this page, the answer is:

# mount -F pcfs /dev/dsk/c2t0d0s2:c /mnt

However, this assumes that there is a FAT filesystem on thr drive. You probably have an NTFS filesystem which solaris does nit support. You can reformat the drive and then it should work.