|
Any project on Virtual Tape DRIVER?
Hi all,
I'm looking for an open source DRIVER which can:
1. Emulate the operations of tape device;
2. Redirect the write/read operations of the virtual tape device (say, /dev/vtape) on to a TAR image file (say, image.tar), so the "tar cvf" command will actually operate on the image.tar file.
I'm earnest to find such a DRIVER. Please help.
It MUST be a DRIVER, so projects using C library functions are not suitalbe, say, vtapeutils.
And, DRIVERs which act like the above Point 2 are all welcomed.
Thanks!!!
|