dmtab 319 B

123456789101112
  1. #/etc/dmraid: config file for adding device-mapper volumes at boot
  2. # Format: <volume name>: <table>
  3. # Example: isw0: 0 312602976 striped 2 128 /dev/sda 0 /dev/sdb 0
  4. #
  5. # Alternatively you can create all your volumes the first time, and just run:
  6. #
  7. # dmsetup table >> /etc/dmtab
  8. #
  9. # and verify that they are correct.