On Wed, 28 Apr 2010 11:12:55 PDT rashard Kelly <rash...@ymail.com> wrote:
> I took a snapshot of one of my oracle filesystems this week and when someone > tried to add data to it it filled up. > > I tried to remove some data but the snapshot seemed to keep reclaiming it as > i deleted it. I had taken the snapshot says earlier. Does this make sense? Yes. The snapshot is a frozen image of the file system at the time it is taken, sharing all the data on the file system. When you delete data from the file system that is in the snapshot, it isn't deleted from the snapshot, so the disk space isn't really freed. It won't be counted as "used" by the file system any more, so the file system will use less space. Instead, the space will be counted as "used" by the (or a, if it's in more than one) snapshot, so the total space used won't change. The solution is to delete a snapshot, file system, or zvol. <mike -- Mike Meyer <m...@mired.org> http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. O< ascii ribbon campaign - stop html mail - www.asciiribbon.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org