Skip site navigation (1)Skip section navigation (2)
Date:      13 Apr 2001 12:14:52 +0100
From:      Wayne Pascoe <wayne.pascoe@realtime.co.uk>
To:        Kal Torak <kaltorak@quake.com.au>
Cc:        FreeBSD-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Creating EXACT image of a CD
Message-ID:  <m1u23tvyoj.fsf@zaphod.realtime.co.uk>
In-Reply-To: <3AD68EBA.EC6A8380@quake.com.au>
References:  <3AD68EBA.EC6A8380@quake.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Kal Torak <kaltorak@quake.com.au> writes:

> Hiyas,
> 
> I want to create exact ISO images of CD's...
> Like create the file system using the exact same file names and
> structure, not just copying the data... If there are null sectors on
> the CD or something then I want them to be part of the image...

I don't know anything about null sectors, but dd works for most
stuff. 

dd if=/dev/acd0c of=file.iso
change acd0c for your cdrom device...

-- 
- Wayne Pascoe 
E-mail: wayne.pascoe@realtime.co.uk
Phone : +44 (0) 20 7544 4668
Mobile: +44 (0) 788 431 1675

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m1u23tvyoj.fsf>