I have connected on USB hard drive and one Memory Stick
Trying to mount the memory stick it gives me an error
What am I doing wrong? The partition of the flash disk is FAT.
Code:
# dmesg | grep usb
usbus0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usbus0: 12Mbps Full Speed USB v1.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
Root mount waiting for: usbus0
Root mount waiting for: usbus0
Root mount waiting for: usbus0
Root mount waiting for: usbus0
ugen0.2: <Generic> at usbus0
umass0: <Generic USB TO IDE Bridge, class 0/0, rev 2.00/1.00, addr 2> on usbus0
Root mount waiting for: usbus0
Root mount waiting for: usbus0
Root mount waiting for: usbus0
ugen0.3: <USB 2.0> at usbus0
umass1: <USB 2.0 Flash Disk, class 0/0, rev 2.00/1.00, addr 3> on usbus0
Trying to mount the memory stick it gives me an error
Code:
# mount -t msdosfs /dev/ugen0.3 /mnt/usb/
mount_msdosfs: /dev/ugen0.3: Block device required
What am I doing wrong? The partition of the flash disk is FAT.