eliastor / rt-thread

Automatically exported from code.google.com/p/rt-thread
GNU General Public License v2.0
0 stars 0 forks source link

dfs_elm_mkfs() bug #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. dfs_mount("elm", "device")
2. in dfs_mount(), elm fatfs chk_mounted() return FR_NO_FILESYSTEM.
3. dfs_elm_mkfs("device")

What is the expected output? What do you see instead?
printf: can not find device driver: device

What version of the product are you using? On what operating system?
RT-Thread 1.1.0 or earlier

Please provide any additional information below.
in dfs_elm_mkfs(), find device from disk[_VOLUMES].
but dfs_mount() fail,so device not save to disk[_VOLUMES].

Original issue reported on code.google.com by wuyangyong on 23 Aug 2012 at 9:58