diff --git a/src/adf_vol.c b/src/adf_vol.c index b7c72e9d..728c0184 100644 --- a/src/adf_vol.c +++ b/src/adf_vol.c @@ -259,6 +259,8 @@ PREFIX struct AdfVolume * adfMount ( struct AdfDevice * const dev, } } */ + if ( root.bmFlag != BM_VALID ) + adfEnv.wFct ( "adfMount : invalid bitmap on volume '%s'", vol->volName ); vol->curDirPtr = vol->rootBlock;