Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cameronbracken/14841d924f62f44a30853f70acc662f3 to your computer and use it in GitHub Desktop.
Save cameronbracken/14841d924f62f44a30853f70acc662f3 to your computer and use it in GitHub Desktop.
cam@cam-ubuntu-home-server:~$ cat /etc/mdadm/mdadm.conf
# mdadm.conf
#
# !NB! Run update-initramfs -u after updating this file.
# !NB! This will ensure that initramfs has an uptodate copy.
#
# 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
# 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 configuration was auto-generated on Mon, 27 Mar 2023 15:06:21 -0700 by mkconf
cam@cam-ubuntu-home-server:~$ 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>
# / was on /dev/nvme0n1p5 during installation
UUID=00128ce5-4c02-486f-8c66-fe5a2eb91c19 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=EEC7-A7A9 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment