daily pastebin goal
19%
SHARE
TWEET

Untitled

a guest May 29th, 2012 15 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a
  5. # device; this may be used with UUID= as a more robust way to name devices
  6. # that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  9. proc            /proc           proc    nodev,noexec,nosuid 0       0
  10. # / was on /dev/sdc1 during installation
  11. UUID=94b8d499-440f-4290-bfef-91a950ec3ccd /               ext4    errors=remount-ro 0       1
  12. # swap was on /dev/sdc5 during installation
  13. UUID=a69dd3ad-4b15-4d4c-a7ec-55141f128a92 none            swap    sw              0       0
  14.  
  15.  
  16.  
  17. sudo fdisk -l
  18. [sudo] password for serveren:
  19.  
  20. Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
  21. 255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
  22. Units = sectors of 1 * 512 = 512 bytes
  23. Sector size (logical/physical): 512 bytes / 4096 bytes
  24. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  25. Disk identifier: 0x7d3bbef6
  26.  
  27.    Device Boot      Start         End      Blocks   Id  System
  28. /dev/sda1   *          63  3907024064  1953512001   42  SFS
  29. Partition 1 does not start on physical sector boundary.
  30.  
  31. Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
  32. 255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
  33. Units = sectors of 1 * 512 = 512 bytes
  34. Sector size (logical/physical): 512 bytes / 4096 bytes
  35. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  36. Disk identifier: 0x7d3bbef6
  37.  
  38.    Device Boot      Start         End      Blocks   Id  System
  39. /dev/sdb1              63  3907024064  1953512001   42  SFS
  40. Partition 1 does not start on physical sector boundary.
  41.  
  42. Disk /dev/sdd: 60.0 GB, 60022480896 bytes
  43. 255 heads, 63 sectors/track, 7297 cylinders, total 117231408 sectors
  44. Units = sectors of 1 * 512 = 512 bytes
  45. Sector size (logical/physical): 512 bytes / 512 bytes
  46. I/O size (minimum/optimal): 512 bytes / 512 bytes
  47. Disk identifier: 0x0009c3f7
  48.  
  49.    Device Boot      Start         End      Blocks   Id  System
  50. /dev/sdd1            2048   111464447    55731200   83  Linux
  51. /dev/sdd2       111466494   117229567     2881537    5  Extended
  52. /dev/sdd5       111466496   117229567     2881536   82  Linux swap / Solaris
  53.  
  54. Disk /dev/sde: 1999.7 GB, 1999696297984 bytes
  55. 255 heads, 63 sectors/track, 243115 cylinders, total 3905656832 sectors
  56. Units = sectors of 1 * 512 = 512 bytes
  57. Sector size (logical/physical): 512 bytes / 512 bytes
  58. I/O size (minimum/optimal): 512 bytes / 512 bytes
  59. Disk identifier: 0x0005a4e2
  60.  
  61.    Device Boot      Start         End      Blocks   Id  System
  62. /dev/sde1            2048  3905656831  1952827392    7  HPFS/NTFS/exFAT
  63.  
  64. Disk /dev/mapper/sil_bhajdjcfeaah: 2000.4 GB, 2000397885440 bytes
  65. 255 heads, 63 sectors/track, 243201 cylinders, total 3907027120 sectors
  66. Units = sectors of 1 * 512 = 512 bytes
  67. Sector size (logical/physical): 512 bytes / 4096 bytes
  68. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  69. Disk identifier: 0x7d3bbef6
  70.  
  71.                        Device Boot      Start         End      Blocks   Id  System
  72. /dev/mapper/sil_bhajdjcfeaah1   *          63  3907024064  1953512001   42  SFS
  73. Partition 1 does not start on physical sector boundary.
  74.  
  75. Disk /dev/mapper/sil_bhajdjcfeaah1: 2000.4 GB, 2000396289024 bytes
  76. 255 heads, 63 sectors/track, 243200 cylinders, total 3907024002 sectors
  77. Units = sectors of 1 * 512 = 512 bytes
  78. Sector size (logical/physical): 512 bytes / 4096 bytes
  79. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  80. Alignment offset: 512 bytes
  81. Disk identifier: 0x69205244
  82.  
  83. This doesn't look like a partition table
  84. Probably you selected the wrong device.
  85.  
  86.                          Device Boot      Start         End      Blocks   Id  System
  87. /dev/mapper/sil_bhajdjcfeaah1p1   ?   218129509  1920119918   850995205   72  Unknown
  88. Partition 1 does not start on physical sector boundary.
  89. /dev/mapper/sil_bhajdjcfeaah1p2   ?   729050177  1273024900   271987362   74  Unknown
  90. /dev/mapper/sil_bhajdjcfeaah1p3   ?   168653938   168653938           0   65  Novell Netware 386
  91. Partition 3 does not start on physical sector boundary.
  92. /dev/mapper/sil_bhajdjcfeaah1p4      2692939776  2692991410       25817+   0  Empty
  93. Partition 4 does not start on physical sector boundary.
  94.  
  95. Partition table entries are not in disk order
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top