On 1/4/08, Matthew Dillon <dillon_at_apollo.backplane.com> wrote: > > :There are better lists on which to discuss DragonflyBSD vaporware. > : > :Scott > > Not having a good new year, Scott? > > Not production ready, but certainly not vaporware. > > vkernel# cd /mnt > vkernel# echo "abcd" > charlie > vkernel# sync > vkernel# hammer now > 0x477eae02 > vkernel# rm charlie > vkernel# sync > vkernel# cat charlie_at__at_0x477eae02 > abcd > vkernel# ls > vkernel# cd _at__at_0x477eae02 > vkernel# ls > charlie > vkernel# cd /mnt > vkernel# echo "defgh" > charlie > vkernel# sync > vkernel# hammer now > 0x477eae89 > vkernel# echo "ijkl" > charlie > vkernel# sync > vkernel# hammer now > 0x477eae8f > vkernel# cat charlie > ijkl > vkernel# cat charlie_at__at_0x477eae89 > defgh > vkernel# cat charlie_at__at_0x477eae02 > abcd > vkernel# cd /mnt > vkernel# cd _at__at_0x477eae02 > vkernel# cat charlie > abcd > vkernel# > > Not only does it work, but it works on the entire filesystem state > thank > you very much. What's with all the sync commands? Just habit? Or part of the process? -- Peter Wemm - peter_at_wemm.org; peter_at_FreeBSD.org; peter_at_yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5Received on Sat Jan 05 2008 - 21:55:46 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:25 UTC