Date: Mon, 01 Mar 2021 17:18:11 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 253754] Live UFS Resize Not Working with 13.0-BETA3 Message-ID: <bug-253754-227-4U4DhwEnu1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253754-227@https.bugs.freebsd.org/bugzilla/> References: <bug-253754-227@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=3D253754 Andrey Fesenko <andrey@bsdnir.info> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey@bsdnir.info --- Comment #1 from Andrey Fesenko <andrey@bsdnir.info> --- Confirm FreeBSD-13.0-BETA4 Simple default install (auto ufs), tested bhyve and vmware. If mount raw partition on host, growfs work fine, or single user https://64.media.tumblr.com/619e06b701b5a5beabc17441a3f23691/5263be8dddbbc6= 66-47/s1280x1920/49722e0d1b8f0e2b5b3cf3ce1e1bddee8da7f941.png This bug exist longtime ago,more half year root@checkfs:~ # gpart show =3D> 40 6291376 da0 GPT (3.0G) 40 1024 1 freebsd-boot (512K) 1064 6290352 2 freebsd-ufs (3.0G) root@checkfs:~ # df -h / Filesystem Size Used Avail Capacity Mounted on /dev/da0p2 2.8G 1.1G 1.4G 44% / root@checkfs:~ # growfs /dev/da0p2 growfs: /dev/da0p2 is not clean - run fsck. root@checkfs:~ # fsck -y /dev/da0p2 ** /dev/da0p2 (NO WRITE) ** SU+J Recovering /dev/da0p2 USE JOURNAL? no ** Skipping journal, falling through to full fsck SETTING DIRTY FLAG IN READ_ONLY MODE UNEXPECTED SOFT UPDATE INCONSISTENCY ** Last Mounted on / ** Root file system ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 16543 files, 294909 used, 426570 free (562 frags, 53251 blocks, 0.1%=20 fragmentation) root@checkfs:~ # growfs /dev/da0p2 growfs: /dev/da0p2 is not clean - run fsck. root@checkfs:~ # dumpfs -m /dev/da0p2 # newfs command for /dev/da0p2 (/dev/da0p2) newfs -O 2 -U -a 32 -b 32768 -d 32768 -e 4096 -f 4096 -g 16384 -h 64 -i 81= 92 -j -k 6400 -m 8 -o time -s 5972992 /dev/da0p2 --=20 You are receiving this mail because: 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-253754-227-4U4DhwEnu1>