gkostka / lwext4

ext2/ext3/ext4 filesystem library for microcontrollers
http://sourceforge.net/projects/lwext4/
Other
491 stars 128 forks source link

ls_dir in /mount_point/dir1/ failed #53

Open mohamadrezashafie opened 3 years ago

mohamadrezashafie commented 3 years ago

Hi ... I used lwext4 for my college project on imx7 board. All features worked right but when use ls_dir for directory in another directory failed. in ext4_blockdev.c (ext4_block_get_noread return EIO). Do i use this method correct? Do i need some another code before ls_dir? ls_dir worked for mount point directory but its failed for child directory...