Luigi Rizzo 045651ec1e Create a fake geometry (16 heads, 64 sectors) when dealing with
a plain file and a geometry is not explicitly supplied through
command line or disktab entry.

This way you can a FAT image on a file as simply as this:

	newfs_msdos ./some/file

(right now you need a much longer command

	newfs_msdos -h 32 -u 64 -S 512 -s $total_blocks -o 0 ./some/file

Will be merged after 7.1 and 6.4 are released.
See also the related PR which suggests a similar change.

PR:		bin/121182
MFC after:	4 weeks
2008-11-26 21:05:03 +00:00
..
2008-11-05 09:28:30 +00:00
2006-10-31 22:36:49 +00:00
2006-10-31 22:07:29 +00:00
2008-11-18 20:38:07 +00:00
2008-10-19 09:45:29 +00:00
2008-09-27 00:09:10 +00:00
2007-11-18 09:18:20 +00:00
2007-07-03 12:46:08 +00:00
2008-09-29 05:31:27 +00:00
2007-09-23 16:06:37 +00:00