Searched hist:f3095649 (Results 1 – 3 of 3) sorted by relevance
/openbsd/sbin/newfs/ |
H A D | newfs.8 | f3095649 Mon May 23 10:56:17 GMT 2011 dcoppa <dcoppa@openbsd.org> Allow specifying k/m/g/... suffixes in newfs(8) -S and -s options.
Useful for mount_mfs, now you can just say:
# mount_mfs -s 50m swap /tmp
And it will do what you want, taking into account sector size.
Old behaviour of -s (specifying count of sectors) is, of course, preserved.
All the work was done by Vadim Zhukov (persgray(at)gmail com).
OK myself, otto@, thib@
|
H A D | mkfs.c | f3095649 Mon May 23 10:56:17 GMT 2011 dcoppa <dcoppa@openbsd.org> Allow specifying k/m/g/... suffixes in newfs(8) -S and -s options.
Useful for mount_mfs, now you can just say:
# mount_mfs -s 50m swap /tmp
And it will do what you want, taking into account sector size.
Old behaviour of -s (specifying count of sectors) is, of course, preserved.
All the work was done by Vadim Zhukov (persgray(at)gmail com).
OK myself, otto@, thib@
|
H A D | newfs.c | f3095649 Mon May 23 10:56:17 GMT 2011 dcoppa <dcoppa@openbsd.org> Allow specifying k/m/g/... suffixes in newfs(8) -S and -s options.
Useful for mount_mfs, now you can just say:
# mount_mfs -s 50m swap /tmp
And it will do what you want, taking into account sector size.
Old behaviour of -s (specifying count of sectors) is, of course, preserved.
All the work was done by Vadim Zhukov (persgray(at)gmail com).
OK myself, otto@, thib@
|