|
From: Eric K. <ek...@rz...> - 2002-04-19 17:16:56
|
"Robert Collins" <rob...@it...> wrote: > Seems to me that that could be useful for mounting ISO's.... is the > restriction parameterised? Yes, the restriction is parameterised as follows: - FILE_DEVICE_DISK_FILE_SYSTEM can only be mounted to FILE_DEVICE_DISK and FILE_DEVICE_VIRTUAL_DISK. - FILE_DEVICE_CD_ROM_FILE_SYSTEM can only be mounted to FILE_DEVICE_CD_ROM. - FILE_DEVICE_TAPE_FILE_SYSTEM can only be mounted to FILE_DEVICE_TAPE. - FILE_DEVICE_NETWORK_FILE_SYSTEM can only be mounted to FILE_DEVICE_NETWORK. So the 'raw' file system driver will have to create one file system object for each file system class (RawCdrom, RawDisk, RawIp, RawTape) to handle raw mounts. Regards, Eric Kohl |