Results 1 to 5 of 5

Thread: burn dvd iso to usb?

  1. #1
    Join Date
    Nov 2013
    Beans
    6

    burn dvd iso to usb?

    Am running Ubuntu 13.10 and trying to burn a dvd iso (opensuse dvd iso) to a usb. However have not been able to. Maybe I am typing in something wrong?

    sudo dmesg | tail -20
    [sudo] password for joe:
    [ 5411.551184] usb 2-1.1: Manufacturer: UFD
    [ 5411.551188] usb 2-1.1: SerialNumber: AAS2CST024W7WN08
    [ 5411.551591] usb-storage 2-1.1:1.0: USB Mass Storage device detected
    [ 5411.551700] scsi6 : usb-storage 2-1.1:1.0
    [ 5412.908976] scsi 6:0:0:0: Direct-Access UFD USB Flash Drive 1100 PQ: 0 ANSI: 0 CCS
    [ 5412.909432] sd 6:0:0:0: Attached scsi generic sg2 type 0
    [ 5413.408303] sd 6:0:0:0: [sdb] 15663104 512-byte logical blocks: (8.01 GB/7.46 GiB)
    [ 5413.409665] sd 6:0:0:0: [sdb] Write Protect is off
    [ 5413.409673] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
    [ 5413.411062] sd 6:0:0:0: [sdb] No Caching mode page found
    [ 5413.411072] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    [ 5413.416910] sd 6:0:0:0: [sdb] No Caching mode page found
    [ 5413.416919] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    [ 5413.418047] sdb: sdb1
    [ 5413.422545] sd 6:0:0:0: [sdb] No Caching mode page found
    [ 5413.422553] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    [ 5413.422560] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 5413.652017] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 5413.743444] systemd-hostnamed[3696]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
    [ 5941.394802] Valid eCryptfs headers not found in file header region or xattr region, inode 402675
    joe@sovereign:~$ sudo umount /dev/sdb1
    umount: /dev/sdb1: not mounted
    joe@sovereign:~$ sudo dd if=/home/joe/opensuse-12.3.iso of=/dev/sdb1 bs=1M
    dd: opening ‘/home/joe/opensuse-12.3.iso’: Input/output error

  2. #2
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: burn dvd iso to usb?

    Welcome to the Ubuntu Forums

    I think the problem is that you try to flash the iso file to the first partition of the USB drive. Instead you should flash it to the drive itself

    Code:
    /dev/sdb (not /dev/sdb1)
    The procedure with dd is risky, so I recommend that you use the shell-script mkusb to reduce the risk and increase the chance to succeed. See this link

    Howto make USB boot drives

  3. #3
    Join Date
    Nov 2013
    Beans
    17

    Re: burn dvd iso to usb?

    there's an app called unetbootin you could use

  4. #4
    Join Date
    Jul 2007
    Location
    Prague, Czech Republic
    Beans
    4
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: burn dvd iso to usb?

    Hi, you can use the Startup Disc Creator to make bootable usb from .iso file.

  5. #5
    Join Date
    Jan 2009
    Location
    Belgium (Ghent)
    Beans
    481
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: burn dvd iso to usb?

    Or use multisystem: http://www.pendrivelinux.com/multibo...sb-from-linux/
    I have a 32GB USB with 20+ Linux distro's on it.
    Dutch speaking; understand English, writing is a bit difficult. Member of: http://forum.ubuntu-nl.org
    be Open be Free be Ubuntu Reg. User #485479
    Ubuntu 13.10 Saucy Salamander - Ubuntu 14.04 Trusty Tahr

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •