- Κώδικας: Επιλογή όλων
$ lsusb
Bus 007 Device 002: ID 044e:3017 Alps Electric Co., Ltd BCM2046 Bluetooth Device
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 005: ID 0d7d:1900 Phison Electronics Corp. USB Thumb Drive
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05ca:183f Ricoh Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Κώδικας: Επιλογή όλων
$ sudo fdisk -l; sudo parted -l
[sudo] password for thanasis:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xdcd3f603
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 6387 51200000 7 HPFS/NTFS
/dev/sda3 6387 38085 254611456 83 Linux
/dev/sda4 38085 38914 6656000 82 Linux swap / Solaris
Disk /dev/sdb: 288 MB, 288882688 bytes
9 heads, 62 sectors/track, 1011 cylinders
Units = cylinders of 558 * 512 = 285696 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6e697373
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdb1 ? 3470017 6760369 918008208 4f QNX4.x 3rd part
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(335, 10, 2) logical=(3470016, 7, 33)
Partition 1 has different physical/logical endings:
phys=(327, 84, 13) logical=(6760368, 7, 32)
Partition 1 does not end on cylinder boundary.
/dev/sdb2 ? 3437004 4412698 272218546+ 73 Unknown
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(371, 114, 37) logical=(3437003, 6, 32)
Partition 2 has different physical/logical endings:
phys=(256, 101, 36) logical=(4412697, 3, 58)
Partition 2 does not end on cylinder boundary.
/dev/sdb3 ? 3259097 4234321 272087568 2b Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(364, 116, 50) logical=(3259096, 5, 38)
Partition 3 has different physical/logical endings:
phys=(372, 65, 44) logical=(4234320, 7, 57)
Partition 3 does not end on cylinder boundary.
/dev/sdb4 ? 5097715 5097813 27487 61 SpeedStor
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 101, 51) logical=(5097714, 2, 19)
Partition 4 has different physical/logical endings:
phys=(269, 114, 52) logical=(5097812, 6, 60)
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
Model: ATA TOSHIBA MK3252GS (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs boot
2 106MB 52,5GB 52,4GB primary ntfs
3 52,5GB 313GB 261GB primary ext4
4 313GB 320GB 6816MB primary linux-swap(v1)
Model: USB DISK 25X (scsi)
Disk /dev/sdb: 289MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0,00B 289MB 289MB ntfs
Το μηδένισα (format) με την εντολή dd:
- Κώδικας: Επιλογή όλων
$ sudo dd if=/dev/zero of=/dev/sdb
dd: εγγραφή στο «/dev/sdb»: No space left on device
564225+0 εγγραφές μέσα
564224+0 εγγραφές έξω
288882688 bytes (289 MB) αντιγράφηκαν, 15,5494 s, 18,6 MB/s
- Δε μπoρέσαμε να επαναφέρουμε το υπόλοιπο του δίσκου σε FAT με το System > Administration > Disk utility, ούτε με mkdosfs.
- Δε δουλεύει με άλλο λειτουργικό (windows) -- πάλι βγάζει λάθος χωρητικότητα.
- Δε δουλεύει με άλλη διανομή linux και σε άλλο υπολογιστή -- πάλι βγάζει λάθος χωρητικότητα.
- Το στικάκι είναι σχετικά παλιό - 3 χρονών.
Υποθέτω πως «τα'φτυσε».
@Th P: Δοκίμασε με το gparted αν γίνεται format.




