Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2018 05:06:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 225423] panic: softdep_deallocate_dependencies: dangling deps
Message-ID:  <bug-225423-3630-C51bXwoWRs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225423-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225423-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225423

--- Comment #10 from Deepak Ukey <deepak.ukey@microsemi.com> ---
(In reply to Kirk McKusick from comment #9)
Hi,

Setup Details:
I have one SATA drive (/dev/da0) attached to Microsemi Storage controller a=
nd
my OS is on drive attached to AHCI on board controller.=20

Steps to reproduce the issue:
1) Create the GPT partition of drive:
#gpart create =E2=80=93s gpt /dev/da0

2)Create the partition:
#gpart add =E2=80=93t freebsd-ufs =E2=80=93l gpusrfs =E2=80=93a <512k> /dev=
/da0

3)Format it:
#newfs =E2=80=93U /dev/da0p1

4)Create the mount directory:
#mkdir /mnt/<Directory>

5)Mount the drive partition:
#mount /dev/<da0p1> /mnt/<Directory>

7)Write the data using dd command:
dd if=3D/dev/zero of=3Dtest bs=3D10240 count=3D100000

8) The same time when after starting step 7, remove the drive attached to
Microsemi Storage controller.=20

Please let me know if you have any questions.

Thanks,
Deepak

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225423-3630-C51bXwoWRs>