Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
8answers
288 views

Storage algorithm question - verify sequential data with little memory

I found this on an "interview questions" site and have been pondering it for a couple of days. I will keep churning, but am interested what you guys think "10 Gbytes of 32-bit numbers on a magnetic ...
1
vote
0answers
78 views

How to write to multiple tape drives at the same time?

I'm trying to write a single stream to multiple tapes at the same time but I'm hitting a massive performance issue. OS : Windows 2008 R2 TapeDrive : 2 * ULT3580-HH4 HBA : Dell SAS 6gbps controller ...
1
vote
1answer
270 views

Writing to a tape drive using C#/.NET

I'm trying to write a backup program that uses a tape drive. I've downloaded http://www.codeproject.com/KB/system/Tape_drive_operator.aspx and that seems to do what I'm after but I get an error ...
0
votes
0answers
32 views

Novabackup remote backup replace tape backups?

We currently running on-site based tape backups daily. We wanted to remove the onsite backups, and move to remote backup. We were advised by our IT company to install novabackup to deal with the ...
0
votes
1answer
91 views

Linux 2.6.18 SCSI SPIN and SPOUT SG_IO ioctl's to a sg LTO5 device

I am trying to take advantage of hardware encryption of LTO5 devices using ioctl's in my fuse file system. It should be quite simple, setup a io_hdr with a cdb: 0xB5, 0x20, 0x00, 0x10, 0x00, 0x00, ...
0
votes
1answer
63 views

How input string is represented in magnetic tapes?

I know that in turing machines, the (different) tapes are used for both input and output and for stack too. In a problem of adding 2 numbers using turing machine, the input is dealing with many ...
0
votes
1answer
355 views

Programming Dell Tape Drive with C#

Has anyone got experience in writing files to tape drives. i'm writing some tar files from a c# windows service to a dell powervault 124t. I was hoping there was an API or some tool I could use (pay ...
-1
votes
3answers
73 views

magnetic tapes and banks

Magnetic tapes are still used in banking sector (I think, correct me If I am wrong). What is the main reason? Regards
-4
votes
2answers
37 views

Finding the frequency of a sine wave in the microphone

I am looking for a way to get the frequency of a sine wave from a tape recorder plugged into a microphone socket on a Windows PC. It's for a small project I'm working on to see if I can store data on ...