From: | Tim Bisson <tbisson@xxxxxxx> |
Date: | Tue, 9 Feb 2010 20:50:27 -0800 |
On Feb 9, 2010, at 6:21 PM, Matthew Dillon wrote:
Hi, I tried your patch, but it didn't solve the problem. I'm using a x86_64 kernel from Jan 30th on xen. (gdb) bt #0 Debugger (msg=<value optimized out>) at /usr/src/sys/platform/pc64/x86_64/db_interface.c:360 #1 0xffffffff8036aa0d in panic (fmt=0xffffffff8064bb8e "unmount: dangling vnode") at /usr/src/sys/kern/kern_shutdown.c:742 #2 0xffffffff803d3762 in dounmount (mp=0xffffffff91f64260, flags=0) at /usr/src/sys/kern/vfs_syscalls.c:783 #3 0xffffffff803d38d0 in sys_unmount (uap=0xffffffffb2f07b48) at /usr/src/sys/kern/vfs_syscalls.c:618 #4 0xffffffff805c40fa in syscall2 (frame=0xffffffffb2f07bf8) at /usr/src/sys/platform/pc64/x86_64/trap.c:1189 #5 0xffffffff805bcce3 in Xfast_syscall () at /usr/src/sys/platform/pc64/x86_64/exception.S:304 #6 0x00007ffffffffa8f in ?? () Reply contains invalid hex digit 84 Here's the info I have regarding the ntfs partition I'm testing with: vm11 /usr/src/sys/vfs/ntfs/ $ df | grep ad2 /dev/ad2 51200 6196 45004 12% /mnt vm1 /usr/src/sys/vfs/ntfs/ $ mount | grep ad2 /dev/ad2 on /mnt (ntfs, local) vm1 /usr/src/sys/vfs/ntfs/ $ du /mnt/ 0 /mnt/$Extend 352 /mnt/boot/common 16 /mnt/boot/ficl/i386 16 /mnt/boot/ficl/ia64 81 /mnt/boot/ficl/softwords 16 /mnt/boot/ficl/sparc64 545 /mnt/boot/ficl 112 /mnt/boot/forth 1025 /mnt/boot 3221 /mnt/ Tim |