Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BBA2135.DCA2ED72@iee.org> Date: Tue, 02 Oct 2001 21:19:01 +0100 From: Don Sharp X-Mailer: Mozilla 4.78 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Wim Versteeg CC: gnuwin32 Subject: Re: Acces tape-unit with cygwin References: <3BB93638 DOT 6CF30FA8 AT rug DOT ac DOT be> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Wim Versteeg wrote: > > Hallo, > > I installed CYGWIN on my PC under winNT without tape-unit. Today I connected a > tape-unit via SCSI to my PC . The winNT backup system detects my drive. Could > you inform me how to use/install this tape-unit under CYGWIN (by dd if=TAPE or > tar....) This tar-option would be interesting for me! > You need to mount the tape decice(s) like mount -f -s -b "//./tape0" "/dev/st0" mount -f -s -b "//./tape0" "/dev/nst0" Notice the norewind version above You can now use dd if=/dev/st0 bs=tape_block_size > file_on_disc tar tf /dev/st0 and mt -f /dev/nst0 fsf 1 I hope that helps. > Regards, Wim Versteeg > > Cheers Don Sharp -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/