Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2011 17:39:40 -0700
From:      "Devin Teske" <dteske@vicor.com>
To:        "'Chris Hill'" <chris@monochrome.org>
Cc:        david.robison@fisglobal.com, freebsd-questions@freebsd.org, "'Teske, Devin'" <Devin.Teske@fisglobal.com>
Subject:   RE: Suddenly lots processes exits signal 11 (core dumped)
Message-ID:  <00f101cc0473$9d1a2bf0$d74e83d0$@vicor.com>
In-Reply-To: <alpine.BSF.2.00.1104261949170.93629@tripel.monochrome.org>
References:  <4DB6D082.4020907@inbox.lv> <BANLkTimZ3eQmOOimQxjGJF_E12hk-SvS8Q@mail.gmail.com> <4DB6D839.3010809@inbox.lv> <4DB704E9.7000802@fisglobal.com> <007101cc0452$471bb7d0$d5532770$@vicor.com> <alpine.BSF.2.00.1104261949170.93629@tripel.monochrome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From: Chris Hill [mailto:chris@monochrome.org]
> Sent: Tuesday, April 26, 2011 4:51 PM
> To: Devin Teske
> Cc: david.robison@fisglobal.com; freebsd-questions@freebsd.org; Teske, Devin
> Subject: RE: Suddenly lots processes exits signal 11 (core dumped)
> 
> On Tue, 26 Apr 2011, Devin Teske wrote:
> 
> > Continue on to create a 2nd [visible] partition beyond the primary
> > bootable [invisible] partition (allowing you to use the remainder of
> > your thumb drive for usable storage)...
> >
> > 5. Execute: echo "p 2 0x0c * *" | fdisk -f - /dev/da5
> > NOTE: again, assuming `da5' is your thumb drive
> 
> tripel# echo "p 2 0x0c * *" | fdisk -f - /dev/da0
> ******* Working on device /dev/da0 *******
> fdisk: Class not found
> tripel#

Hmmm. Odd. That's worked for me on FreeBSD-4.11, 6.1, 7.2, and 8.1 (both i386
and amd64).

What's the output of:
	uname -spr

Also, after completing the dd(1) command, what's the output of:
	fdisk -p /dev/da5

It should look something like this:

	# /dev/da5
	g c31 h64 s32
	p 1 0x17 1 64259
	a 1

Something you might also want to try is zapping the disk (wiping all contents)
prior to trying again:

	dd if=/dev/zero of=/dev/da5

I once had a thumb drive that had slackware on it that needed to be "zapped" in
the above manner before it worked properly.
-- 
Devin


> 
> Any notion why? `man fdisk` isn't much help.
> 
> Thanks.
> 
> --
> Chris Hill               chris@monochrome.org
> **                     [ Busy Expunging </> ]

_____________

The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.
_____________



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00f101cc0473$9d1a2bf0$d74e83d0$>