home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / 386BSD-FAQ / BSD-FAQ-part01 next >
Text File  |  1994-11-27  |  27KB  |  602 lines

  1. Archive-name: 386bsd-faq/part1
  2.  
  3.  
  4.             Frequently Asked Questions
  5.                386BSD, NetBSD, FreeBSD, and
  6.                other BNR/2 derived Operating 
  7.                          Systems.
  8.  
  9.  
  10.                   EXTREMELY UNOFFICIAL
  11.  
  12.  
  13.   Original FAQ by:
  14.     Terry Lambert
  15.     terry_lambert@gateway.novell.com
  16.     terry@icarus.weber.edu
  17.  
  18.  
  19.   New FAQ by:
  20.     TSgt Dave Burgess
  21.     NCOIC, Configuration Management Section, US Strategic Command
  22.     burgessd@j64.stratcom.af.mil
  23.  
  24.                Last Update:  08 Feb 1994 
  25.  
  26.  
  27. Section 0.  (Basic FAQ information)
  28.  
  29. 0.0    Introduction
  30.  
  31.     The 386BSD 0.1 operating system is a derivative of the Berkeley 
  32.     Net/2 release.  The definitive "man without whom we would have 
  33.     nothing" in this effort has been William Jolitz.  For more 
  34.     information, download the code.
  35.  
  36.     386BSD is fully redistributable and is intended as a research OS.  
  37.     As such, many contributions to the system are provided through 
  38.     interaction by people who communicate via many means.  Many new 
  39.     and innovative features have been added to 386BSD since it's 
  40.     original release in June of '92.  There is an 'unofficial' 
  41.     patchkit which is available from many anonymous FTP sources 
  42.     which makes 386BSD more stable and usable.  Many problems 
  43.     associated with the use of 386BSD Version 0.1 can be solved 
  44.     through the application of patches from the patchkit.  In 
  45.     addition, many common Unix packages have been ported with 
  46.     varying degrees of difficulty.
  47.  
  48.     386BSD is available completely free of charge.  It is also 
  49.     available on CD-ROM and many other methods, most of which end up 
  50.     charging for 'media and handling costs'.  It is available by 
  51.     Anonymous FTP and through FTP-Mail.  
  52.  
  53.     386BSD comes in three distinct pieces, each of which is 
  54.     exclusive of the other two.  These distributions are called the 
  55.     'bindist', 'srcdist', and 'etcdist'.  The bindist can be unloaded 
  56.     from its native form (on about 10 diskettes) and loaded onto a 
  57.     42Meg hard drive partition.  It is a fully functional system, 
  58.     including gcc 1.39, all executables for normal Unix style 
  59.     operation, and many other things.  The etc distribution includes 
  60.     MANY additional programs (all with source) which extend the 
  61.     functionality of 386BSD.  The srcdist is the source code for 
  62.     386bsd, along with all of the header files not included in the 
  63.     bindist.  All of the distributions and compilation files will 
  64.     fit onto 180Meg of hard drive (barely).
  65.  
  66.     In addition to the original 386BSD, two newer versions of the 
  67.     system are available, under new names.  NetBSD is the older (or 
  68.     newer depending on whom you choose to believe) and FreeBSD is the
  69.     other.  Both systems have evolved into programs that are superior
  70.     to the progenitor and both have sizable (if a little rabid) 
  71.     followings.  Most of the statements made in this FAQ will apply 
  72.     to all three, although I will try to differentiate one from
  73.     another whenever the difference matters.
  74.  
  75.  
  76. 0.1    About this FAQ.
  77.  
  78.     This FAQ consists of 10 parts:
  79.  
  80.         Section 0.  Basic FAQ information
  81.         Section 1.  General Network Information
  82.         Section 2.  Common installation questions
  83.         Section 3.  Kernel Building and Maintenance
  84.         Section 4.  Kernel Additions
  85.         Section 5.  Kernel Replacement Parts
  86.         Section 6.  Interaction with MS-DOS
  87.         Section 7.  System Communication
  88.         Section 8.  "Supported" Hardware List
  89.         Section 9.  "Supported" Software List
  90.  
  91.  
  92. 0.2    Is 386bsd better than (your favorite operating system name here)?
  93.  
  94.     I decided to put this in section 0, primarily because it by far 
  95.     the most asked and least useful question in comp.os.386bsd.*.  
  96.  
  97.     You will often see this question veiled as a request for a brief 
  98.     description of the differences between 386bsd and (YFOS).  This 
  99.     type of request, while seeming to be a reasonable one, is usually
  100.     looked upon as either an attempt by some folks for the net to do 
  101.     their homework, or as an attempt to start yet another flame-war.
  102.  
  103.     What is the answer to this question, then?
  104.     
  105.     No.  It is not.
  106.  
  107.     Nor is it any worse.
  108.  
  109.     It is DIFFERENT.  There are alternative Operating Systems 
  110.     available, both free and commercial.  386bsd, NetBSD, FreeBSD, 
  111.     and Linux are examples of "free" Unix style Operating Systems.
  112.  
  113.     Here are a brief list of differences between 386bsd and other 
  114.     systems:
  115.  
  116.     1.  386bsd will not run DOS applications (yet).  There is 
  117.     currently no DOS emulator.  People are working on it.  If you 
  118.     want to help, contact Nate (nate@bsd.coe.montana.edu) and tell 
  119.     him.  He will put you in contact with the right people.
  120.  
  121.     2.  386bsd is not binary compatible with anything but the other
  122.     free BSD systems (NetBSD, FreeBSD, and their kith).
  123.  
  124.     If you want to add binary compatibility with some other system, 
  125.     contact Bill and Lynne, or Nate, and volunteer.  NetBSD 0.8
  126.     was actually 386bsd in a new suit.  The documentation that comes 
  127.     with NetBSD goes into a great deal of detail about this.  BTW, 
  128.     this binary compatibility has become backwards compatibility.
  129.     The newer versions of NetBSD are implementing a new type of 
  130.     executable format, wherein references to NULL will cause a core
  131.     dump.  The format of the executable is said to be close to (if 
  132.     not compatible with) BSDI's BSD/386 product.
  133.  
  134.     There is even a caveat on this compatibility.  Anything that uses 
  135.     the original 'dbm' code (passwd database, etc.) will not work
  136.     because all of the newer BSDs, including NetBSD and FreeBSD, are
  137.     using the new dbm code that was released as part of BSD 4.4.
  138.  
  139.     3.  FreeBSD is 386bsd 0.1 with the patchkit applied, and many of 
  140.     the utilities in the system have been updated.  This system is not
  141.     quite as leading edge as NetBSD and is intended to be used as a
  142.     stable operating environment.  The emphasis seems to be on better
  143.     packaging and improved operation.
  144.     
  145.     4.  Where BSD and POSIX differ, 386BSD conforms by default to
  146.     BSD; Linux to POSIX.  Furthermore, while both run mostly GNU
  147.     utilities, Linux tends toward the SysV flavor (e.g. init) 
  148.     where 386BSD sticks with the BSD style.  However, sources for
  149.     different flavors of utilities are available for both, and
  150.     both support compiler options which allow more BSD or more
  151.     POSIX semantics.
  152.  
  153.     Clifford Stoll talks about the 'West Coast/East Coast' feeling 
  154.     of BSD/SysV in his book "The Cuckoo's Egg".  In keeping with 
  155.     that, BSD feels like BSD/West Coast, Linux feels like SysV/East 
  156.     Coast (actually, Finland is what it says on the passport, but 
  157.     stay with me for a minute).   If you don't believe me, just 
  158.     look at the primary U.S. archive sites.   Linux is available 
  159.     from MIT, BSD is available from Berkeley.  Can't get much more 
  160.     'Coast' than that. :-)
  161.  
  162.     Actually, NetBSD and FreeBSD are feeling more and more POSIX all 
  163.     the time.  Recent releases of both products have implemented many
  164.     more POSIX compliant utilities, features, and low-level hooks into
  165.     the operating system.
  166.  
  167.     5.  Linux, NetBSD, FreeBSD, and 386bsd share two vitally important 
  168.     facets.  All are free and all include source.  They are all 
  169.     excellent, and all fill a niche that the others would gladly 
  170.     leave available.  Also, don't forget one of the most important 
  171.     things; get what your friends have.  Then they can help you.
  172.  
  173.     6.  Finally, remember that this FAQ and the comp.os.386bsd.* 
  174.     groups are intended as places for 386bsd users and developers 
  175.     to meet and discuss topics which are germain to the further 
  176.     development of 386bsd.  For more information about Linux, you 
  177.     can read the comp.os.linux.* newsgroups.
  178.  
  179.  
  180. 0.2.1    Are all of the BNR/2 derived systems binary compatible?  If not,
  181.     what are the differences?
  182.  
  183.     NetBSD/1 runs 386BSD, FreeBSD, NetBSD/1 0.8, and most 
  184.     BSDI executables.  However, due to upgrading to the latest 
  185.     version of the UCB DB library, programs which use said 
  186.     library cannot be mixed old and new; e.g. an old `ls' cannot 
  187.     read the pwd.db file created with a new `pwd_mkdb', and vice 
  188.     versa.  This caveat is also true of FreeBSD, though it cannot 
  189.     run BSDI or NetBSD/1 0.9 executables.
  190.  
  191.     Also, due to better (read: properly) enforced address space
  192.     protections, some incorrectly written programs which seemed to 
  193.     work under 386BSD or NetBSD/1 0.8 will core dump under 
  194.     NetBSD/1 0.9, even when recompiled.
  195.  
  196.     The default executable format produced by the NetBSD 0.9 `ld' i
  197.     is not downward compatible with FreeBSD or 386BSD.  It is 
  198.     essentially the same as BSDI's QMAGIC format and Sun's normal 
  199.     format--with no padding between the exec header and the first 
  200.     page of text, and with the first page of the address space 
  201.     always unmapped when loaded--except that the magic numbers are 
  202.     in the conventional `magic + machine id' format, and are in 
  203.     network (big-endian) order.
  204.  
  205.  
  206. 0.3    How to add your pet answer to the FAQ.
  207.  
  208.     This is the trickiest part of this section of the FAQ.  There are 
  209.     only two criteria for getting an entry made into the FAQ:
  210.  
  211.     1.  Your answer should answer a question that seems to come up
  212.         with some regularity, or at least perplexes a group of
  213.         people from time to time.
  214.  
  215.     2.  Your answer should be technically correct.  In other words,
  216.         answers like 'RTFM' and 'everybody knows that' are not really
  217.         good candidates for the FAQ.  These answers should spell out,
  218.         in a reasonable level of detail, precisely how to fix the
  219.         the question asked, or explain the basis for the answer and
  220.         leave the implementation of the answer to the questioner.
  221.  
  222.     All answers MUST include a question.  This is not as obvious as 
  223.     it would seem at first glance.  An answer could solve many 
  224.     problems, especially in the realms of system halts or other 
  225.     catastrophes. 
  226.  
  227.     Since I (Dave) am no Unix guru, I rely HEAVILY on the input of 
  228.     other people to make the FAQ a success.  Many questions in the 
  229.     FAQ have been made largely irrelevant through the patchkits, but 
  230.     that doesn't means they may not reappear.  That is why the old 
  231.     FAQ questions are still here.
  232.  
  233.     New FAQ questions should be added.  I will try to attribute the 
  234.     question/answer to the author, but I personally think this is a 
  235.     waste of good disk space.  As long as the answers get out, that 
  236.     should be reward enough :-)
  237.  
  238.  
  239. 0.4    Administrivia.
  240.  
  241.     Send all question/answer pairs to burgess@hrd769.brooks.af.mil.  
  242.     If you are going to post the Q/A to the net, then do that, but 
  243.     be sure to mark it as a FAQ entry.  I will get it from the net 
  244.     as easily as I do my E-Mail.  Your Q/A will be formatted to 
  245.     look more or less like the others and be added.  Corrections, 
  246.     deletions, flames, snivels, and whines should be addressed 
  247.     directly to me here.  Either way, I will be sure to send out a 
  248.     reply letting you know what I have done with your submission.
  249.  
  250.     To get the absolutely most up-to-date (like to the minute) FAQ 
  251.     set, you will need access to anonymous FTP.  FTP to 
  252.     hrd769.brooks.af.mil and get the entire set out of ~/pub/FAQ.
  253.     I have implemented the advanced FTP server, so you can request
  254.     the files be compressed and/or tarred.  The file 'master.index' 
  255.     is the list of all of the questions in the entire set.  It is
  256.     included in FAQ_00 (below).
  257.  
  258.     One last thing.  I will assume that I am infalible. :-)  I will 
  259.     not notice any mistakes that you may find.  If you find a 
  260.     mistake and don't tell me, it will very likely stay a mistake.
  261.     After all, if I didn't notice it before, why should I notice
  262.     it now?
  263.  
  264.  
  265. 0.5    Master Index.
  266.  
  267.     0.0          Introduction
  268.     0.1          About this FAQ.
  269.     0.2          Is 386bsd better than (your favorite operating system
  270.              name here)? 
  271.     0.2.1        Are all of the BNR/2 derived systems binary compatible?
  272.              If not, what are the differences? 
  273.     0.3          How to add your pet answer to the FAQ.
  274.     0.4          Administrivia.
  275.     0.5          Master Index.
  276.     1.0          What is 386BSD? (Taken from the INSTALL.NOTES by the
  277.              Jolitz's) 
  278.     1.0.1        What are these other Free BSD systems?
  279.     1.0.2        I just downloaded all of 386bsd version 0.1 and I get
  280.              can't get [some feature] to work? Do you have any
  281.              suggestions? 
  282.     1.1          Feature summary
  283.     1.2          The future of 386BSD.
  284.     1.3          386BSD software projects in progress
  285.     1.3.1        Contacting software authors
  286.     1.4          Minimum hardware configuration recommended
  287.     1.5          Where to get the source and binaries
  288.     1.5.1        Forms available (floppy, FTP, CD-ROM)
  289.     1.5.1.1      Where can I get the distribution on floppy or tape?
  290.     1.5.1.2      Where can I get the distribution via FTP?
  291.     1.5.1.3      Where can I get the distribution on CD ROM?
  292.     1.6          Electronic Information Groups for 386BSD
  293.     1.6.1        Usenet newsgroups
  294.     1.6.2        Newsgroup archives.
  295.     1.6.3        BNR/2 Derived bsd mailing lists.
  296.     1.6.4        Other electronic resources.
  297.     1.6.5        System Updates.
  298.     1.7          Documentation available
  299.     1.7.1        BSD manuals
  300.     1.7.2        BSD books
  301.     1.7.3        The Jolitz Book
  302.     1.7.4        Dr. Dobbs' journal
  303.     1.7.5        Other FAQ's on the net that are relevant
  304.     1.8          FTP sites for 386BSD
  305.     1.8.1        FTP Site List
  306.     1.8.2        Official distribution sites
  307.     1.8.3        Reference sites
  308.     1.8.4        Unofficial archive sites that have neat stuff!
  309.     1.8.5        X for 386BSD 0.1 Ported Software List
  310.     2.0          Install process
  311.     2.0.1        Tiny boot disk (versions and media formats)
  312.     2.0.1.1      Where does extract go when I reboot?
  313.     2.0.1.2      I put the floppy in and try to boot, and nothing
  314.              happens. What now? 
  315.     2.0.1.3a     The floppy booted, but now the hard disk won't boot?
  316.     2.0.1.3b     I am trying to reinstall. I run install and it loops
  317.              asking me if I want to use the whole disk? 
  318.     2.0.1.4      There are a bunch of flashing colored things on the
  319.              screen. Now what? 
  320.     2.0.2        Fix-it boot disk
  321.     2.1          Binary distribution
  322.     2.2          Source distribution
  323.     2.3          Additional software distribution
  324.     2.4          Patch-kit
  325.     2.5          Configuration
  326.     2.5.1        Partitions
  327.     2.5.1.1      What is a 'disklabel' and why do I need one?
  328.     2.5.2        Common Disk Label Problems.
  329.     2.5.2.1      Swap space.
  330.     2.5.2.2      Increasing the 386bsd partition size.
  331.     2.5.2.3      I can access the DOS partition on my second disk from
  332.              Unix but not DOS? Any suggestions? 
  333.     2.5.3        How do I set up the system so that I can boot from more
  334.              than one operating system/file-loader without using
  335.              floppies? 
  336.     2.5.4        How do I disklabel my second hard drive?
  337.     2.5.5        386bsd/NetBSD/FreeBSD cannot handle disk geometry
  338.              translations, but it turns out that my disk geometry is
  339.              translated. It has five zones, each with a different
  340.              sec/track! What kind of things can I do about the disk
  341.              translation my hard disk controller uses? 
  342.     2.6          Common installation problems.
  343.     2.6.1        Swap space not identified correctly.
  344.     2.6.2        Endless reboot cycles.
  345.     2.7          The computer just sits there, or 'that isn't right'.
  346.     2.7.1        The boot disk works all right on one computer but not
  347.              another. 
  348.     2.7.2        The screen has "flashing multicolored characters and
  349.              ptdi81061 prompt" error? 
  350.     2.7.3a       I get the error "isr 15 and error: isr 17" on an NE2000
  351.              card. 
  352.     2.7.3b       I have some card on IRQ2 and it doesn't work; why?
  353.     2.7.3c       I am getting lousy performance out of my network card.
  354.              What are some of the other possibilities? 
  355.     2.7.4        What is the difference between IRQ2 and IRQ9? Are they
  356.              really the same, or are they really different? 
  357.     2.7.5        Some of my SCSI devices (like a tape drive) don't work;
  358.              why? 
  359.     2.7.6        I try to run 'ps' or 'w' and get ': cannot get namelist'
  360.              from the TinyBSD kernel. What did I do wrong? 
  361.     2.7.7        I get a 'Floating point constant out of range' when I
  362.              try to compile package 'n'. What is broke? 
  363.     2.7.8        I want to use the Adaptec 1542C SCSI controller. What
  364.              are the problems/tricks you need to know to get it
  365.              working? 
  366.     2.7.9        Did anyone ever find out on how to use the 3c509
  367.              etherlink III card yet for bsd? 
  368.     2.8          Other common problems that are attributed to the
  369.              installation process but are caused other places. 
  370.     2.8.1        Why don't the man pages for "magic" and "file" work?
  371.     2.8.2        Why is apropos broke?
  372.     2.8.3        I want to use more than 16 Megabytes of memory. Will any
  373.              of the Net/2 derived BSD systems support it? 
  374.     2.8.4        I tried to use a device in my computer that should be
  375.              there. When I did, I got a "Device not configured
  376.              error." What do I do now? 
  377.     3.0          System Internals
  378.     3.1          Kernel
  379.     3.1.1        How do I build a kernel?
  380.     3.1.2        I want to do one of the following things:
  381.              * add a device not in the distributed kernel (third com
  382.                port, additional disk or tape, line printer driver,
  383.                etc).
  384.              * use a patch from the net or the patchkit to fix a
  385.                kernel bug.
  386.              * add another swap device.
  387.              * recompile the kernel to remove extraneous devices so
  388.                that it takes up less space.
  389.              * configure more pseudo-terminals to allow for more
  390.                xterms or network logins. 
  391.     3.1.3        I don't have the source distribution -- how can I
  392.              rebuild the kernel? 
  393.     3.1.4        Now that I have a kernel, how do I install it?
  394.     3.1.5        After installing the patchkit and recompiling the kernel
  395.              with the option "WD8013", I am no longer able to reboot
  396.              the machine. A cold boot (power on) runs fine, but after
  397.              a reboot no boot drive is found by the BIOS. Besides
  398.              having a 16-bit WD/SMC Ethernet card installed the
  399.              machines try to boot using either a Adaptec 1742 or 1542
  400.              SCSI board to boot from. 
  401.     3.1.6        My system is comaplaining about stray interrupt 7. Is my
  402.              machine going to explode or anything? 
  403.     3.1.7        I found a bug in the kernel. How do I report it?
  404.     3.1.8        Can someone please give a reasonably clear set of
  405.              instructions as to how to get a "current" version of
  406.              NetBSD running? 
  407.     3.2          What exactly is this config file, anyway? What are all
  408.              of these cryptic notations? 
  409.     3.2.1        Okay, fine. Why shouldn't I just add every device I can
  410.              find to the kernel, so I'll never have to recompile this
  411.              again? 
  412.     3.2.2        What should I remove from the kernel?
  413.     3.2.3        I can't get enough remote login sessions or xterm
  414.              sessions. I also can only get four seesions working at a
  415.              time. What can I do? 
  416.     3.2.4        How do I get ddb, the kernel debugger, compiled into the
  417.              kernel and running? 
  418.     3.2.5        Can I have more than one config file? Should I rename it
  419.              to something else? Any other hints? 
  420.     3.2.6        What is the meaning of the trap codes I get in panic
  421.              messages? Sometimes this message appears in the form
  422.              "trap type nn". 
  423.     3.2.7        I have been getting a lot of "virtual memory exhausted"
  424.              errors when I am compiling a program with a really big
  425.              static array. I have 128Meg of memory and 8Gig of swap.
  426.              How can this be happening? 
  427.     3.2.8        Where can I learn more about all this?
  428.     3.2.9        Does anyone have a system building script that takes
  429.              things like building a new config and multiple config
  430.              files into account? 
  431.     3.3          X11/XFree86/XS3
  432.     3.3.1        What options should I define to get the X extensions
  433.              included? 
  434.     3.3.2        Where can I get the FAQ for 'X'?
  435.     3.3.3        Why does X drop characters when using xdm? When I run
  436.              xdm from the console, it keeps losing keystrokes and the
  437.              shift keys don't always work. Why? 
  438.     3.4          Compiler and Library routines
  439.     3.4.1        Which C compiler is shipped with my Net/2 derived BSD? 
  440.     3.4.2        Where is libcompat.a?
  441.     4.0          Introduction
  442.     4.1          Common Kernel-related problems
  443.     4.1.1        Where are the commands "rpcinfo" and "rpcgen"?
  444.     4.1.2        Where can I get a working "netstat"?
  445.     4.1.3        How can I fix NFS to work with my NE2000 board?
  446.     4.1.4        How can I get "ps" and "w" to work?
  447.     4.1.5        Where are re_comp and re_exec?
  448.     4.1.6        Where are stty() and gtty()?
  449.     4.1.7        The system hangs with the HD light on after intense disk
  450.              usage. The system hangs when trying to fsck -p both of
  451.              my IDE hard drives at boot-up. 
  452.     4.1.8        How do you implement quotas on Net/2 derived BSD
  453.              systems? 
  454.     4.2          Available kernel add-ons
  455.     4.2.1        The Patch-Kit
  456.     4.2.2        Shared Libraries
  457.     4.2.3        Sound Blaster Drivers
  458.     4.2.4        Bus Mouse Drivers
  459.     4.2.5        PPP Support
  460.     4.2.6        re_comp and re_exec library functions
  461.     4.2.7        Intel i82586 Ethernet Controller driver
  462.     4.2.8        PC Speaker driver for Nethack
  463.     5.0          Introduction
  464.     5.1          Available Kernel Replacements
  465.     5.1.1        keycap/codrv
  466.     5.1.2        pcvt
  467.     5.1.3        syscons
  468.     5.1.4        Fast Symbolic Links
  469.     5.1.5        npx fixes
  470.     5.1.6        CGD's COM drivers
  471.     5.1.7        Tom Ivar Helbekkmo's wd.c replacement
  472.     5.1.8        Interruptless LPT Driver Kit
  473.     5.2          Floppy Disk problems.
  474.     5.2.1        How do I get a bootable floppy?
  475.     5.2.2        How do I maximize the space on a mountable floppy disk. 
  476.     5.3          Unit Record
  477.     5.3.1        Printers
  478.     5.3.2        Terminals/Keyboards
  479.     5.3.3        Modems
  480.     5.4          Tape Drives
  481.     5.4.1        Does the tape need to be formatted?
  482.     5.4.2        If I execute the command 'st -f /dev/st0 status', I get:
  483.              Archive/Tandberg? tape drive, residual=0, blocksize=512
  484.              Density: high = 16 (0x10), medium = 15 (0xf), low = 5
  485.              (0x5) ds=0 er=0 
  486.     5.4.3        When is erst0 used?
  487.     5.4.4        How is density (bpi) computed? I am using 3M DC 6250
  488.              cassettes which have a 250MB capacity on the Viper 150.
  489.              But computing the bits/inch based on 250MB/tape-length
  490.              (1020 ft.), I get a density of 171335 bpi, which is
  491.              nowhere near the 10000 bpi associated with QIC-150 in
  492.              the st(1) man page. Why the discrepancy? 
  493.     5.4.5        How is an appropriate block size determined (and in what
  494.              units are they specified in the st(1) command)? 
  495.     5.4.6        From the 4.3BSD mtio(4) man page, it sounds like data is
  496.              typically (traditionally?) stored on tape in
  497.              eof-terminated sequences of 1K records. 
  498.     5.4.6.1      Is st's notion of "file" the record sequence between two
  499.              eof marks? 
  500.     5.4.6.2      What about a "record"?
  501.     5.4.6.3      Is a "record" one "block", as determined by st's
  502.              "blocksize" command? If not, what is the connection
  503.              between them? 
  504.     5.4.6.4      Can I change the "record" size?
  505.     5.4.6.5      When would I want a block size that is different from
  506.              the default? 1KB is the size of writes used by dd or
  507.              whatever. QIC specifies 512 byte records (well at least
  508.              its what people use..) Whatever you write in will be
  509.              broken into 512 byte sections. They must be multiples of
  510.              512 though. 
  511.     5.4.7a       How do I write several archives to a single tape? I
  512.              tried without success: $ st -f /dev/rst4 rewind $ tar cf
  513.              /dev/nst4 archive1 $ st -f /dev/nrst4 weof $ tar cf
  514.              /dev/nst4 archive2 $ st -f /dev/nrst4 weof 
  515.     5.4.8b       Later, I would expect to be able to access, say,
  516.              archive3 via the fsf directive to skip over the first
  517.              two archives. What is the correct sequence? 
  518.     5.4.9        Since the Viper 150 writes on QIC-150/120, I guess I
  519.              don't need to worry about writing variable-length
  520.              records? How about reading a tape written with
  521.              variable-length records. Is this possible with the
  522.              Viper? If so, what's involved? 
  523.     5.4.10       The very scant documentation that came with my drive
  524.              mentions a "selectable buffer disconnect size," whose
  525.              default is 16K. This is evidently the "maximum number of
  526.              bytes that can be sent over the SCSI bus during a single
  527.              data transfer phase." What's that? How is it connected
  528.              st's "blocksize" command? Do I want to use 16K blocks,
  529.              or might I even want to set the disconnect size to a
  530.              higher value? 
  531.     5.4.11       What is "streaming"? When I tar a directory of files to
  532.              tape, I notice that the tape often stops. Streaming
  533.              means it doesn't stop? How would I get the viper 150 to
  534.              stream using tar or cpio or dump? 
  535.     5.4.12       Where are all the answers to the above and related
  536.              questions written down? Neither on the net nor in the
  537.              4.3BSD manuals nor Administration text which I have
  538.              could I find this stuff covered! 
  539.     5.4.13       What else should I know? For example, it seems that a
  540.              new tape must stretched. How is this done? 
  541.     5.5          Network
  542.     5.6          Marc Mengel's <mengel@fnal.gov> driver list
  543.     6.0          Working with DOS and BNR/2 related software.
  544.     6.1          Formatting a floppy
  545.     6.2          Sharing the Disk with MS-DOS
  546.     6.2.1        How can I partition my drive to support both MS-DOS and
  547.              *bsd? 
  548.     6.2.2        I can install using the whole disk, but I can't install
  549.              when I try to share the drive between 386bsd and MS-DOS.
  550.              Why? 
  551.     6.2.3        I can use either MS-DOS or 386BSD on my hard drive, but
  552.              shutdown -todos doesn't seem to work. 
  553.     6.2.4        Is there any hope of ever running MS-DOS applications
  554.              under any of the free BSD systems? 
  555.     6.3          Accessing the MS-DOS filesystem
  556.     6.4          NFS/PC-NFS support
  557.     6.4.1        Can I use 8K packets for NFS? When I try, I have all
  558.              kinds of problems. 
  559.     6.4.2        How do I get around the NFS "Permission denied" error? 
  560.     6.4.3        What does the message "BAD MNT RPC: RPC Authentication
  561.              error; why = Invalid client credential" mean when I try
  562.              to mount something from another machine? 
  563.     6.4.4        What does the message "Bad MNT RPC: RPC: Authentication
  564.              error; why = Client credential too weak" mean when I try
  565.              to mount something from another machine? 
  566.     6.4.5        I get a lot of 'ring buffer overflow' messages using NFS
  567.              and the ed0 driver. Is there a problem? 
  568.     6.4.6        Is there any PC software that will allow me to use my
  569.              enormous PC with all of the unsupported hardware as a
  570.              PC-NFS server? 
  571.     7.0          Communications
  572.     7.1          SLIP
  573.     7.2          CSLIP
  574.     7.3          PPP
  575.     7.4          TCP/IP
  576.     7.5          UUCP
  577.     7.5.1        TIP/CU
  578.     7.5.2        What is the magic incantation that allows the modem to
  579.              dial? 
  580.     7.6          Terminals
  581.     7.7          Can network attached assets be used by/from NetBSD?
  582.     8.0          What hardware is 386BSD known to run on and support!
  583.     8.1          System brand names
  584.     8.2          Motherboards
  585.     8.3          Video cards
  586.     8.4          Mice
  587.     8.5          Serial Cards
  588.     8.5.1        How do I configure multiport cards?
  589.     8.5.2        Now that I have FreeBSD 1.0 installed, how do I set up
  590.              the serial ports for bi-directional use? 
  591.     8.6          Disk Controllers
  592.     8.7          SCSI Controllers
  593.     8.8          Network Cards
  594.     8.9          Printers
  595.     8.10         TAPE Drives
  596.     8.11         QIC-40/80 tape drives
  597.     8.12         CD-ROMs
  598.     9.0          What GNU software has been tested and is working with
  599.              Net/2 derived BSD systems for the 386? 
  600.     9.1          Has anyone ever gotten news to work?
  601.  
  602.