1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-08 22:02:03 +03:00

Improve documentation of how to fiddle with SCSI drives on FreeBSD.

Per suggestions from Achilleas Mantzios and Greg Smith.
This commit is contained in:
Robert Haas 2011-10-10 13:21:35 -04:00
parent bc397244c8
commit 262d7f8bac

View File

@ -87,7 +87,9 @@
On <productname>FreeBSD</>, IDE drives can be queried using On <productname>FreeBSD</>, IDE drives can be queried using
<command>atacontrol</command> and write caching turned off using <command>atacontrol</command> and write caching turned off using
<literal>hw.ata.wc=0</> in <filename>/boot/loader.conf</>; <literal>hw.ata.wc=0</> in <filename>/boot/loader.conf</>;
SCSI drives use <command>sdparm</command>. SCSI drives can be queried using <command>camcontrol identify</command>,
and the write cache both queried and changed using
<command>sdparm</command> when available.
</para> </para>
</listitem> </listitem>