Everyone that has commented seems to agree `-m 0' will cause no problems.
This commit is contained in:
parent
5951069a87
commit
221bdf6158
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user