daily pastebin goal
82%
SHARE
TWEET

Untitled

a guest Aug 18th, 2012 12 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. barrett@mainframe:/media/vault$ sudo df -TH
  2. Filesystem     Type      Size  Used Avail Use% Mounted on
  3. /dev/sdi1      ext4       52G  5.1G   44G  11% /
  4. udev           devtmpfs  4.1G  4.1k  4.1G   1% /dev
  5. tmpfs          tmpfs     1.7G  1.3M  1.7G   1% /run
  6. none           tmpfs     5.3M     0  5.3M   0% /run/lock
  7. none           tmpfs     4.1G  160k  4.1G   1% /run/shm
  8. /dev/md0       ext4      6.0T   45G  5.7T   1% /media/vault
  9.  
  10.  
  11.  
  12.  
  13.  
  14. barrett@mainframe:/media/vault$ cat /etc/fstab
  15. # /etc/fstab: static file system information.
  16. #
  17. # Use 'blkid' to print the universally unique identifier for a
  18. # device; this may be used with UUID= as a more robust way to name devices
  19. # that works even if disks are added and removed. See fstab(5).
  20. #
  21. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  22. proc            /proc           proc    nodev,noexec,nosuid 0       0
  23. # / was on /dev/sda1 during installation
  24. UUID=5ebe1d0a-e281-465d-bb30-4fa8b1c755d7 /               ext4    errors=remount-ro 0       1
  25. # swap was on /dev/sda5 during installation
  26. UUID=ae23bc46-c11b-4a1a-933a-f037e284be8c none            swap    sw              0        0
  27. UUID=9db5199d-2703-4db7-b10c-9a6164fb83a6 /media/vault          ext4    defaults        0        2
  28.  
  29.  
  30.  
  31.  
  32.  
  33. barrett@mainframe:/media/vault$ cat /etc/mdadm/mdadm.conf
  34. # mdadm.conf
  35. #
  36. # Please refer to mdadm.conf(5) for information about this file.
  37. #
  38.  
  39. # by default (built-in), scan all partitions (/proc/partitions) and all
  40. # containers for MD superblocks. alternatively, specify devices to scan, using
  41. # wildcards if desired.
  42. #DEVICE partitions containers
  43. ARRAY /dev/md0 UUID=8bc78af0:d9a981e3:73549f21:2f76cd24
  44.  
  45. # auto-create devices with Debian standard permissions
  46. CREATE owner=root group=disk mode=0660 auto=yes
  47.  
  48. # automatically tag new arrays as belonging to the local system
  49. HOMEHOST <system>
  50.  
  51. # instruct the monitoring daemon where to send mail alerts
  52. MAILADDR root
  53.  
  54. # definitions of existing MD arrays
  55.  
  56. # This file was auto-generated on Mon, 13 Aug 2012 22:24:00 -0500
  57. # by mkconf $Id$
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top