mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 11:22:43 +00:00
MFC r270771
Add canonical population of a disk / thumb drive from an image example.
This commit is contained in:
parent
dbc2849247
commit
04df75e5cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=316200
@ -408,6 +408,11 @@ To create an image of a Mode-1 CD-ROM, which is a commonly used format
|
||||
for data CD-ROM disks, use a block size of 2048 bytes:
|
||||
.Pp
|
||||
.Dl "dd if=/dev/acd0 of=filename.iso bs=2048"
|
||||
.Pp
|
||||
Write a filesystem image to a memory stick, padding the end with zeros,
|
||||
if necessary, to a 1MiB boundary:
|
||||
.Pp
|
||||
.Dl "dd if=memstick.img of=/dev/da0 bs=1m conv=noerror,sync"
|
||||
.Sh SEE ALSO
|
||||
.Xr cp 1 ,
|
||||
.Xr mt 1 ,
|
||||
|
Loading…
Reference in New Issue
Block a user