> Is there a way to tell Linux not to cache a block DASD device? > Some flag you can set?
You can choose to do direct I/O in 2.4.10 or later using the O_DIRECT flag when opening the file. It depends what you are trying to do. If it share a file system then no it wont work
