Advertisement
Guest User

Untitled

a guest
Feb 20th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 8010 MB, 8010194944 bytes
  4. 247 heads, 62 sectors/track, 1021 cylinders, total 15644912 sectors
  5. Units = sectors of 1 * 512 = 512 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disk identifier: 0x0000f084
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 62 15635593 7817766 c W95 FAT32 (LBA)
  12.  
  13. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  14. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  15. Units = sectors of 1 * 512 = 512 bytes
  16. Sector size (logical/physical): 512 bytes / 512 bytes
  17. I/O size (minimum/optimal): 512 bytes / 512 bytes
  18. Disk identifier: 0xda28da28
  19.  
  20. Device Boot Start End Blocks Id System
  21. /dev/sdb1 63 62910539 31455238+ 83 Linux
  22. /dev/sdb2 62910540 65015054 1052257+ 83 Linux
  23. /dev/sdb3 * 65015055 127925594 31455270 7 HPFS/NTFS/exFAT
  24. /dev/sdb4 127925656 346024034 109049189+ 5 Extended
  25. /dev/sdb5 127925658 136311524 4192933+ 82 Linux swap / Solaris
  26. /dev/sdb6 136311588 199222064 31455238+ 83 Linux
  27. /dev/sdb7 199222128 241167779 20972826 83 Linux
  28. /dev/sdb8 241167843 346024034 52428096 7 HPFS/NTFS/exFAT
  29. ubuntu@ubuntu:~$ sudo ntfsck /dev/sdb3
  30. Unsupported: replay_log()
  31. Unsupported: check_volume()
  32. Checking 47680 MFT records.
  33. Unsupported cases found.
  34. ubuntu@ubuntu:~$ sudo ntfsck /dev/sdb8
  35. Unsupported: replay_log()
  36. Unsupported: check_volume()
  37. Checking 352 MFT records.
  38. Unsupported cases found.
  39. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement