Everyone that has commented seems to agree `-m 0' will cause no problems.

This commit is contained in:
David E. O'Brien 2001-03-10 17:10:48 +00:00
parent 5951069a87
commit 221bdf6158
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74079

View File

@ -47,7 +47,7 @@ do
fi
fi
disklabel -Brw /dev/${MDDEVICE} ${FSLABEL}
newfs -i ${FSINODE} -T ${FSLABEL} -o space -m 1 /dev/${MDDEVICE}c
newfs -i ${FSINODE} -T ${FSLABEL} -o space -m 0 /dev/${MDDEVICE}c
mount /dev/${MDDEVICE}c ${MNT}