[Bug 264450] ufs: Partition recognized on 12.3 not recognized on CURRENT (2573e6ced996): Cannot find file system superblock .. Invalid fstype: Invalid argument
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jun 2022 05:56:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264450 --- 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 => 63 976773105 da0 MBR (466G) 63 1985 - free - (993K) 2048 761726968 1 ntfs (363G) 761729016 215044152 4 freebsd [active] (103G) [0]# gpart show da0s4 => 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]# -- Martin -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.