On Thu, Mar 08, 2001 at 05:40:11PM -0800, David O'Brien wrote:
> Does anyone know of *any* problems with committing this diff?
> It changes the % free space from the 8% default to 0.

I would imagine that this should be fine.  We've been doing this in
PicoBSD for a long while.

BTW, I believe that -o space becomes the default when -m 0 is specified.

Joe




> 
> Index: doFS.sh
> ===================================================================
> RCS file: /home/ncvs/src/release/scripts/doFS.sh,v
> retrieving revision 1.24.2.3
> diff -u -r1.24.2.3 doFS.sh
> --- doFS.sh   2001/01/14 08:24:48     1.24.2.3
> +++ doFS.sh   2001/03/09 00:23:53
> @@ -55,7 +58,7 @@
>  
>       vnconfig -s labels -c /dev/r${VNDEVICE} ${FSIMG}
>       disklabel -Brw /dev/r${VNDEVICE} ${FSLABEL}
> -     newfs -i ${FSINODE} -T ${FSLABEL} -o space /dev/r${VNDEVICE}c
> +     newfs -i ${FSINODE} -T ${FSLABEL} -o space -m 0 /dev/r${VNDEVICE}c
>  
>       mount /dev/${VNDEVICE}c ${MNT}
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

PGP signature

Reply via email to