I have created a virtual machine with Ubuntu 20 OS. It has one OS disk and 128GB secondary data disk (seperately purchased) to store all the application data.
I have mounted it on /mnt/data
directory. after mounting the disk it is working properly. But time to time that mount is dissapearing.
after restart the drive mame is sda -> sda1 and another time it will become sdc -> sdc1.
Already updated the FSTAB as below.
/dev/sda1 /mnt/data ext4 defaults 0 2
how to solve this.