11 projects tagged "Operating System Kernels"
RawWrite for Windows is a replacement for the DOS-based rawrite, or rawwrite program (the DOS version does not work well under Win95, and does not work at all from NT). This version is designed to work under NT/2K/XP, and 95/98/ME. It has a simple GUI, which makes it easier for first time users to create their Linux boot disks.
Hot Copy creates an instant point-in-time snapshot of any block device while the system is running without interrupting applications or requiring the use of LVM. As block level changes are made to the real device, hot copy makes a backup copy of the changed block. The changed blocks are efficiently stored in unused space on your hard disk. These stored changed blocks maintain a point-in-time snapshot and space is only needed when you make changes to the real device. You can even write to your snapshots.
CD-R/W discs can be written with a technique called packet or incremental writing. This allows transparent and buffer-underrun-free recording for CD recorders that support this method. No more mastering of .iso images; just mount your CD-ROM read/write and copy files directly to it.
SCST is a mid-level SCSI target subsystem for Linux. This subsystem allows a remote host to access local storage devices through the SCSI protocol. SCST supports multiple network storage protocols, including iSCSI, SRP, and FCoE, and also supports Qlogic 22xx/23xx SCSI HBAs. Strong points of SCST are its stability, maturity, high performance, and low latency. See also the iSCSI-SCST, SRPT and scstqla2x00t projects, as well as open-fcoe.org.
SRPT is a SCSI RDMA Protocol (SRP) target implementation on top of SCST, a mid-level SCSI target subsystem for the Linux kernel. This software makes it possible for remote systems to access local storage over an InfiniBand network. This storage protocol target implementation offers a higher bandwidth and a lower latency than any other storage protocol target implementation available for Linux.