Hi,
I cannot mount the snapshot filesystem of the XFS filesystem.
To make the snapshot, I used xfs_freeze. Why it couldn't be mounted?
# lvcreate -L 132m -n masano1 vg0
# mkfs.xfs /dev/vg0/masano1
# mount -t xfs /dev/vg0/masano1 /mnt/masano1
# xfs_freeze -f /mnt/masano1
# lvcreate -L 60m -n masano2 -s /dev/vg0/masano1
# xfs_freeze -u /mnt/masano1
# mount -t xfs -o ro,nouuid /dev/vg0/masano2 /mnt/masano2
XFS mounting filesystem lvm(58,1)
XFS: WARNING: recovery required on readonly filesystem.
XFS: write access unavailable, cannot proceed.
XFS: log mount/recovery failed
XFS: log mount failed
I noticed this may be occurred from "8/28 Merge irix6.5f:irix:101630a".
Any comments and suggestions are welcome.
Cheers.
--
masano
|