summaryrefslogtreecommitdiffstats
path: root/etc/disktab
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-10-02 21:31:21 +0000
committerjoerg <joerg@FreeBSD.org>1995-10-02 21:31:21 +0000
commit1c4d32ea4e3743ff3031fdc02d14e8e571d40b96 (patch)
tree0a343996c408ee7141eddab0cbe5f4259235ee74 /etc/disktab
parent6db5ef09aef173e96e341e98a965ca40075291ff (diff)
downloadFreeBSD-src-1c4d32ea4e3743ff3031fdc02d14e8e571d40b96.zip
FreeBSD-src-1c4d32ea4e3743ff3031fdc02d14e8e571d40b96.tar.gz
Make the options for newfs'ing floppies more specific; the prvious
example without optios would create floppies that waste half of their space in i-node areas. :) (Comment only) Add a sample entry for a Sony 650 MB MOD.
Diffstat (limited to 'etc/disktab')
-rw-r--r--etc/disktab17
1 files changed, 15 insertions, 2 deletions
diff --git a/etc/disktab b/etc/disktab
index f408340..b915c55 100644
--- a/etc/disktab
+++ b/etc/disktab
@@ -33,8 +33,17 @@
#
# To make a filesystem on a floppy:
# fdformat [-f <size>] fd<drive>[.<size>]
-# disklabel -r -w fd<drive>[.<size>] fd<size>
-# newfs fd<drive>[.<size>]
+# disklabel -B -r -w fd<drive>[.<size>] fd<size>
+# newfs <opts> fd<drive>[.<size>]
+#
+# with <opts>:
+# -t 2 - two heads
+# -u 9|15|18 - sectors per track
+# (using the default value of 1/4096 is not much useful for floppies)
+# -l 1 - interleave 1 (for most floppies)
+# -i 65536 - bytes of data per i-node
+# (the default -i value will render you with a floppy wasting way
+# too much space in i-node areas)
#
fd360:\
@@ -170,3 +179,7 @@ fuji513|Fujitsu M22XXXX: \
:pc#961632:oc#0: \
:ph#656208:oh#143136:bh#4096:fh#512:th=4.2BSD:
+sony650|Sony 650 MB MOD|\
+ :ty=removable:dt=SCSI:se#512:nt#1:ns#31:nc#18600:ts#1:rm#4800:\
+ :pc#576600:oc#0:\
+ :pa#576600:oa#0:ta=4.2BSD:ba#8192:fa#1024:
OpenPOWER on IntegriCloud