Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. [ 84.696147] usb 1-3.2: new high-speed USB device number 7 using ehci-pci
  2. [ 84.791437] usb 1-3.2: New USB device found, idVendor=8564, idProduct=4000
  3. [ 84.791443] usb 1-3.2: New USB device strings: Mfr=3, Product=4, SerialNumber=5
  4. [ 84.791446] usb 1-3.2: Product: Transcend
  5. [ 84.791450] usb 1-3.2: Manufacturer: TS-RDF5
  6. [ 84.791452] usb 1-3.2: SerialNumber: 000000000039
  7. [ 85.060511] usb-storage 1-3.2:1.0: USB Mass Storage device detected
  8. [ 85.060953] scsi6 : usb-storage 1-3.2:1.0
  9. [ 85.061055] usbcore: registered new interface driver usb-storage
  10. [ 85.089647] usbcore: registered new interface driver uas
  11. [ 86.061604] scsi 6:0:0:0: Direct-Access TS-RDF5 SD Transcend TS37 PQ: 0 ANSI: 6
  12. [ 86.061964] sd 6:0:0:0: Attached scsi generic sg2 type 0
  13. [ 86.575707] sd 6:0:0:0: [sdb] 61896704 512-byte logical blocks: (31.6 GB/29.5 GiB)
  14. [ 86.576965] sd 6:0:0:0: [sdb] Write Protect is off
  15. [ 86.576970] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
  16. [ 86.578223] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  17. [ 86.585246] sdb: [CUMANA/ADFS] sdb1 [ADFS] sdb1
  18. [ 86.590856] sd 6:0:0:0: [sdb] Attached SCSI removable disk
  19.  
  20. $ sudo fdisk -l
  21.  
  22. Disk /dev/sdb: 31.7 GB, 31691112448 bytes
  23. 64 heads, 32 sectors/track, 30223 cylinders, total 61896704 sectors
  24. Units = sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 512 bytes
  26. I/O size (minimum/optimal): 512 bytes / 512 bytes
  27. Disk identifier: 0x00006f83
  28.  
  29. Device Boot Start End Blocks Id System
  30. /dev/sdb1 2048 2474609 1236281 e W95 FAT16 (LBA)
  31. /dev/sdb2 2482176 61896703 29707264 85 Linux extended
  32. /dev/sdb5 2490368 2605055 57344 c W95 FAT32 (LBA)
  33. /dev/sdb6 2607104 11855871 4624384 83 Linux
  34. /dev/sdb7 11857920 61396991 24769536 83 Linux
  35. fdisk: unable to seek on /dev/sdb1: Invalid argument
  36.  
  37. $ sudo mount /dev/sdb2 /mnt -v
  38. mount: you didn't specify a filesystem type for /dev/sdb2
  39. I will try all types mentioned in /etc/filesystems or /proc/filesystems
  40. Trying ext3
  41. mount: special device /dev/sdb2 does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement