Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
Oracle Linux: Paravirtualized Block Volume Not Mounting After OCI Instance Restart
in Linux
APPLIES TO:
Linux OS–Version Oracle Linux 7.0 to Oracle Linux 9.0 [Release OL7 to OL9]
Oracle Cloud Infrastructure
SYMPTOMS:
After a full OS reboot, the filesystem is not being mounted automatically.
/etc/fstab
file shows the following for /u01
UUID="c24e1bf8-66c6-43ae-86b7-2d215c9cabbe /u01 ext4 defaults,noatime,_netdev 0 0
The mount
command displays no errors, still the Filesystem is not mounted:
[hostname ~]# mount /u01
[hostname ~]#
[hostname ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.2G 0 7.2G 0% /dev
tmpfs 7.2G 84K 7.2G 1% /dev/shm
tmpfs 7.2G 18M 7.2G 1% /run
tmpfs 7.2G 0 7.2G 0% /sys/fs/cgroup
0