Guest User

Untitled

a guest
Oct 5th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 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, scan all partitions (/proc/partitions) for MD superblocks.
  7. # alternatively, specify devices to scan, using wildcards if desired.
  8. DEVICE partitions
  9.  
  10. # auto-create devices with Debian standard permissions
  11. CREATE owner=root group=disk mode=0660 auto=yes
  12.  
  13. # automatically tag new arrays as belonging to the local system
  14. HOMEHOST <system>
  15.  
  16. # instruct the monitoring daemon where to send mail alerts
  17. MAILADDR root
  18.  
  19. # definitions of existing MD arrays
  20. ARRAY /dev/md/0 metadata=1.2 UUID=dfe5bbad:7941b6c2:26679a49:0cc89427 name=Mediaserver:0
  21.  
  22. # This file was auto-generated on Tue, 13 Sep 2011 18:28:54 +0200
  23. # by mkconf $Id$
  24.  
  25.  
Advertisement
Add Comment
Please, Sign In to add comment