ich habe hier etwas "kuddelmuddel" mit einem neuen 8GB-Stick der Marke "Thosiba".
Aus dem Gedächtnis sah der so aus
- Code: Alles auswählen
Gerät boot Anfang Ende Blöcke Id System
/dev/sdb1 * 8064 15240575 7619264 c W95 FAT32 (LBA)
und jetzt so
/dev/sdb1 2048 15240575 7619264 83 Linux
Gemacht habe ich das alles mit fdisk , ich weiß nur die Reihenfolge meiner Schritte im Einzelnen nicht mehr.
Verrückt macht mich jetzt etwas das hier
Den letztgenannten Befehl habe ich auch auf sdb1 angewendet.man fdisk hat geschrieben:DOS 6.x WARNING
The DOS 6.x FORMAT command looks for some information in the first sector of the
data area of the partition, and treats this information as more reliable than the
information in the partition table. DOS FORMAT expects DOS FDISK to clear the
first 512 bytes of the data area of a partition whenever a size change occurs. DOS
FORMAT will look at this extra information even if the /U flag is given -- we con‐
sider this a bug in DOS FORMAT and DOS FDISK.
The bottom line is that if you use cfdisk or fdisk to change the size of a DOS par‐
tition table entry, then you must also use dd to zero the first 512 bytes of that
partition before using DOS FORMAT to format the partition. For example, if you
were using cfdisk to make a DOS partition table entry for /dev/sda1, then (after
exiting fdisk or cfdisk and rebooting Linux so that the partition table information
is valid) you would use the command "dd if=/dev/zero of=/dev/sda1 bs=512 count=1"
to zero the first 512 bytes of the partition.
Jedenfalls, läßt sich das Ding nicht mounten und tail -f /var/log/messages gibt mit im Moment des Einsteckens aus
- Code: Alles auswählen
Dec 18 14:41:23 localhost kernel: [ 4394.961058] usb 8-1: new high-speed USB device number 4 using ehci_hcd
Dec 18 14:41:23 localhost kernel: [ 4395.079961] usb 8-1: New USB device found, idVendor=0930, idProduct=6545
Dec 18 14:41:23 localhost kernel: [ 4395.079964] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 18 14:41:23 localhost kernel: [ 4395.079967] usb 8-1: Product: TransMemory
Dec 18 14:41:23 localhost kernel: [ 4395.079968] usb 8-1: Manufacturer: TOSHIBA
Dec 18 14:41:23 localhost kernel: [ 4395.079969] usb 8-1: SerialNumber: 0060E049DF7AEC8050009B2D
Dec 18 14:41:23 localhost kernel: [ 4395.080747] scsi8 : usb-storage 8-1:1.0
Dec 18 14:41:23 localhost mtp-probe: checking bus 8, device 4: "/sys/devices/pci0000:00/0000:00:1d.7/usb8/8-1"
Dec 18 14:41:23 localhost mtp-probe: bus: 8, device: 4 was not an MTP device
Dec 18 14:41:24 localhost kernel: [ 4396.159356] scsi 8:0:0:0: Direct-Access TOSHIBA TransMemory PMAP PQ: 0 ANSI: 0 CCS
Dec 18 14:41:26 localhost kernel: [ 4398.266365] sd 8:0:0:0: [sdb] 15240576 512-byte logical blocks: (7.80 GB/7.26 GiB)
Dec 18 14:41:26 localhost kernel: [ 4398.266966] sd 8:0:0:0: [sdb] Write Protect is off
Dec 18 14:41:26 localhost kernel: [ 4398.267610] sd 8:0:0:0: [sdb] No Caching mode page present
Dec 18 14:41:26 localhost kernel: [ 4398.267614] sd 8:0:0:0: [sdb] Assuming drive cache: write through
Dec 18 14:41:26 localhost kernel: [ 4398.271104] sd 8:0:0:0: [sdb] No Caching mode page present
Dec 18 14:41:26 localhost kernel: [ 4398.271108] sd 8:0:0:0: [sdb] Assuming drive cache: write through
Dec 18 14:41:26 localhost kernel: [ 4398.291501] sdb: sdb1
Dec 18 14:41:26 localhost kernel: [ 4398.294082] sd 8:0:0:0: [sdb] No Caching mode page present
Dec 18 14:41:26 localhost kernel: [ 4398.294085] sd 8:0:0:0: [sdb] Assuming drive cache: write through
Dec 18 14:41:26 localhost kernel: [ 4398.294087] sd 8:0:0:0: [sdb] Attached SCSI removable disk
Weiß jemand Rat?

