Therefore, it complained about this partition every time it comes up. I was unable to boot up.
When going into single user mode, / partition was read-only and I couldn't make any changes to /etc/fstab.
Then, I found the following command that makes / partition writable:
Code: Select all
# mount -o remount,rw /
Code: Select all
# mount -t <FS type> -o remount,rw <file system> <mount point>
# mount -t ext4 -o remount,rw /dev/mapper/rootvg-LogVol00 /