Oh, sorry forgot, that isofs is not allowed in VSP by default.
Can you simply apply the following patch please?
--- ./fs/isofs/inode.c.isofs 2006-03-20 18:29:32.000000000 +0300
+++ ./fs/isofs/inode.c 2006-04-04 15:39:52.000000000 +0400
@@ -1459,7 +1459,7 @@ static struct file_system_type iso9660_f
.name = "iso9660",
.get_sb = isofs_get_sb,
.kill_sb = kill_block_super,
- .fs_flags = FS_REQUIRES_DEV,
+ .fs_flags = FS_REQUIRES_DEV | FS_VIRTUALIZED,
};
static int __init init_iso9660_fs(void)
I think, we need to make this run-time configurable in future.