[Bug 245907] fsck_ufs segfaults with gjournal (SU+J)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 19 08:58:10 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245907
nvass at gmx.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nvass at gmx.com
--- Comment #5 from nvass at gmx.com ---
With the following script you can trigger the problem:
#!/bin/sh
diskfile=`mktemp`
truncate -s 10G $diskfile
mdconfig -u 100 -f $diskfile
disk=/dev/md100
gjournal load
gjournal label ${disk}
newfs -J ${disk}.journal
yes q | fsdb ${disk}.journal
fsck -p /dev/md100.journal
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list