partition (e.g.
/dev/sdx1
).
5.
Use command
sync
to guarantee finishing all drive operations.
6.
Eject the USB drive safely and remove it from the USB port.
OS X
1.
Insert the USB flash drive into a USB port on your computer.
2.
Run the terminal (
Applications > Utilities > Terminal ).
3.
Use the command
sudo diskutil list
to detect the USB flash drive name (e.g.
/dev/diskX
or
/dev/DiskY
— mind the letter case).
4.
Use the command
sudo diskutil unmountDisk /dev/diskX
to unmount the flash drive. This is case
sensitive.
5.
Save the drive image file to the USB flash drive by using this command:
sudo dd if=kerio-control-
installer.iso of=/dev/disk1 bs=1m
and replace
kerio-control-installer.iso
with the
real file name and
/dev/diskX
with the actual device name.
6.
Eject the flash drive securely and remove it from your computer.