Date: Mon, 11 Mar 2024 17:17:29 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 264450] ufs: Partition recognized on 12.3 not recognized on CURRENT (2573e6ced996): Cannot find file system superblock .. Invalid fstype: Invalid argument Message-ID: <bug-264450-3630-5pmJhPSeV1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264450-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-264450-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=3D264450 --- Comment #32 from slb@sonnet.com --- (In reply to Kirk McKusick from comment #31) I built the stable/13 commits against 13.3. Still wouldn't mount with: test# mount -o ro /dev/md0s1a /mnt UFS1 superblock failed: fs->fs_old_cpg (89) !=3D 1 (1) mount: /dev/md0s1a: Invalid fstype: Invalid argument Deleted line 395 of ffs_subr.c, rebuilt, and it mounted. However, there also seem to be some different fsck tests versus 14: # fsck /dev/md0s1a UFS1 superblock failed: fs->fs_old_cpg (89) !=3D 1 (1) UFS1 superblock failed: fs->fs_old_spc (4096) !=3D fs->fs_fpg * fs->fs_old_= nspf (364544) UFS1 superblock failed: fs->fs_old_ncyl (1885) !=3D fs->fs_ncg (22) Cannot find file system superblock UFS1 superblock failed: fs->fs_old_cpg (89) !=3D 1 (1) UFS1 superblock failed: fs->fs_old_spc (4096) !=3D fs->fs_fpg * fs->fs_old_= nspf (364544) UFS1 superblock failed: fs->fs_old_ncyl (1885) !=3D fs->fs_ncg (22) Cannot find file system superblock --=20 You are receiving this mail because: You are on the CC list for the bug. 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-264450-3630-5pmJhPSeV1>