Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!news-peer.sprintlink.net!news.sprintlink.net!Sprint!cs.utexas.edu!natinst.com!news-relay.us.dell.com!not-for-mail From: "Carlos A. Gonzalez" <Carlos_A_gonzalez@us.dell.com> Newsgroups: comp.unix.bsd.misc Subject: File systems and raw devices Date: 9 May 1997 13:45:50 GMT Organization: Dell Computer Corporation Lines: 19 Message-ID: <01bc5c7f$4149f860$8a1ca68f@carlos.us.dell.com> NNTP-Posting-Host: 143.166.28.138 X-Newsreader: Microsoft Internet News 4.70.1155 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.misc:3171 Unix Gurus: I need some help How do I get 3 data files into the same raw device ?? Will something like this work or will I end up in overwritting file1 and then file2 ?? dd if=/some/unix/file1 of=/dev/raw/device dd if=/some/unix/file2 of=/dev/raw/device dd if=/some/unix/file3 of=/dev/raw/device Any help will be appreciated Thanks Carlos