Date: Sun, 05 Jun 2022 05:56:02 +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-P9UGnILpoF@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 #4 from Martin Birgmeier <d8zNeCFG@aon.at> --- (In reply to Kubilay Kocak from comment #2) 13.1 fc952ac2212b121aa6eefc273f5960ec3e0a466d is working: [0]# ll /dev/da0* crw-r----- 1 root operator 0x59 Jun 5 07:48 /dev/da0 crw-r----- 1 root operator 0x5d Jun 5 07:48 /dev/da0s1 crw-r----- 1 root operator 0x5e Jun 5 07:48 /dev/da0s4 crw-r----- 1 root operator 0x62 Jun 5 07:48 /dev/da0s4a crw-r----- 1 root operator 0x63 Jun 5 07:48 /dev/da0s4b crw-r----- 1 root operator 0x64 Jun 5 07:48 /dev/da0s4d [0]# fsck /dev/da0s4a ** /dev/da0s4a ADD SUPERBLOCK CHECK-HASH PROTECTION? [yn] n ADD INODE CHECK-HASH PROTECTION? [yn] n ** Last Mounted on /mnt ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 3627 files, 131623 used, 376160 free (3256 frags, 46613 blocks, 0.6% fragmentation) ***** FILE SYSTEM IS CLEAN ***** [0]# fsck /dev/da0s4d ** /dev/da0s4d ADD SUPERBLOCK CHECK-HASH PROTECTION? [yn] n ADD INODE CHECK-HASH PROTECTION? [yn] n ** Last Mounted on /mnt/usr ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 1269131 files, 10661916 used, 13593544 free (15728 frags, 1697227 blocks, 0= .1% fragmentation) ***** FILE SYSTEM IS CLEAN ***** [0]# gpart show da0 =3D> 63 976773105 da0 MBR (466G) 63 1985 - free - (993K) 2048 761726968 1 ntfs (363G) 761729016 215044152 4 freebsd [active] (103G) [0]# gpart show da0s4 =3D> 0 215044152 da0s4 BSD (103G) 0 16 - free - (8.0K) 16 4194304 1 freebsd-ufs (2.0G) 4194320 10485760 2 freebsd-swap (5.0G) 14680080 200364072 4 freebsd-ufs (96G) [0]#=20 -- Martin --=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-P9UGnILpoF>