Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

case sensitive folder name in DFS/elmfat parition #248

Closed
grissiom opened this issue Mar 26, 2014 · 2 comments
Closed

case sensitive folder name in DFS/elmfat parition #248

grissiom opened this issue Mar 26, 2014 · 2 comments
Labels
bug This PR/issue is a bug in the current code.

Comments

@grissiom
Copy link
Member

Step to reproduce:

  1. On RealBoard4088, create a "SD" folder and mount TF card to it.
msh /SD>ls /
Directory /:
bin                 <DIR>                    
resource            <DIR>                    
upgrade.rb4         478096                   
SD                  <DIR>                    
prog                <DIR>                    
  1. reboot and cd sd in msh(note the lower case name).
  2. ls will show an empty folder:
msh /sd>ls
Directory /sd:

However, the files in SD/ is OK.

@BernardXiong
Copy link
Member

Yes. It's caused by none-case sensitive in FAT file system. There is not a good way to fix it yet.

@BernardXiong BernardXiong added the bug This PR/issue is a bug in the current code. label May 4, 2015
@Guozhanxin
Copy link
Member

Isn't this a bug? FAT is indeed case insensitive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This PR/issue is a bug in the current code.
Projects
None yet
Development

No branches or pull requests

4 participants