On Wed, 31 Mar 2004 13:03:41 +0200
Weinzierl Stefan <[EMAIL PROTECTED]> wrote:
> Sven Hanold wrote:
> > Hallo, NG.
> >
> > Vielleicht k�nnt ihr mir ja bei der Suche helfen... Wo zum Henker
> > ist mein USB - Stick? Bisher lag er immer unter /dev/sda1. Doch wenn
> > ich ihn nun per "mount /dev/sda1 /mnt/usbdevice" einbinden will,
> > heisst es immer, dass dort kein g�ltiges blockorientiertes Device
> > vorhanden sei.
>
> Schon mal 'fdisk -l' probiert?
geht bei mir zumindest nur wenn man das Device gemountet hat, was ihm
dann auch nichts bringt :-(
my 2 cents :
- usb-storage installiert ?
- /dev/sda4 ausprobieren (so muss ich mein stick ansprechen)
- /dev/sdb1 vielleicht ? (anderes Device als sda schon vorhanden ?)
- ansonsten less /proc/scsi/scsi, und schauen, was an scsi alles da ist
habe bei mir den fdisk -l ausprobiert, bekomme interessante Meldungen
raus :
Disk /dev/sda: 65 MB, 65536000 bytes
3 heads, 42 sectors/track, 1015 cylinders
Units = cylinders of 126 * 512 = 64512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 ? 14033232 27534913 850605874+ 6e Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(357, 114, 46) logical=(14033231, 2, 24)
Partition 1 has different physical/logical endings:
phys=(10, 255, 13) logical=(27534912, 1, 8)
Partition 1 does not end on cylinder boundary.
/dev/sda2 ? 15505745 23289157 490354992+ ff BBT
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(370, 108, 37) logical=(15505744, 0, 6)
Partition 2 has different physical/logical endings:
phys=(78, 13, 10) logical=(23289156, 1, 36)
Partition 2 does not end on cylinder boundary.
/dev/sda3 ? 14299074 15637585 84326194+ 74 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(371, 84, 33) logical=(14299073, 2, 33)
Partition 3 has different physical/logical endings:
phys=(100, 101, 32) logical=(15637584, 2, 35)
Partition 3 does not end on cylinder boundary.
/dev/sda4 22902232 22902662 27106 0 Empty
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(0, 0, 0) logical=(22902231, 1, 5)
Partition 4 has different physical/logical endings:
phys=(0, 0, 0) logical=(22902661, 1, 36)
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
ich mounte zwar /dev/sda4, habe aber manchmal Probleme mit gro�en
Dateien, die dann nicht kopiert werden k�nne (unter win kein Problem).
device ist ein 64Mb usb stick (speeddrive von Conrad)
Hat jemand auch solch ein Problem ?
Joel