LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-01-2006, 07:35 AM   #1
Samoth
Member
 
Registered: Apr 2005
Distribution: Exherbo
Posts: 474
Blog Entries: 1

Rep: Reputation: 32
Burning DVD ISO file to something besides an DVD


I am trying to copy a bootable DVD iso file to a harddrive in a USB harddrive enclosure. Is there anyway to make it able to be booted up? will
Code:
dd if=/dev/sdb /home/thomas/Downloads/debian-31r2-i386-binary-1.iso bs=512
work?
 
Old 07-01-2006, 09:34 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
No, a file of an image in a directory will not be bootable. Also, you are missing "of=" in the command you gave.
A bootable image will need to written to the device itself, as in
dd if=/home/thomas/Downloads/debian-31r2-i386-binary-1.iso of=/dev/<usbdevice> bs=512

It may be better to use something like this:
dd if=/home/thomas/Downloads/debian-31r2-i386-binary-1.iso of=/dev/sdb1 bs=512 .
This will write an image to the partition rather than the entire device. You might need to experiment on whether or not that will work. If you write to the device for the entire drive, you are limiting the size of the drive to the size of the DVD. You may need to mark the partition you do this for as the active partition. It may, or may not need to be first partition.


Your systems BIOS will need to support booting from usb as well.

Question: What is the filesystem used in the USB drive? The fat32 filesystem has a 2GB filesize limit. The image wouldn't be fat32 because you are writing a filesystem to the device.
 
Old 07-01-2006, 09:49 AM   #3
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
That probably won't work. Not 100% sure on this because DVD uses UDF as opposed to iso9660 with CDs but a CD filesystem is missing a partition table and some other essential things your BIOS will struggle without. It treats a CD/DVD drive differently to a USB disk and while I may be wrong, my vote is it won't work.
 
Old 07-01-2006, 01:40 PM   #4
Samoth
Member
 
Registered: Apr 2005
Distribution: Exherbo
Posts: 474

Original Poster
Blog Entries: 1

Rep: Reputation: 32
@jschiwal sorry about that....I did use a "of=" in my command. I do realize that i need to be able to boot off of a usb device and i have done that many times before....I have tried copying it inside a partition too. That doesn't work.

@cs-cam are you saying I have to be able to make some sort of filesystem on the device? using dd doesn't work, I cant even read the dvd iso file on it.
 
Old 07-04-2006, 05:08 PM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
A data dvd probably uses iso9660. I have a downloaded SuSE dvd image on my laptop. It is mounted using this entry in my /etc/fstab file:
Code:
/SUSE-10.1-0-DVD.iso /SuSEdvd             iso9660    ro,loop,auto,unhide,utf8 0 0
You can use the "uid=" and "gid=" options as well if you want to. The umask, dmask and fmask options do not work. I think that it is a read-only filesystem.
Using the filesystem type of "udf" does not work in this case.

On my system, I have the image file itself selected as the source. The /SuSEdvd mountpoint is handy for exploring what is on the disc. For example, "rpm -qp /SuSEdvd/suse/x86_64/<package file> --info" for examining uninstalled packages.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to tell if a DVD iso is corrupted before burning? leontini Fedora 7 05-30-2013 07:13 PM
Burning more than one installation CD iso to a DVD-RW kumarkumar Linux - Newbie 6 03-11-2006 10:18 AM
Problem burning iso on DVD drive ksgill Linux - Newbie 4 06-22-2005 02:35 AM
Burning ISO image (DVD+R, external DVD writer) swan2925 Linux - Software 6 06-02-2005 09:49 AM
Burning dvd iso with K3b Inexactitude Linux - General 15 03-04-2004 09:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration