Monday, October 02, 2006
pluggin' in WD 160GB My Book Essentials to xbox debian
dunkel:~# cat /proc/bus/usb/devices
.
.
.
T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1058 ProdID=0901 Rev= 2.06
S: Manufacturer=Western Digital
S: Product=External HDD
S: SerialNumber=57442D5743414E4D1234567890123
1 Cfg#= 1 Atr=c0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
# fdisk /dev/sda1
Command (m for help): p
Disk /dev/sda1: 160.0 GB, 160039240704 bytes255 heads, 63 sectors/track, 19456 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes
This doesn't look like a partition tableProbably you selected the wrong device.
Device Boot Start End Blocks Id System/dev/sda1p1 ? 119512 153402 272218546+ 20 UnknownPartition 1 does not end on cylinder boundary./dev/sda1p2 ? 82801 116350 269488144 6b UnknownPartition 2 does not end on cylinder boundary./dev/sda1p3 ? 33551 120595 699181456 53 OnTrack DM6 Aux3Partition 3 does not end on cylinder boundary./dev/sda1p4 * 86812 86813 10668+ 49 UnknownPartition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
# mkdir /media/usb0
# mount -t vfat /dev/sda1 /media/usb0
dunkel:~# ls -ltR /media/usb0
/media/usb0:
total 96
drwxr-xr-x 2 root root 32768 Jul 30 04:40 autorun
drwxr-xr-x 5 root root 32768 Jul 30 04:40 wd_windows_tools
-rwxr-xr-x 1 root root 69 Nov 17 2005 autorun.inf
Works!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment