Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. # mdadm.conf
  2. #
  3. # Please refer to mdadm.conf(5) for information about this file.
  4. #
  5.  
  6. # by default (built-in), scan all partitions (/proc/partitions) and all
  7. # containers for MD superblocks. alternatively, specify devices to scan, using
  8. # wildcards if desired.
  9. #DEVICE partitions containers
  10.  
  11. # auto-create devices with Debian standard permissions
  12. CREATE owner=root group=disk mode=0660 auto=yes
  13.  
  14. # automatically tag new arrays as belonging to the local system
  15. HOMEHOST <system>
  16.  
  17. # instruct the monitoring daemon where to send mail alerts
  18. MAILADDR root
  19.  
  20. # definitions of existing MD arrays
  21. ARRAY /dev/md/0 metadata=1.2 UUID=39ed11fc:1ec8b395:5619a9a9:50a61ede name=G3RM$
  22.  
  23. # This file was auto-generated on Mon, 30 Mar 2015 23:06:35 -0600
  24. # by mkconf $Id$
  25. ARRAY /dev/md/0 UUID=39ed11fc:1ec8b395:5619a9a9:50a61ede
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement