mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added support for LisaFS v2.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
if(!mounted)
|
||||
return Errno.AccessDenied;
|
||||
|
||||
if(fileId < 5)
|
||||
if(fileId < 4 || (fileId == 4 && mddf.fsversion != LisaFSv2))
|
||||
return Errno.InvalidArgument;
|
||||
|
||||
if(extentCache.TryGetValue(fileId, out file))
|
||||
|
||||
Reference in New Issue
Block a user