From: choisjin80 Date: Fri, 15 Mar 2013 11:38:18 +0000 (+0900) Subject: SDCard file system is changed from ext3 to ext4 X-Git-Tag: submit/tizen/20150527.025434~17^2~15^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ba34b989b7b6dd9e73d7f8eacf8013b09584d5f;p=platform%2Fadaptation%2Femulator%2Femulator-daemon.git SDCard file system is changed from ext3 to ext4 --- diff --git a/src/emuld.c b/src/emuld.c index b2e6fe9..6b68410 100644 --- 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", "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);