How make 8GB USB stick boot DVD install image?

I downloaded the OpenSUSE DVD install image and I have an 8GB USB stick that I want to boot it off of. However, i know that there is a limit to the size of a bootable FAT16. So how do I do:

  1. the partitioning?
  2. Where do I put the .iso files? and how?

Thanks!

Format it fat 32. If your bios supports usb boot you wont’t have a problem.
Search for unetbootin (if you use suse alrady, it’s in the packman repo).
Install and it should work.
My bios doesn’t support usb boot but slax with the boot dvd works fine as a portable system.

Thanks! It dooes boot USB. So you’re saying I can do one large partition?

What commands do i do to format and partition it? I’ve only seen commands for FAT16. What about putting the iso on it?

You can use mkfs.vfat command like this:

mkfs.vfat -c -F 32 /dev/name_of_your_device_partition -n volume_label

Nice LiveUSB how to here:

How to Make openSUSE 11.1 LiveUSB | Spirit of Change