diff --git a/etc/disktab b/etc/disktab index f408340090f7..b915c552d583 100644 --- a/etc/disktab +++ b/etc/disktab @@ -33,8 +33,17 @@ # # To make a filesystem on a floppy: # fdformat [-f ] fd[.] -# disklabel -r -w fd[.] fd -# newfs fd[.] +# disklabel -B -r -w fd[.] fd +# newfs fd[.] +# +# with : +# -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: diff --git a/etc/etc.i386/disktab b/etc/etc.i386/disktab index f408340090f7..b915c552d583 100644 --- a/etc/etc.i386/disktab +++ b/etc/etc.i386/disktab @@ -33,8 +33,17 @@ # # To make a filesystem on a floppy: # fdformat [-f ] fd[.] -# disklabel -r -w fd[.] fd -# newfs fd[.] +# disklabel -B -r -w fd[.] fd +# newfs fd[.] +# +# with : +# -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: