If you are in Mac follow the HOW TO GUIDE FOR MAC to burn the image in Mac. If you are in Ubuntu follow the HOW TO GUIDE FOR UBUNTU to burn the image in Ubuntu. If you have done any of the GUIDES you should have a working LiveCD / LiveDVD image of Ubuntu to start installing and enjoying Ubuntu right away.

More UNIX and Linux Forum Topics You Might Find Helpful Thread Thread Starter Forum Replies Last Post cokedude UNIX for Advanced & Expert Users 1 11:48 PM kaja Shell Programming and Scripting 4 06:13 AM cokedude UNIX for Advanced & Expert Users 1 02:00 PM shubha_1 Linux 0 08:59 AM cokedude UNIX for Advanced & Expert Users 0 03:36 PM philrau Red Hat 0 04:14 PM shooroop Linux 3 03:10 PM Foo Stutz Forum Support Area for Unregistered Users & Account Problems 1 10:44 PM ignus UNIX for Advanced & Expert Users 2 12:10 AM.

Warning: All data on the drive will be destroyed. The drive can be reformatted and used as a normal drive again after the setup is finished. • Click 'Flash'. The process of burning can last from 1 to up to 30 minutes depending on your drive and on the iso file. • Unplug the USB drive. It now contains a bootable openSUSE installation media.

5KPlayer is a basic video player for Mac OS X. It’s a bit of a mixture of free (MKV) HD video player, music player, AirPlay media streamer. It can also download online videos. It supports all 4K, 5K, HD videos including MKV, MTS, AVCHD. Video player for mac os x 10.9.

Using Command Lines Find Block Device Plug-in your USB stick and find what '/dev/diskN' it is mapped to by opening Terminal (where 'N' stands for 'disk0', 'disk1', 'disk2' etc). To do so, please execute: # diskutil list This will print out the list of currently mapped devices/partitions. Find the USB using 'NAME' column. Then note the corresponding /dev/diskN, where 'N' is for index of your disk. For example: /dev/disk2 #: TYPE NAME SIZE IDENTIFIER 0: FAT32 2.0 GB disk0 1: USB2 2.0 GB disk0s1 In this case '/dev/disk2' is the one we want. Convert movies to ipod. Unmount USB Stick Unmount the USB stick # diskutil unmountDisk /dev/diskN Where /dev/diskN is the one you have found in previous step as per our example it would be '/dev/disk2'.

Write ISO to USB Write the content of the ISO file: # sudo dd if=/path/to/downloaded.iso of=/dev/rdiskN bs=1m /dev/rdiskN is the same disk you have found previously, with an r in front. R is for raw disk, as writing to /dev/rdisk2 is much faster than writing to /dev/disk2.

You will be prompted for the administrator's password.