Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!pacbell.com!unet!blunt!dsilvia From: dsilvia@blunt.net.com (Dave Silvia) Subject: Re: raw write Message-ID: <1993Apr4.200701.180@unet.net.com> Sender: news@unet.net.com Nntp-Posting-Host: blunt Organization: Network Equipment Technologies References: <1993Apr4.165518.23059@wuecl.wustl.edu> Date: Sun, 4 Apr 1993 20:07:01 GMT Lines: 14 In article <1993Apr4.165518.23059@wuecl.wustl.edu> ppc2@cec1.wustl.edu (Peter P Chiu) writes: > >i would like to create an image file of a disk that could be raw-written to >another disk, how could i do that? is that any program out there that let >me create a raw-write file out of a disk? > on a unix machine: dd if=/dev/rfd[0|1]a of=image_of_disk.fs reverse 'if=' and 'of=' to make a disk of the file. Dave S.