A system administrator has created an XFS filesystem on `/dev/vg01/data_lv` and needs to ensure it is mounted automatically at `/srv/data` upon system boot. Which of the following `/etc/fstab` entries is the most robust and correct way to achieve this?
-
A
/dev/vg01/data_lv /srv/data xfs defaults 0 0
-
B
UUID=550e8400-e29b-41d4-a716-446655440000 /srv/data ext4 defaults 0 0
-
C
UUID=550e8400-e29b-41d4-a716-446655440000 /srv/data xfs defaults 0 0
-
D
/srv/data /dev/vg01/data_lv xfs defaults 0 0