mount: Abort trap
    Wilkinson, Alex 
    alex.wilkinson at dsto.defence.gov.au
       
    Sun Sep 10 21:45:32 PDT 2006
    
    
  
Hi all,
Does anyone whatsup here:
	# mount hostname:/mnt/tmp /mnt/tmp
	mount: /mnt/tmp: Abort trap
Truss OutPut:
	<snip>
	mmap(0x0,4096,(0x3)PROT_READ|PROT_WRITE,(0x1002)MAP_ANON|MAP_PRIVATE,-1,0x0) =
	672460800 (0x2814f000)
	break(0x804f000)                                 = 0 (0x0)
	break(0x8050000)                                 = 0 (0x0)
	fork()                                           = 59817 (0xe9a9)
	wait4(0xe9a9,0xbfbfdf38,0x0,0x0)                 = 59817 (0xe9a9)
	mount: write(2,0xbfbfd8e0,7)                             = 7 (0x7)
	/mnt/tmp: Abort trapwrite(2,0xbfbfd900,20)                               = 20
	(0x14)
	
	write(2,0x2813a333,1)                            = 1 (0x1)
	exit(0x1)
	process exit, rval = 256
	</snip>
Mounting over NFS from FreeBSD-CURRENT to FreeBSD-6.1-RELEASE.
 -aW
    
    
More information about the freebsd-current
mailing list