Date: Wed, 30 Jul 2014 00:46:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 192262] New: the -S flag of newfs do not take effective,sector size always set to 512 Message-ID: <bug-192262-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: amutu@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192262-8>