SDCard file system is changed from ext3 to ext4
authorchoisjin80 <jinhyung2.choi@samsung.com>
Fri, 15 Mar 2013 11:38:18 +0000 (20:38 +0900)
committerchoisjin80 <jinhyung2.choi@samsung.com>
Fri, 15 Mar 2013 11:38:18 +0000 (20:38 +0900)
src/emuld.c

index b2e6fe9a86d59d9699b95cb30d0c06f47cc50109..6b684106f8e83372d2507acc422eb90234fa7551 100644 (file)
@@ -252,7 +252,7 @@ void* mount_sdcard(void* data)
                if( i != 10 )
                {
                        LOG( "%s is exist", file_name);
-                       ret = mount(file_name, "/mnt/mmc", "ext3", 0, "");
+                       ret = mount(file_name, "/mnt/mmc", "ext4", 0, "");
                        LOG("mount ret = %d, errno = %d", ret, errno);
                        
                        LOG("sdcard fd: %d", g_sdcard_sockfd);