mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[CDFS]
- Mark volumes as read-only. Patch by Barrett Karish. CORE-9655 #resolve svn path=/trunk/; revision=67621
This commit is contained in:
parent
020e3f1630
commit
f7d9d7088b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ CdfsGetFsAttributeInformation(PDEVICE_EXTENSION DeviceExt,
|
|||
return STATUS_BUFFER_OVERFLOW;
|
||||
|
||||
FsAttributeInfo->FileSystemAttributes =
|
||||
FILE_CASE_PRESERVED_NAMES | FILE_UNICODE_ON_DISK;
|
||||
FILE_CASE_PRESERVED_NAMES | FILE_UNICODE_ON_DISK | FILE_READ_ONLY_VOLUME;
|
||||
FsAttributeInfo->MaximumComponentNameLength = 255;
|
||||
FsAttributeInfo->FileSystemNameLength = 8;
|
||||
|
||||
|
|
Loading…
Reference in a new issue