For this case,
You should mount the logic volume (lv) to related path.
For example, you are using ftp server;
Run this command after system is up:
mount /dev/my_vg_ora/vol01 /srv/ftp/myhome/
(mount - logic volume path - mounted path)
You should mount the logic volume (lv) to related path.
For example, you are using ftp server;
Run this command after system is up:
mount /dev/my_vg_ora/vol01 /srv/ftp/myhome/
(mount - logic volume path - mounted path)