USB-Festplatte mounten
Hallo zusammen, ich kann meine unter 9.3 mit Daten versorgte USB-Platte nicht unter 10.2 mounten. Was kann ich tun? Oct 1 21:36:10 Server03 kernel: usb 4-4: new high speed USB device using ehci_hcd and address 4 Oct 1 21:36:10 Server03 kernel: usb 4-4: new device found, idVendor=067b, idProduct=2507 Oct 1 21:36:10 Server03 kernel: usb 4-4: new device strings: Mfr=1, Product=2, SerialNumber=3 Oct 1 21:36:10 Server03 kernel: usb 4-4: Product: Mass Storage Device Oct 1 21:36:10 Server03 kernel: usb 4-4: Manufacturer: Prolific Technology Inc. Oct 1 21:36:10 Server03 kernel: usb 4-4: SerialNumber: 0 Oct 1 21:36:10 Server03 kernel: usb 4-4: configuration #1 chosen from 1 choice Oct 1 21:36:10 Server03 kernel: scsi2 : SCSI emulation for USB Mass Storage devices Oct 1 21:36:10 Server03 kernel: usb-storage: device found at 4 Oct 1 21:36:10 Server03 kernel: usb-storage: waiting for device to settle before scanning Oct 1 21:36:11 Server03 kernel: Vendor: SAMSUNG Model: HD400LD Rev: WQ10 Oct 1 21:36:11 Server03 kernel: Type: Direct-Access ANSI SCSI revision: 00 Oct 1 21:36:11 Server03 kernel: SCSI device sda: 781422767 512-byte hdwr sectors (400088 MB) Oct 1 21:36:11 Server03 kernel: sda: Write Protect is off Oct 1 21:36:11 Server03 kernel: sda: Mode Sense: 03 00 00 00 Oct 1 21:36:11 Server03 kernel: sda: assuming drive cache: write through Oct 1 21:36:11 Server03 kernel: SCSI device sda: 781422767 512-byte hdwr sectors (400088 MB) Oct 1 21:36:11 Server03 kernel: sda: Write Protect is off Oct 1 21:36:11 Server03 kernel: sda: Mode Sense: 03 00 00 00 Oct 1 21:36:11 Server03 kernel: sda: assuming drive cache: write through Oct 1 21:36:11 Server03 kernel: sda: sda1 < sda5 > Oct 1 21:36:11 Server03 kernel: sd 2:0:0:0: Attached scsi disk sda Oct 1 21:36:11 Server03 kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0 Oct 1 21:36:11 Server03 kernel: usb-storage: device scan complete Oct 1 21:40:56 Server03 kernel: FAT: bogus number of reserved sectors Oct 1 21:40:56 Server03 kernel: VFS: Can't find a valid FAT filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: hfs: can't find a HFS filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: VFS: Can't find a Minix or Minix V2 filesystem on device sda Oct 1 21:40:56 Server03 kernel: ReiserFS: sda: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sda Oct 1 21:40:56 Server03 kernel: Unable to identify CD-ROM format. Oct 1 21:40:56 Server03 kernel: VFS: Can't find ext3 filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: VFS: Can't find an ext2 filesystem on dev sda. Gruß Johannes -- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org
Hallo Johannes, Am Mittwoch, 1. Oktober 2008 21:45:26 schrieb Johannes Kapune:
Hallo zusammen, ich kann meine unter 9.3 mit Daten versorgte USB-Platte nicht unter 10.2 mounten. Was kann ich tun?
Oct 1 21:36:11 Server03 kernel: SCSI device sda: 781422767 512-byte hdwr sectors (400088 MB) Oct 1 21:36:11 Server03 kernel: sda: Write Protect is off Oct 1 21:36:11 Server03 kernel: sda: Mode Sense: 03 00 00 00 Oct 1 21:36:11 Server03 kernel: sda: assuming drive cache: write through Oct 1 21:36:11 Server03 kernel: SCSI device sda: 781422767 512-byte hdwr sectors (400088 MB) Oct 1 21:36:11 Server03 kernel: sda: Write Protect is off Oct 1 21:36:11 Server03 kernel: sda: Mode Sense: 03 00 00 00 Oct 1 21:36:11 Server03 kernel: sda: assuming drive cache: write through Oct 1 21:36:11 Server03 kernel: sda: sda1 < sda5 > Oct 1 21:36:11 Server03 kernel: sd 2:0:0:0: Attached scsi disk sda Oct 1 21:36:11 Server03 kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
mach mal: fdisk -l /dev/sda dann siehst du die Partitionierung der Platte.
Oct 1 21:36:11 Server03 kernel: usb-storage: device scan complete Oct 1 21:40:56 Server03 kernel: FAT: bogus number of reserved sectors Oct 1 21:40:56 Server03 kernel: VFS: Can't find a valid FAT filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: hfs: can't find a HFS filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: VFS: Can't find a Minix or Minix V2 filesystem on device sda Oct 1 21:40:56 Server03 kernel: ReiserFS: sda: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sda Oct 1 21:40:56 Server03 kernel: Unable to identify CD-ROM format. Oct 1 21:40:56 Server03 kernel: VFS: Can't find ext3 filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: VFS: Can't find an ext2 filesystem on dev sda.
Und jetzt versuch die Partitionen zu mounten (/dev/sda1 ...) nicht die gesamte Platte. Viele Grüße Günter -- Guenter Ohmer Jahnstrasse 24 D 76865 Rohrbach mailto:guenter.ohmer@gmx.de -- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org
Hallo zusammen, Am Donnerstag, den 02.10.2008, 09:11 +0200 schrieb Günter Ohmer:
Hallo Johannes, Am Mittwoch, 1. Oktober 2008 21:45:26 schrieb Johannes Kapune:
Hallo zusammen, ich kann meine unter 9.3 mit Daten versorgte USB-Platte nicht unter 10.2 mounten. Was kann ich tun?
Oct 1 21:36:11 Server03 kernel: sda: sda1 < sda5 > Oct 1 21:36:11 Server03 kernel: sd 2:0:0:0: Attached scsi disk sda Oct 1 21:36:11 Server03 kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
mach mal: fdisk -l /dev/sda dann siehst du die Partitionierung der Platte.
Server03:/ # fdisk -l /dev/sda Platte /dev/sda: 400.0 GByte, 400088456704 Byte 255 heads, 63 sectors/track, 48641 cylinders Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes Gerät boot. Anfang Ende Blöcke Id System /dev/sda1 1 48641 390708832 5 Erweiterte /dev/sda5 1 48641 390708831+ 6 FAT16
Oct 1 21:36:11 Server03 kernel: usb-storage: device scan complete Oct 1 21:40:56 Server03 kernel: FAT: bogus number of reserved sectors Oct 1 21:40:56 Server03 kernel: VFS: Can't find a valid FAT filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: hfs: can't find a HFS filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: VFS: Can't find a Minix or Minix V2 filesystem on device sda Oct 1 21:40:56 Server03 kernel: ReiserFS: sda: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sda Oct 1 21:40:56 Server03 kernel: Unable to identify CD-ROM format. Oct 1 21:40:56 Server03 kernel: VFS: Can't find ext3 filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: VFS: Can't find an ext2 filesystem on dev sda.
Und jetzt versuch die Partitionen zu mounten (/dev/sda1 ...) nicht die gesamte Platte.
Server03:/dev/disk # mount /dev/sda5 -t vfat /media Server03:/ # mount [...] /dev/sda5 on /media type vfat (rw)
Viele Grüße Günter allerdings:
Server03:/ # /bin/df Dateisystem 1K-Blöcke Benutzt Verfügbar Ben% Eingehängt auf [...] /dev/sda5 390518128 528 390517600 1% /media Server03:/ # fdisk -l /dev/sda Platte /dev/sda: 400.0 GByte, 400088456704 Byte 255 heads, 63 sectors/track, 48641 cylinders Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes Die Platte ist leer :-( , da hatte ich anderes erwartet, aber bei angestrengtem Nachdenken - diese Platte ist mal "on the fly" für so'n Turnschuhnetzwerk missbraucht worden. => auf zum Backup davor Danke an alle Johannes -- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org
Am Mittwoch, 1. Oktober 2008 21:45:26 schrieb Johannes Kapune:
Hallo zusammen, ich kann meine unter 9.3 mit Daten versorgte USB-Platte nicht unter 10.2 mounten. Was kann ich tun?
Oct 1 21:36:10 Server03 kernel: usb 4-4: new high speed USB device using ehci_hcd and address 4 Oct 1 21:36:10 Server03 kernel: usb 4-4: new device found, idVendor=067b, idProduct=2507 Oct 1 21:36:10 Server03 kernel: usb 4-4: new device strings: Mfr=1, Product=2, SerialNumber=3 Oct 1 21:36:10 Server03 kernel: usb 4-4: Product: Mass Storage Device Oct 1 21:36:10 Server03 kernel: usb 4-4: Manufacturer: Prolific Technology Inc. Oct 1 21:36:10 Server03 kernel: usb 4-4: SerialNumber: 0 Oct 1 21:36:10 Server03 kernel: usb 4-4: configuration #1 chosen from 1 choice Oct 1 21:36:10 Server03 kernel: scsi2 : SCSI emulation for USB Mass Storage devices Oct 1 21:36:10 Server03 kernel: usb-storage: device found at 4 Oct 1 21:36:10 Server03 kernel: usb-storage: waiting for device to settle before scanning Oct 1 21:36:11 Server03 kernel: Vendor: SAMSUNG Model: HD400LD Rev: WQ10 Oct 1 21:36:11 Server03 kernel: Type: Direct-Access ANSI SCSI revision: 00 Oct 1 21:36:11 Server03 kernel: SCSI device sda: 781422767 512-byte hdwr sectors (400088 MB) Oct 1 21:36:11 Server03 kernel: sda: Write Protect is off Oct 1 21:36:11 Server03 kernel: sda: Mode Sense: 03 00 00 00 Oct 1 21:36:11 Server03 kernel: sda: assuming drive cache: write through Oct 1 21:36:11 Server03 kernel: SCSI device sda: 781422767 512-byte hdwr sectors (400088 MB) Oct 1 21:36:11 Server03 kernel: sda: Write Protect is off Oct 1 21:36:11 Server03 kernel: sda: Mode Sense: 03 00 00 00 Oct 1 21:36:11 Server03 kernel: sda: assuming drive cache: write through Oct 1 21:36:11 Server03 kernel: sda: sda1 < sda5 > Oct 1 21:36:11 Server03 kernel: sd 2:0:0:0: Attached scsi disk sda Oct 1 21:36:11 Server03 kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0 Oct 1 21:36:11 Server03 kernel: usb-storage: device scan complete Oct 1 21:40:56 Server03 kernel: FAT: bogus number of reserved sectors Oct 1 21:40:56 Server03 kernel: VFS: Can't find a valid FAT filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: hfs: can't find a HFS filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: VFS: Can't find a Minix or Minix V2 filesystem on device sda Oct 1 21:40:56 Server03 kernel: ReiserFS: sda: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sda Oct 1 21:40:56 Server03 kernel: Unable to identify CD-ROM format. Oct 1 21:40:56 Server03 kernel: VFS: Can't find ext3 filesystem on dev sda. Oct 1 21:40:56 Server03 kernel: VFS: Can't find an ext2 filesystem on dev sda.
Gruß Johannes
Hallo Johannes, die Meldung sieht so aus, als ob er sämtliche Filesysteme prüft, aber keines davon findet; bzw. er meldet einen Fehler bei
Oct 1 21:40:56 Server03 kernel: FAT: bogus number of reserved sectors Oct 1 21:40:56 Server03 kernel: VFS: Can't find a valid FAT filesystem
Wie ist denn die Platte unter 9.3 formatiert und gemountet worden.? Eventuell kannst du die Platte mit denselben Mountbefehlen unter 10.2 händisch mounten. Steffen -- Ideale sind wie Sterne, man kann sie nicht erreichen, aber man kann sich nach ihnen orientieren. -- Carl Schurz -- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org
participants (3)
-
Günter Ohmer
-
Johannes Kapune
-
Steffen Hanne