# Pastebin hwI2Gvi6 storage: version: 1 config: - id: sdb type: disk ptable: msdos path: /dev/sdb name: maindisk - id: sdb-part1 type: partition device: sdb size: 1GB flag: boot - id: sdb-part1-fs1 type: format fstype: xfs label: boot volume: sdb-part1 - id: sdb-part2 type: partition device: sdb size: 800GB - id: sdb-part2-fs1 type: format fstype: ext4 label: centos7 volume: sdb-part2 - id: sdb-part2-fs1-mount0 type: mount path: / device: sdb-part2-fs1 - id: sdb-part3 type: partition device: sdb size: 128GB label: swap flag: swap