Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Mar 2006 09:32:50 -0500
From:      Chad Whitacre <chad@zetaweb.com>
To:        freebsd-questions@freebsd.org
Subject:   "Panic: unmount: dangling vnode"
Message-ID:  <duhh6j$d00$1@sea.gmane.org>

next in thread | raw e-mail | index | archive | help
Dear All,

Can anyone tell me what this error message means?

   Panic: unmount: dangling vnode


I believe it is caused by this script:

   #!/bin/sh

   /sbin/mount /backup/
   /usr/local/bin/rsync -ax --delete /usr/ /backup/
   /bin/sleep 15
   /sbin/umount /backup/

   echo 'backup of IWS complete'


Thanks!



Chad Whitacre
http://www.zetadev.com/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?duhh6j$d00$1>