projects
/
platform
/
adaptation
/
emulator
/
emulator-daemon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d7bc3
)
SDCard file system is changed from ext3 to ext4
author
choisjin80
<jinhyung2.choi@samsung.com>
Fri, 15 Mar 2013 11:38:18 +0000
(20:38 +0900)
committer
choisjin80
<jinhyung2.choi@samsung.com>
Fri, 15 Mar 2013 11:38:18 +0000
(20:38 +0900)
src/emuld.c
patch
|
blob
|
history
diff --git
a/src/emuld.c
b/src/emuld.c
index b2e6fe9a86d59d9699b95cb30d0c06f47cc50109..6b684106f8e83372d2507acc422eb90234fa7551 100644
(file)
--- a/
src/emuld.c
+++ b/
src/emuld.c
@@
-252,7
+252,7
@@
void* mount_sdcard(void* data)
if( i != 10 )
{
LOG( "%s is exist", file_name);
- ret = mount(file_name, "/mnt/mmc", "ext
3
", 0, "");
+ ret = mount(file_name, "/mnt/mmc", "ext
4
", 0, "");
LOG("mount ret = %d, errno = %d", ret, errno);
LOG("sdcard fd: %d", g_sdcard_sockfd);