GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
auto-image2dev(8) FreeBSD System Manager's Manual auto-image2dev(8)

auto-image2dev [--success-file file] file.img|file.iso device

--success-file file Name a file to create upon success.
file.img|file.iso   A file containing an image of a disk with
device              Device name under /dev for the writable device

auto-image2dev bit-copies a disk image to a writable storage disk device such as a USB thumb drive. All data on the device, including any existing partition table, will be lost.

Note that this does not copy the file to the filesystem on the device, but makes the device itself a copy of the file.

The --success-file option is useful when running auto-image2dev from a GUI application through a terminal emulator, which typically do not not pass back the exit status of the processes running under them.

The image file should be a complete disk image containing one or more filesystems, such as a .iso file, a macOS .dmg file, or a FreeBSD .img installer image.

The device name can generally be determined by running dmesg after connecting it. On FreeBSD, device names are typically da0, da1, etc. On Linux and NetBSD, sd0, sd1, etc. The device name can be given with or without a /dev/ prefix.

0 on success, non-zero error code on failure

auto-image2dev FreeBSD-13.2-RELEASE-amd64-memstick.img /dev/da0

dd(1), auto-media-format(8)


Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.