[Bug 253754] Live UFS Resize Not Working with 13.0-BETA3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 1 17:18:11 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253754

Andrey Fesenko <andrey at bsdnir.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrey at bsdnir.info

--- Comment #1 from Andrey Fesenko <andrey at 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/5263be8dddbbc666-47/s1280x1920/49722e0d1b8f0e2b5b3cf3ce1e1bddee8da7f941.png

This bug exist longtime ago,more half year

 root at checkfs:~ # gpart show
 =>     40  6291376  da0  GPT  (3.0G)
       40     1024    1  freebsd-boot  (512K)
     1064  6290352    2  freebsd-ufs  (3.0G)

 root at checkfs:~ # df -h /
 Filesystem    Size    Used   Avail Capacity  Mounted on
 /dev/da0p2    2.8G    1.1G    1.4G    44%    /
 root at checkfs:~ # growfs /dev/da0p2
 growfs: /dev/da0p2 is not clean - run fsck.

 root at 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% 
fragmentation)
 root at checkfs:~ # growfs /dev/da0p2
 growfs: /dev/da0p2 is not clean - run fsck.

 root at 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 8192
-j -k 6400 -m 8 -o time -s 5972992 /dev/da0p2

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list