Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Hannu E K Nevalainen" <_garbage_collector_ AT telia DOT com> To: Subject: RE: Creating a multi-volume archive with tar Date: Wed, 18 Aug 2004 14:46:13 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: X-IsSubscribed: yes Igor wrote: > On Wed, 18 Aug 2004, Peter Milliken wrote: > >> Next step is I would like to backup some very large files to DVD. I >> have some video files (>13GByte) that I would like to backup across >> multiple DVD discs (-R or -RW - whichever works :-)). >> >> Has anybody used a DVD burner as a backup mechanism and how do you >> work out the device name to use with tar i.e. I found that a floppy >> is /dev/fd0 - what would a DVD burner device name be? Is there a >> command that displays device names? > > Google for "create_devices.sh", and use the script to create a real > /dev directory. Cygwin's /dev is a virtual directory, so you > can't really > look at it unless you have a real directory corresponding to it -- > that's what the script creates. > > Also see . > HTH, > Igor Adding to this; whatever devices that exist under /dev doesn't help in creating true filesystems on CD/DVD +/- R/RW/blahblah. "cdrecord" and "mkisofs" is what you need for this. $ cat from.url [InternetShortcut] URL=ftp://ftp.berlios.de/pub/cdrecord/ Modified=00928FE01E51C30134 i.e. create "*.iso images", then write those onto any media. smake and cdrtools-2.00.3 compiled OOTB (some previous gcc version), dunno if there has been updates since. Im not as sure if dd+cygwin-/dev can be used to write raw stuff onto any of those... Haven't really looked for/seen such things described. /Hannu E K Nevalainen, B.Sc. EE - 59+16.37'N, 17+12.60'E --72--> ** mailing list preference; please keep replies on list ** -- printf("LocalTime: UTC+%02d\n",(DST)? 2:1); -- --END OF MESSAGE-- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/