The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.
To mount the image of the original file system read-only:
Mount the snapshot of the original file system on a temporary mount point.
#
mount -t btrfs -o subvol=ext2_saveddevicetemp_mountpoint1Mount the image of the original file system read-only on another temporary mount point, specifying the correct file system type (
ext2,ext3, orext4) to the -t option.#
mount -t extN-o loop,rotemp_mountpoint1/imagetemp_mountpoint2

