Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. root@nuclight:~# ls -l /dev | g sdc
  2. brw-rw---T 1 root floppy 8, 32 Aug 1 14:05 sdc
  3.  
  4. root@nuclight:~# fdisk /dev/sdc
  5. fdisk: unable to open /dev/sdc: No medium found
  6.  
  7. root@nuclight:~# lsusb
  8. ...
  9. Bus 008 Device 002: ID 13fe:3100 Kingston Technology Company Inc. 2/4 GB stick
  10.  
  11. root@nuclight:~$ dmesg | tail -n 22
  12. [ 8309.368063] ata3.01: SATA link down (SStatus 0 SControl 300)
  13. [ 8309.376124] ata3.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
  14. [ 8309.376129] ata3.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
  15. [ 8309.376216] ata3.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
  16. [ 8309.376218] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
  17. [ 8309.492298] ata3.00: configured for UDMA/133
  18. [ 8309.532094] PM: resume of devices complete after 6125.660 msecs
  19. [ 8309.532265] PM: Finishing wakeup.
  20. [ 8309.532267] Restarting tasks ... done.
  21. [ 8310.052567] ADDRCONF(NETDEV_UP): eth0: link is not ready
  22. [ 8311.861011] ATL1E 0000:02:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex>
  23. [ 8311.861792] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  24. [ 8321.976010] eth0: no IPv6 routers present
  25. [ 8491.332026] usb 2-5: new high-speed USB device number 4 using ehci_hcd
  26. [ 8491.464741] usb 2-5: New USB device found, idVendor=13fe, idProduct=3100
  27. [ 8491.464746] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  28. [ 8491.464750] usb 2-5: Product: 2250 PRAM
  29. [ 8491.464753] usb 2-5: Manufacturer:
  30. [ 8491.465160] scsi7 : usb-storage 2-5:1.0
  31. [ 8492.464703] scsi 7:0:0:0: Direct-Access 2250 PRAM 1.00 PQ: 0 ANSI: 0 CCS
  32. [ 8492.466460] sd 7:0:0:0: Attached scsi generic sg1 type 0
  33. [ 8492.468735] sd 7:0:0:0: [sdb] Attached SCSI removable disk
  34.  
  35. I suspect this flash drive is damaged. How can I make it work?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement