I see linux dosn't support mmap() on raw disks. open("/dev/hdd", O_RDONLY) = 3 mmap(NULL, 1024, PROT_READ, MAP_SHARED, 3, 0) = -1 ENODEV (No such device) Is this possible? How ugly is it to do in other OSes? --Dan