[Bug 192262] New: the -S flag of newfs do not take effective,sector size always set to 512

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 30 00:46:49 UTC 2014


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

            Bug ID: 192262
           Summary: the -S flag of newfs do not take effective,sector size
                    always set to 512
           Product: Base System
           Version: 10.0-RELEASE
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: amutu at amutu.com

newfs -S 4k -U /dev/da1p2 
/dev/da1p2: 544268.7MB (1114662280 sectors) block size 32768, fragment size
4096
    using 870 cylinder groups of 626.09MB, 20035 blks, 80256 inodes.
    with soft updates
....

newfs -N -U /dev/da1p2
/dev/da1p2: 544268.7MB (1114662280 sectors) block size 32768, fragment size
4096
    using 870 cylinder groups of 626.09MB, 20035 blks, 80256 inodes.
    with soft updates

while the sector size always 512 (544268.7MB / 1114662280 ).But My disk' phys
sector size is 4k,I want to set the ufs sector to 4k.

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


More information about the freebsd-bugs mailing list