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

