block devices are those that can be read by blocks even though some programs may want to read char by char. These include tapes and hard drives. <BR><BR>Charactor devices are those only read char by ...
Your new project really could use a block device for Linux. File systems are easy to do with FUSE, but that’s sometimes too high-level. But a block driver can be tough to write and debug, especially ...