mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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.
This commit is contained in:
parent
973f098aab
commit
a7f096115f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11137
17
etc/disktab
17
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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user