Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2012 10:29:33 GMT
From:      "A.AUDEBERT" <deuza@fr.FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/172928: wrong syntax for dd in release anouncement
Message-ID:  <201210211029.q9LATXBs067988@red.freebsd.org>
Resent-Message-ID: <201210211030.q9LAU2Z7008368@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172928
>Category:       docs
>Synopsis:       wrong syntax for dd in release anouncement
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 21 10:30:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     A.AUDEBERT
>Release:        8-3 and 9.0
>Organization:
>Environment:
>Description:
In this links :

http://www.freebsd.org/releases/8.3R/announce.html
http://www.freebsd.org/releases/9.0R/announce.html

For the memstick command :
# dd if="FreeBSD"-8.3-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"

I think the right syntax is :
# dd if="FreeBSD-8.3-RELEASE-amd64-memstick.img" of=/dev/da0 bs="10240" conv="sync"

Best regards,
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210211029.q9LATXBs067988>