LVM - FILESYSTEM

Posted on

Good afternoon sirs,
I created my LEVEL system and am configuring my /etc/fstab, my question is: Can I configure the same mount point for 3 logical volumes?
Ex:
I created a /data directory and I want to mount 3 logical volumes in the same directory, thus:

Mounting device: /dev/mysql_data/mydata1
Mounting Point: /dados
Filesystem Type: ext4
options: defaults
dump: 0
pass: 2

--

Mounting device: /dev/mysql_data/mydata2
Mounting Point: /dados
Filesystem Type: ext4
options: defaults
dump: 0
pass: 2

--

Mounting device: /dev/mysql_data/mydata3
Mounting Point: /dados
Filesystem Type: ext4
options: defaults
dump: 0
pass: 2

It's possible? Because when I saved the text editor, I ran the command "mount -a" it only appeared a mount in /data

Responses