NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-amd64/40727: kernel trap on intensive filesystem operations (ffs_valloc: dup alloc)



> Can you provde the output of these commands please:
>
> ident /netbsd | grep ffs_alloc
$NetBSD: ffs_alloc.c,v 1.113 2008/08/06 12:54:26 hannken Exp $


> dumpfs /dev/foo | head
If I understood correctly I need to do that for my HDD
dumpfs /dev/wd0 | head:
dumpfs: /dev/wd0d: could not find superblock, skipped


> mount -v
/dev/wd0a on / type ffs (local, root file system, fsid: 0x0/0x78b, reads: sync 5313 async 0, writes: sync 10 async 17)
/dev/wd0f on /var type ffs (local, fsid: 0x5/0x78b, reads: sync 3788 async 0, writes: sync 110 async 25)
/dev/wd0e on /usr type ffs (local, fsid: 0x4/0x78b, reads: sync 1151956 async 15, writes: sync 238356 async 2059)
/dev/wd0g on /home type ffs (local, fsid: 0x6/0x78b, reads: sync 0 async 0, writes: sync 2 async 0)
mfs:166 on /tmp type mfs (synchronous, local, fsid: 0xff00/0x78b, reads: sync 4172 async 0, writes: sync 1274 async 6)
kernfs on /kern type kernfs (local, fsid: 0x8b01/0x1d28b, reads: sync 0 async 0, writes: sync 0 async 0)
ptyfs on /dev/pts type ptyfs (local, fsid: 0x7b01/0x6b7b, reads: sync 0 async 0, writes: sync 0 async 0)



Home | Main Index | Thread Index | Old Index