Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # Partitioner with multidevice BTRFS
  2.  
  3. * Show multidevice BTRFS in the general list of devices.
  4. * Mount point and label is empty for the devices belonging to a multidevice BTRFS.
  5.  
  6. ## New `Type` column
  7.  
  8. Columns `Type` and `Fs Type` will be merged into a new `Type` column on steroids:
  9.  
  10. * Blk Device without fs:
  11. * not used:
  12. * Disk: vendor
  13. * Partition: partition id
  14. * RAID: RAID
  15. * LV: LV
  16. * Bcache: Bcache
  17. * used as PV: PV vg1
  18. * used by RAID: part of md0
  19. * used as backing Bcache: part of bcache0
  20. * used as caching Bcache: Bcache caching
  21.  
  22. * Blk Device with fs:
  23. * no multidevice fs:
  24. * Disk: EXT3 disk
  25. * Partition: EXT3 partition [1]
  26. * RAID: EXT3 RAID
  27. * LV: EXT3 LV
  28. * Bcache: EXT3 Bcache
  29. * multidevice fs: part of BTRFS (/)
  30.  
  31. * LVM VG:
  32. * always: LVM
  33.  
  34. * Multidevice BTRFS:
  35. * always: BTRFS
  36.  
  37. [1] for some cases, the filesystem type is not enough (e.g., ESP).
  38.  
  39. ## Questions
  40.  
  41. * Can a device belonging to Btrfs be encrypted?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement