/u01/data went missing on WebLogic on OCI Instance
While working on my WebLogic on OCI Instance I found that /u01/data mountpoint went missing. It might have happened while doing maintenance activities on the file system. The first thing I noticed was that the UUID entry in /etc/fstab was missing. The fix is pretty simple, get the UUID and run the mount command. I…