a new way to hang 7.0
    Matthew Dillon 
    dillon at apollo.backplane.com
       
    Fri Jan  4 14:44:47 PST 2008
    
    
  
: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@@0x477eae02
    abcd
    vkernel# ls
    vkernel# cd @@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@@0x477eae89
    defgh
    vkernel# cat charlie@@0x477eae02
    abcd
    vkernel# cd /mnt
    vkernel# cd @@0x477eae02
    vkernel# cat charlie
    abcd
    vkernel#
    Not only does it work, but it works on the entire filesystem state thank
    you very much.
    In anycase, I will follow w/ Graham in personal email.
					-Matt
					Matthew Dillon 
					<dillon at backplane.com>
    
    
More information about the freebsd-current
mailing list