Advertisement
Guest User

Untitled

a guest
Mar 9th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. ubuntu@ubuntu:~/Downloads$ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
  4. 255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 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: 0x5577f2b6
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 2048 3907026943 1953512448 7 HPFS/NTFS/exFAT
  12.  
  13. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
  14. 240 heads, 63 sectors/track, 129201 cylinders, total 1953525168 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: 0x5eb6f2c7
  19.  
  20. Device Boot Start End Blocks Id System
  21. /dev/sdb1 2048 305267895 152632924 7 HPFS/NTFS/exFAT
  22. /dev/sdb2 * 305267896 1748721654 721726879+ 7 HPFS/NTFS/exFAT
  23. /dev/sdb3 1748721662 1953523711 102401025 5 Extended
  24. /dev/sdb5 1748721664 1766344703 8811520 82 Linux swap / Solaris
  25. /dev/sdb6 1766346752 1953523711 93588480 83 Linux
  26.  
  27. Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes
  28. 255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
  29. Units = sectors of 1 * 512 = 512 bytes
  30. Sector size (logical/physical): 512 bytes / 512 bytes
  31. I/O size (minimum/optimal): 512 bytes / 512 bytes
  32. Disk identifier: 0x281c186a
  33.  
  34. Device Boot Start End Blocks Id System
  35. /dev/sdc1 * 2048 3907024131 1953511042 7 HPFS/NTFS/exFAT
  36.  
  37. Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes
  38. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  39. Units = sectors of 1 * 512 = 512 bytes
  40. Sector size (logical/physical): 512 bytes / 512 bytes
  41. I/O size (minimum/optimal): 512 bytes / 512 bytes
  42. Disk identifier: 0x13df7a58
  43.  
  44. Device Boot Start End Blocks Id System
  45. /dev/sdd1 * 63 1953520383 976760160+ 7 HPFS/NTFS/exFAT
  46.  
  47. Disk /dev/sdf: 8004 MB, 8004304896 bytes
  48. 35 heads, 21 sectors/track, 21269 cylinders, total 15633408 sectors
  49. Units = sectors of 1 * 512 = 512 bytes
  50. Sector size (logical/physical): 512 bytes / 512 bytes
  51. I/O size (minimum/optimal): 512 bytes / 512 bytes
  52. Disk identifier: 0x00000000
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. /dev/loop0: TYPE="squashfs"
  62. /dev/sda1: LABEL="Movies" UUID="706649B666497DBA" TYPE="ntfs"
  63. /dev/sr0: LABEL="UDF Volume" TYPE="udf"
  64. /dev/sdb1: UUID="7A96AAC996AA856B" TYPE="ntfs"
  65. /dev/sdb2: LABEL="Installs" UUID="6A9CE0129CDFD6A3" TYPE="ntfs"
  66. /dev/sdb6: UUID="a6708577-4f7e-4f18-9e6e-c407613c1c8f" TYPE="ext4"
  67. /dev/sdc1: LABEL="TV Series" UUID="A8926393926364B2" TYPE="ntfs"
  68. /dev/sdd1: UUID="80A40334A4032BEA" TYPE="ntfs"
  69. /dev/sde1: LABEL="PENDRIVE" UUID="1B04-256B" TYPE="vfat"
  70.  
  71.  
  72.  
  73. Commands:
  74.  
  75. sudo mount /dev/sdb6 /home/ubuntu/temp
  76. sudo grub-install --root-directory=/home/ubuntu/temp /dev/sdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement