Going through the reinstall process.
First, I did a software RAID, then created a primary partition making it the swap partition and another partition "/".
I am at the fstab file and see the following:
# /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/md1 during installation
UUID=5683153f-5108-4d40-8a29-b6717fa623a3 / ext4 errors=remount-ro 0 1
# swap was on /dev/md0 during installation
UUID=43a854c5-8504-430c-a2cc-bcb500ea82b2 none swap sw 0 0
I see the 2 UUIDs and the "errors=remount-ro". Is this going to work?
Thanks in advance.
Don
|