Linux Challenges 1

Hello,
I’m stuck on mounting lvm persistenly “make sure that this mount point is persistent across reboots with the correct default options”. Here is my configuration in fstab.

UUID=88dfd2d2-493e-4e49-908b-bd0b44614c08 /mnt/dba_storage xfs defaults 0 0
I got the above UUID from the command “blkid” & “lsblk -f”.

I have also tried the below configuration also in fstab.
/dev/mapper/dba_storage-volume_1 /mnt/dba_storage xfs defaults 0 0
Can anyone tell me where is the problem?

Hi @adi.tawfique

I have tried this out and the following line added to /etc/fstab (which looks the same as yours) does yield a green tick for “make sure that this mount point is persistent across reboots with the correct default options”.

I placed it above the vagrant comment, though it shouldn’t make any difference.

/dev/mapper/dba_storage-volume_1 /mnt/dba_storage xfs defaults 0 0

Please reset the lab and try again.

1 Like

Thanks for your reply. After resetting the LAB, I was able to do it.