USB memory stick problem

Hi, I do this steps:

  • plug the memory stick
  • io-usb -dehci -dohci -duhci
  • devb-umass cmp pnp
  • at this point I have a hd1 in /dev
  • mount -t dos /dev/hd1 /fs/mio
    but I have this error

mount -t dos /dev/hd1 /fs/mio

mount: Can’t mount /fs/mio (type dos)
mount: Possible reason: No such file or directory

what am I losing?..
thanks

Does the directory fs exists.

  • io-usb -dehci -dohci -duhci
  • devb-umass cmp pnp
    then try somthing like this
    mount -e /dev/hd1
    mount -t dos /dev/hd1t11 /fs/my_dos