Learn how to read data from a shared storage space.
Version 5 Release 2 added the ability for multiple Linux partitions to share virtual disks. Multiple partitions can now read data from a shared storage space concurrently. The ability to share virtual disks is useful whenever two or more Linux partitions need to use the same file. For example:
mount -o ro /dev/hdb1 /mnt/data2
An entry in the /etc/fstab file to mount a disk resource as read-only would resemble the following:
/dev/hdb1 /mnt/data ext2 ro 1 1