When i tip:
tc@box:~$ sudo mount /dev/sda1 /mnt/usb
mount: /dev/sda1 is not a valid block device
and
tc@box:~$ sudo fdisk -l
Disk /dev/hda: 255 MB, 255328256 bytes
8 heads, 61 sectors/track, 1021 cylinders
Units = cylinders of 488 * 512 = 249856 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 5 1189+ b Win95 FAT32
/dev/hda2 6 10 1220 83 Linux
/dev/hda3
but not find the usb device.
and ->
tc@box:~$ dmesg | tail
tsc2003 0-0048: registered (driver version 0.9)
tsc2003 0-0048: zdown=9, zup=7
hc2-tsc2007: init() baseio=0x0378, irq=10, rx=500
hc2-tsc2007: touching = true
e100 0000:00:02.0: firmware: requesting e100/d102e_ucode.bin
e100: eth0 NIC Link is Up 100 Mbps Full Duplex
ext3: No journal on filesystem on loop3
e100: eth0 NIC Link is Down
Clocksource tsc unstable (delta = -233312665 ns)
e100: eth0 NIC Link is Up 10 Mbps Full Duplex
any suggestion?
Thanks