Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anish
Last active March 17, 2017 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anish/ac994829aac0b8cb48add3b59ecda892 to your computer and use it in GitHub Desktop.
Save anish/ac994829aac0b8cb48add3b59ecda892 to your computer and use it in GitHub Desktop.
[centos@test-btrfs ~]$ sudo parted -l /dev/vda
Model: Virtio Block Device (virtblk)
Disk /dev/vda: 25.8GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 1075MB 1074MB primary xfs boot
2 1075MB 25.8GB 24.7GB primary btrfs
Model: Virtio Block Device (virtblk)
Disk /dev/vdb: 1074MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 1074MB 1074MB linux-swap(v1)
[centos@test-btrfs ~]$ cat /etc/mtab | grep btrfs
/dev/vda2 / btrfs rw,relatime,space_cache,subvolid=257,subvol=/root 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment