Guest User

Untitled

a guest
Feb 23rd, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo parted -l
  2. Model: ATA WDC WD1002FAEX-0 (scsi)
  3. Disk /dev/sda: 1000GB
  4. Sector size (logical/physical): 512B/512B
  5. Partition Table: msdos
  6.  
  7. Number Start End Size Type File system Flags
  8. 1 1049kB 106MB 105MB primary ntfs boot
  9. 2 106MB 1000GB 1000GB primary ntfs
  10.  
  11.  
  12. Error: /dev/sdb: unrecognised disk label
  13.  
  14. Model: USB DISK 28X (scsi)
  15. Disk /dev/sdc: 2064MB
  16. Sector size (logical/physical): 512B/512B
  17. Partition Table: msdos
  18.  
  19. Number Start End Size Type File system Flags
  20. 1 16.4kB 2064MB 2064MB primary fat16 boot, lba
  21.  
  22.  
  23. ubuntu@ubuntu:~$ sudo fdisk -l
  24.  
  25. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  26. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  27. Units = sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 512 bytes
  29. I/O size (minimum/optimal): 512 bytes / 512 bytes
  30. Disk identifier: 0x73bfd73e
  31.  
  32. Device Boot Start End Blocks Id System
  33. /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
  34. /dev/sda2 206848 1953521663 976657408 7 HPFS/NTFS/exFAT
  35.  
  36. Disk /dev/sdb: 203.9 GB, 203928109056 bytes
  37. 255 heads, 63 sectors/track, 24792 cylinders, total 398297088 sectors
  38. Units = sectors of 1 * 512 = 512 bytes
  39. Sector size (logical/physical): 512 bytes / 512 bytes
  40. I/O size (minimum/optimal): 512 bytes / 512 bytes
  41. Disk identifier: 0xffffffff
  42.  
  43. Disk /dev/sdb doesn't contain a valid partition table
  44.  
  45. Disk /dev/sdc: 2063 MB, 2063597568 bytes
  46. 16 heads, 32 sectors/track, 7872 cylinders, total 4030464 sectors
  47. Units = sectors of 1 * 512 = 512 bytes
  48. Sector size (logical/physical): 512 bytes / 512 bytes
  49. I/O size (minimum/optimal): 512 bytes / 512 bytes
  50. Disk identifier: 0x3714322d
  51.  
  52. Device Boot Start End Blocks Id System
  53. /dev/sdc1 * 32 4030463 2015216 e W95 FAT16 (LBA)
  54. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment