From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Sun, 23 Aug 2009 23:27:41 -0400 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Using cwfs Topicbox-Message-UUID: 522b1ee0-ead5-11e9-9d60-3106f5b1d025 On Sun Aug 23 22:12:54 EDT 2009, akumar@mail.nanosouffle.net wrote: > ...: phase error -- cannot happen i haven't ever seen this error. i would expect something like this minooka; lc ls: .: phase error -- directory entry not allocated if you are simply left with a directory that's been deleted. maybe something else is going on? > So, I found the files I lost in an older dump. > Is there any way I can load them from the > dump into the cache without having to copy > them back? > > I know bind is an option, but something more > permanent would be better in this case. i don't know if i can answer your question as it is without giving an answer that confuses the issue. a file can be on the worm, not in the cache *and* in the active fs. my version of the fs has the option to not copy anything to the cache. this is generally a good idea as the cache and worm are generally on similar disks these days. the active fs is everything accessable from the main fs without going through the dump. of course, if you ever delete or change something, there are files accessable only through the dump. the cache is mostly orthoganal to this. except that between dumps, modifications are in the cache, though they have actually worm addresses. this is why some blocks are usually lost on each dump. since the maximum allocated address on the worm is never adjusted down to account for deletions. so the only way to move a file that only exists in the dump to the active fs is to copy it. - erik