Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. X@Y:~$ sudo fdisk /dev/sdb
  2.  
  3. Welcome to fdisk (util-linux 2.31.1).
  4. Changes will remain in memory only, until you decide to write them.
  5. Be careful before using the write command.
  6.  
  7. fdisk: cannot open /dev/sdb: No medium found
  8.  
  9. X@Y:~$ sudo dd if=/dev/sdb of=/tmp/xxx bs=512 count=1
  10. dd: failed to open '/dev/sdb': No medium found
  11.  
  12. X@Y:~$ sudo parted /dev/sdb unit s print
  13. Error: Error opening /dev/sdb: No medium found
  14. Retry/Cancel? r
  15. Error: Error opening /dev/sdb: No medium found
  16. Retry/Cancel? t
  17. parted: invalid token: t
  18. Retry/Cancel? r
  19. Error: Error opening /dev/sdb: No medium found
  20. Retry/Cancel? r
  21. Error: Error opening /dev/sdb: No medium found
  22. Retry/Cancel? r
  23. Error: Error opening /dev/sdb: No medium found
  24. Retry/Cancel? r
  25. Error: Error opening /dev/sdb: No medium found
  26. Retry/Cancel? r
  27. Error: Error opening /dev/sdb: No medium found
  28. Retry/Cancel? r
  29. Error: Error opening /dev/sdb: No medium found
  30. Retry/Cancel? c
  31.  
  32. X@Y:~$ sudo fdisk -l
  33.  
  34. blah blah blah...
  35.  
  36. Disk /dev/sdb: 59,6 GiB, 63963136000 bytes, 124928000 sectors
  37. Units: sectors of 1 * 512 = 512 bytes
  38. Sector size (logical/physical): 512 bytes / 512 bytes
  39. I/O size (minimum/optimal): 512 bytes / 512 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement