Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # fdisk -l /dev/sdd
  2. Disk /dev/sdd: 3000.6 GB, 3000592982016 bytes
  3. 255 heads, 63 sectors/track, 364801 cylinders, total 5860533168 sectors
  4. Units = sectors of 1 * 512 = 512 bytes
  5. Sector size (logical/physical): 512 bytes / 4096 bytes
  6. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  7. Disk identifier: 0x0003f44a
  8.  
  9. Device Boot Start End Blocks Id System
  10. /dev/sdd1 256 4980735 2490240 fd Linux raid autodetect
  11. /dev/sdd2 4980736 9175039 2097152 fd Linux raid autodetect
  12. /dev/sdd3 9437184 3907024064 1948793440+ fd Linux raid autodetect
  13.  
  14. # mdadm --examine /dev/sdd
  15. /dev/sdd:
  16. MBR Magic : aa55
  17. Partition[0] : 4980480 sectors at 256 (type fd)
  18. Partition[1] : 4194304 sectors at 4980736 (type fd)
  19. Partition[2] : 3897586881 sectors at 9437184 (type fd)
  20.  
  21.  
  22. # mdadm --examine /dev/sdd3
  23. mdadm: No md superblock detected on /dev/sdd3.
  24.  
  25. # extundelete --superblock /dev/sdd3
  26. extundelete: failed to read-only open device "/dev/sdd3": Error code 2133571347
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement