mounting usb drive

hi, first of all, i would really like to know how to find out where my usb is in the system. if i "cd to /dev/usb i have a hub0 to hub4 and hid0 -- hid5 .. how do i know where my usb is?

and i guess once i find out which one my usb is at, i can do something like "mount /dev/usb/xxx /tmp" does solaris support ntfs drive by the way?

thanks

plug in your usb drive and have a look at the output of "rmformat" to find your device...

thanks, by running rmformat i got the following info, may i ask which piece of info i should use to mount?

i tried mount /dev/rdsk/c0t2d0s2 /myDriver

and i got "mount: /dev/rdsk/c1t0d0s2 not a block device"

may i ask how i should mount my usb?

# rmformat
Looking for devices...
     1. Volmgt Node: /vol/dev/aliases/cdrom0
        Logical Node: /dev/rdsk/c0t2d0s2
        Physical Node: /pci@1e,600000/ide@d/sd@2,0
        Connected Device: JLMS     XJ-HD166S        D3S4
        Device Type: DVD Reader
     2. Volmgt Node: /vol/dev/aliases/rmdisk1
        Logical Node: /dev/rdsk/c1t0d0s2
        Physical Node: /pci@1e,600000/usb@b/storage@2/disk@0,0
        Connected Device: USB 2.0  USB Flash Drive  0.00
        Device Type: Removable

try /dev/dsk/c1t0d0s0

that's slice 0
and using dsk instead of rdsk (raw)

alll set thanks very much!

mount it -->
mount -F pcfs /dev/dsk/c1t0d0s0:c /mnt
cd /mnt
ls <----- find contents here