Tag,
ich habe hier einen USB-Stöpsel, der nicht mitspielen möchte. Da FBSD 4
bekanntlich etwas zickig bei USB-Geräten ist, habe ich zum Test einen
vom gleichen Hersteller gekauft (wissend, das ein anderer Chip drin sein
kann ;), aber der mag nicht mit mir spielen:
<neu>
Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 1.00
port 1 addr 2: full speed, power 100 mA, config 1, USB DISK(0x1000), SMI Corporation(0x090c), rev 11.00
port 2 powered
Controller /dev/usb1:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 1.00
port 1 powered
port 2 powered
<Sharkoon Flexi-Drive EC2 1100> at scbus0 target 0 lun 0 (da0,pass0)
<PIONEER DVD-RW DVR-111 1.23> at scbus2 target 0 lun 0 (pass1,cd0)
******* Working on device /dev/da0 *******
parameters extracted from in-core disklabel are:
cylinders=1270 heads=65 sectors/track=24 (1560 blks/cyl)
Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=1270 heads=65 sectors/track=24 (1560 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 6,(Primary 'big' DOS (> 32MB))
start 88, size 1981352 (967 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 607/ head 64/ sector 24
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>
# mount -t msdos /dev/da0s1 /stick >> neu.txt
msdos: /dev/da0s1: Invalid argument
</neu>
zum Vergleich dazu:
<alt>
Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 1.00
port 1 addr 2: full speed, power 200 mA, config 1, Flash Disk(0x2168), USB(0x0ea0), rev 2.00
port 2 powered
Controller /dev/usb1:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), VIA(0x0000), rev 1.00
port 1 powered
port 2 powered
<Sharkoon Flexi Drive 2.00> at scbus0 target 0 lun 0 (da0,pass0)
<PIONEER DVD-RW DVR-111 1.23> at scbus2 target 0 lun 0 (pass1,cd0)
******* Working on device /dev/da0 *******
parameters extracted from in-core disklabel are:
cylinders=250 heads=16 sectors/track=32 (512 blks/cyl)
parameters to be used for BIOS calculations are:
cylinders=250 heads=16 sectors/track=32 (512 blks/cyl)
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 6,(Primary 'big' DOS (> 32MB))
start 32, size 127967 (62 Meg), flag 80 (active)
beg: cyl 0/ head 1/ sector 1;
end: cyl 248/ head 15/ sector 32
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>
# mount -t msdos /dev/da0s1 /stick
# mount|grep stick
/dev/da0s1 on /stick (msdos, local)
</alt>
Der einzige Unterschied, der mir auffällt, ist der Startsektor beim
Neuen, 88 statt 32.
Was geht hier fehl? Wie kann ich das beheben?
Irritiert,
Marc
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sat 14 Jun 2008 - 12:38:43 CEST