You may need to manually specify the file system type. Try
Code:
mount -t ntfs /dev/sdXX <mountpoint>
where /dev/sdXX is your device name (eg, /dev/sda1) and mountpoint is your mountpoint (eg, /mnt/usb) Note that your mountpoint must exist before you can mount something to it.