Guest User

Untitled

a guest
Apr 22nd, 2015
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. /etc/fstab
  2. # <file system> <mount point> <type> <options> <dump> <pass>
  3. /dev/md2 / ext4 errors=remount-ro,relatime 0 1
  4. /dev/md3 /home ext4 defaults,relatime 1 2
  5. /dev/sda4 swap swap defaults 0 0
  6. /dev/sdb4 swap swap defaults 0 0
  7. proc /proc proc defaults 0 0
  8. sysfs /sys sysfs defaults 0 0
  9. devtmpfs /dev devtmpfs rw 0 0
  10.  
  11. #######################################################
  12.  
  13. Partition Table: gpt
  14.  
  15. Number Start End Size File system Name Flags
  16. 1 20.5kB 1049kB 1029kB primary bios_grub
  17. 2 2097kB 21.0GB 21.0GB ext4 primary raid
  18. 3 21.0GB 3000GB 2979GB ext4 primary raid
  19. 4 3000GB 3001GB 536MB linux-swap(v1) primary
  20.  
  21. ##############################################################
  22.  
  23. root@ns5001895:~# df -h
  24. Filesystem Size Used Avail Use% Mounted on
  25. /dev/root 20G 19G 45M 100% /
  26. devtmpfs 32G 4.0K 32G 1% /dev
  27. none 4.0K 0 4.0K 0% /sys/fs/cgroup
  28. none 6.3G 824K 6.3G 1% /run
  29. none 5.0M 0 5.0M 0% /run/lock
  30. none 32G 0 32G 0% /run/shm
  31. none 100M 0 100M 0% /run/user
  32. /dev/md3 2.7T 1.5G 2.6T 1% /home
  33.  
  34. #####################################################
  35.  
  36. fdisk -l
  37.  
  38. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  39.  
  40.  
  41. Disk /dev/sda: 3000.6 GB, 3000592982016 bytes
  42. 255 heads, 63 sectors/track, 364801 cylinders, total 5860533168 sectors
  43. Units = sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 512 bytes
  45. I/O size (minimum/optimal): 512 bytes / 512 bytes
  46. Disk identifier: 0x00000000
  47.  
  48. Device Boot Start End Blocks Id System
  49. /dev/sda1 1 4294967295 2147483647+ ee GPT
  50.  
  51. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
  52.  
  53.  
  54. Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes
  55. 255 heads, 63 sectors/track, 364801 cylinders, total 5860533168 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: 0x00000000
  60.  
  61. Device Boot Start End Blocks Id System
  62. /dev/sdb1 1 4294967295 2147483647+ ee GPT
  63.  
  64. Disk /dev/md3: 2979.1 GB, 2979079847936 bytes
  65. 2 heads, 4 sectors/track, 727314416 cylinders, total 5818515328 sectors
  66. Units = sectors of 1 * 512 = 512 bytes
  67. Sector size (logical/physical): 512 bytes / 512 bytes
  68. I/O size (minimum/optimal): 512 bytes / 512 bytes
  69. Disk identifier: 0x00000000
  70.  
  71. Disk /dev/md3 doesn't contain a valid partition table
  72.  
  73. Disk /dev/md2: 21.0 GB, 20970405888 bytes
  74. 2 heads, 4 sectors/track, 5119728 cylinders, total 40957824 sectors
  75. Units = sectors of 1 * 512 = 512 bytes
  76. Sector size (logical/physical): 512 bytes / 512 bytes
  77. I/O size (minimum/optimal): 512 bytes / 512 bytes
  78. Disk identifier: 0x00000000
  79.  
  80. Disk /dev/md2 doesn't contain a valid partition table
Advertisement
Add Comment
Please, Sign In to add comment