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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225423

--- 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 and
my OS is on drive attached to AHCI on board controller. 

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

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

3)Format it:
#newfs –U /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=/dev/zero of=test bs=10240 count=100000

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

Please let me know if you have any questions.

Thanks,
Deepak

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

help

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