Advertisement
Guest User

Untitled

a guest
May 18th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. ------------------------------------------------------------------------------
  2. ### /etc/cloud.cfg ###
  3.  
  4. mounts:
  5. - [ephemeral0, null]
  6.  
  7. ------------------------------------------------------------------------------
  8. ### /etc/fstab ###
  9. # Created by anaconda on Mon Sep 5 11:52:12 2016
  10. #
  11. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  12. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  13. #
  14. /dev/vda1 / xfs defaults 0 0
  15.  
  16. ------------------------------------------------------------------------------
  17. ### fdisk -l ###
  18. Disk /dev/vda: 53.7 GB, 53687091200 bytes, 104857600 sectors
  19. Units = sectors of 1 * 512 = 512 bytes
  20. Sector size (logical/physical): 512 bytes / 512 bytes
  21. I/O size (minimum/optimal): 512 bytes / 512 bytes
  22. Disk label type: dos
  23. Disk identifier: 0x0000aebb
  24.  
  25. Device Boot Start End Blocks Id System
  26. /dev/vda1 * 2048 104856254 52427103+ 83 Linux
  27.  
  28. Disk /dev/vdb: 1879.0 GB, 1879048192000 bytes, 3670016000 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement