Whitespace fix from last commit.
This commit is contained in:
parent
9ebf36cf24
commit
ce647e71eb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16486
1 changed files with 23 additions and 18 deletions
|
@ -2379,29 +2379,34 @@ disk wd2 at wdc1 drive 1 # change from wd3 to wd2</programlisting
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>FreeBSD supports SCSI and ATAPI (IDE) ZIP drives out of the box, of
|
||||
course. SCSI ZIP drives can only be set to run at SCSI target IDs
|
||||
5 or 6, but if your SCSI host adapter's BIOS supports it you
|
||||
can even boot from it. It is not clear which host
|
||||
adapters support booting from targets other than 0 or 1,
|
||||
so you will have to consult your adapter's documentation
|
||||
if you would like to use this feature.</para>
|
||||
<para>FreeBSD supports SCSI and ATAPI (IDE) ZIP drives out
|
||||
of the box, of course. SCSI ZIP drives can only be set to
|
||||
run at SCSI target IDs 5 or 6, but if your SCSI host
|
||||
adapter's BIOS supports it you can even boot from it. It
|
||||
is not clear which host adapters support booting from
|
||||
targets other than 0 or 1, so you will have to consult
|
||||
your adapter's documentation if you would like to use this
|
||||
feature.</para>
|
||||
|
||||
<para>FreeBSD also supports Parallel Port Zip Drives.
|
||||
Check that your kernel contains the
|
||||
<devicename>scbus0</devicename>, <devicename>da0</devicename>,
|
||||
<para>FreeBSD also supports Parallel Port Zip Drives. Check
|
||||
that your kernel contains the
|
||||
<devicename>scbus0</devicename>,
|
||||
<devicename>da0</devicename>,
|
||||
<devicename>ppbus0</devicename>, and
|
||||
<devicename>vp0</devicename> drivers (the GENERIC kernel
|
||||
contains everything except <devicename>vp0</devicename>). With
|
||||
all these drivers present, the Parallel Port drive should be
|
||||
available as <devicename>/dev/da0s4</devicename>. Disks can be
|
||||
mounted using <command>mount /dev/da0s4 /mnt</command> OR (for
|
||||
dos disks) <command>mount_msdos /dev/da0s4 /mnt</command> as
|
||||
contains everything except
|
||||
<devicename>vp0</devicename>). With all these drivers
|
||||
present, the Parallel Port drive should be available as
|
||||
<devicename>/dev/da0s4</devicename>. Disks can be mounted
|
||||
using <command>mount /dev/da0s4 /mnt</command> OR (for dos
|
||||
disks) <command>mount_msdos /dev/da0s4 /mnt</command> as
|
||||
appropriate.</para>
|
||||
|
||||
<para>Also check out <link linkend="jaz">the FAQ on removable
|
||||
drives</link> later in this chapter, and <link linkend="disklabel">the note on
|
||||
<quote>formatting</quote></link>in the Administration chapter.</para>
|
||||
<para>Also check out <link linkend="jaz">the FAQ on
|
||||
removable drives</link> later in this chapter, and <link
|
||||
linkend="disklabel">the note on
|
||||
<quote>formatting</quote></link>in the Administration
|
||||
chapter.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue