LTFS11595E Failed to remove existing disk image (VALUE1)
Explanation
The dentry cache image cannot be removed from the disk. LTFS needs to erase it when restarted with dcache disbaled in order to keep cache consistency.
Operator response
Ensure the correct permission of the disk image file. Find the dcache image and check the permission by using the following command: '$ mount | grep LTFSDCACHE /dev/loop1 on /var/lib/ltfs/0000011L2112_LL0/dentry_cache type ext4 (LTFSDCACHE,/var/lib/ltfs/0000011L2112_LL0/dentry_cache.img) $ ls -l /var/lib/ltfs/dev/loop1 on /var/lib/ltfs/0000011L2112_LL0/dentry_cache type ext4 (LTFSDCACHE,/var/lib/ltfs/0000011L2112_LL0/dentry_cache.img)' If the user does not have write permission, add it by using the 'chmod +w' command.