added B_DISK_SYSTEM_SUPPORTS_WRITING flag on ext2 disk system, this is required to have mount_server ask whether mounting should be done readwrite or readonly
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39121 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1679,7 +1679,7 @@ static file_system_module_info sExt2FileSystem = {
|
|||||||
|
|
||||||
"ext2", // short_name
|
"ext2", // short_name
|
||||||
"Ext2 File System", // pretty_name
|
"Ext2 File System", // pretty_name
|
||||||
0, // DDM flags
|
B_DISK_SYSTEM_SUPPORTS_WRITING, // DDM flags
|
||||||
|
|
||||||
// scanning
|
// scanning
|
||||||
ext2_identify_partition,
|
ext2_identify_partition,
|
||||||
|
|||||||
Reference in New Issue
Block a user