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
..
2006-10-23 10:48:19 +00:00
2008-08-06 18:08:02 +00:00
2008-05-25 22:11:40 +00:00
2008-11-05 09:28:30 +00:00
2007-09-08 20:24:12 +00:00
2007-11-20 01:55:37 +00:00
2008-08-03 14:27:06 +00:00
2008-03-21 20:38:28 +00:00
2008-06-27 09:09:50 +00:00
2008-10-17 13:28:53 +00:00
2008-05-24 05:20:46 +00:00
2007-05-12 22:35:22 +00:00
2006-10-31 22:36:49 +00:00
2008-09-30 07:18:49 +00:00
2007-05-10 12:33:00 +00:00
2008-01-29 00:20:00 +00:00
2008-10-13 14:01:05 +00:00
2008-01-31 13:22:13 +00:00
2006-10-31 22:07:29 +00:00
2007-04-06 11:16:11 +00:00
2008-11-18 20:38:07 +00:00
2008-06-26 07:05:35 +00:00
2007-12-17 08:03:18 +00:00
2008-10-19 09:45:29 +00:00
2008-09-27 00:09:10 +00:00
2007-11-18 03:29:10 +00:00
2008-10-14 17:59:39 +00:00
2008-11-25 07:17:11 +00:00
2007-02-13 17:06:15 +00:00
2007-10-22 04:12:57 +00:00
2007-02-13 17:06:15 +00:00
2007-01-25 22:38:58 +00:00
2008-09-07 15:19:34 +00:00
2008-06-21 15:04:42 +00:00
2007-05-14 19:23:13 +00:00
2007-06-14 03:16:16 +00:00
2008-07-26 13:18:33 +00:00
2008-08-31 20:08:05 +00:00
2007-01-28 00:51:01 +00:00
2007-01-29 01:49:08 +00:00
2008-11-03 10:38:00 +00:00
2007-11-18 09:18:20 +00:00
2007-10-14 13:55:38 +00:00
2008-09-06 17:26:52 +00:00
2008-03-21 20:16:25 +00:00
2008-11-26 21:05:03 +00:00
2007-07-03 12:46:08 +00:00
2007-07-01 12:08:08 +00:00
2008-08-27 15:01:23 +00:00
2008-07-02 15:51:59 +00:00
2008-06-09 09:07:58 +00:00
2007-08-18 07:58:36 +00:00
2007-04-23 12:17:27 +00:00
2008-05-23 19:17:08 +00:00
2008-04-10 12:16:20 +00:00
2008-07-30 11:56:15 +00:00
2007-12-27 21:28:48 +00:00
2008-06-30 21:18:27 +00:00
2008-09-29 05:31:27 +00:00
2007-11-18 00:33:23 +00:00
2008-06-23 22:17:08 +00:00
2008-06-23 22:06:28 +00:00
2007-09-23 16:06:37 +00:00
2008-09-21 22:02:26 +00:00