Re: Read from tape device

2004-03-13 Thread R. Joseph Newton
Jakob Kofoed wrote: > Hi again, Hi, > Sorry for the delayed answer. Tha's okay, but please don't top-post. Instead trim out anything to which you are noit directly replying, and follow comments with your specific responses, then add anything new in a block following. It helps to keep the flo

RE: Read from tape device

2004-03-12 Thread Jakob Kofoed
:18 Til: R. Joseph Newton; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Emne: RE: Read from tape device > -Original Message- > From: R. Joseph Newton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 10 March 2004 5:37 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re:

RE: Read from tape device

2004-03-11 Thread David le Blanc
> -Original Message- > From: R. Joseph Newton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 10 March 2004 5:37 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Read from tape device > > [EMAIL PROTECTED] wrote: > > > Hi All, > > &g

Re: Read from tape device

2004-03-10 Thread zsdc
[EMAIL PROTECTED] wrote: I am trying to read some data from af unix tape device. The have several files with "end of file markers". Can I read from tape devices at all? I tried "open" on the device and this one reads all files on the tape into the first file and then hangs. Is it my code (I know

Re: Read from tape device

2004-03-09 Thread R. Joseph Newton
[EMAIL PROTECTED] wrote: > Hi All, > > I am trying to read some data from af unix tape device. The have several files with > "end of file markers". Can I read from tape devices at all? > > I tried "open" on the device and this one reads all files on the tape into the first > file and then hangs.