On Wed, 12 Jul 2006 14:53:51 -0700
"Roderick A. Anderson" <raanders@acm.org> wrote:
> Is there a neat trick to un-hashify a guest?
find / -type f \
| while read FILE; do
cp -av ${FILE} ${FILE}.remove-hashification
rm ${FILE}
mv ${FILE}.remove-hashification ${FILE}
done
that's just an example, but should convey the idea well enough.
> It would probably help me understand better what vhashify
> is doing ... without going through the code.
http://archives.linux-vserver.org/200605/0098.html
http://archives.linux-vserver.org/200605/0228.html
corey
-- undefined@pobox.com _______________________________________________ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserverReceived on Thu Jul 13 05:34:16 2006