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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"