summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1998-03-01 20:15:00 +0000
committerjoerg <joerg@FreeBSD.org>1998-03-01 20:15:00 +0000
commite887cc7e3383b1d32208100faa67d7a46327e3ae (patch)
treed7e0a463b32cf36e5005b00e8b9622e15e6a1d1b /sbin
parent406aea3e09766ad7004a2dd800fe137e6769b856 (diff)
downloadFreeBSD-src-e887cc7e3383b1d32208100faa67d7a46327e3ae.zip
FreeBSD-src-e887cc7e3383b1d32208100faa67d7a46327e3ae.tar.gz
Andreas Klemm reported that 2 hours are too few to format a 9 GB
Barracuda. Bump the timeout to 3 hours.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/scsiformat/scsiformat.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/scsiformat/scsiformat.sh b/sbin/scsiformat/scsiformat.sh
index 8039255..354ecc2 100644
--- a/sbin/scsiformat/scsiformat.sh
+++ b/sbin/scsiformat/scsiformat.sh
@@ -26,7 +26,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: scsiformat.sh,v 1.4 1997/02/22 14:33:17 peter Exp $
+# $Id: scsiformat.sh,v 1.5 1997/03/02 11:21:07 joerg Exp $
#
PATH="/sbin:/usr/sbin:/bin:/usr/bin"; export PATH
@@ -140,5 +140,5 @@ then
fi
# formatting may take a huge amount of time, set timeout to 2 hours
echo "Formatting... this may take a while."
- scsi -s 7200 -f $RAW -c "4 0 0 0 0 0"
+ scsi -s 10800 -f $RAW -c "4 0 0 0 0 0"
fi
OpenPOWER on IntegriCloud