forked from PhilZ-cwm6/philz_touch_cwm6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroots.c
766 lines (674 loc) · 26.8 KB
/
roots.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <errno.h>
#include <stdlib.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <ctype.h>
#include "mtdutils/mtdutils.h"
#include "mounts.h"
#include "roots.h"
#include "common.h"
#include "make_ext4fs.h"
#include <fs_mgr.h>
#include <libgen.h>
#include "flashutils/flashutils.h"
#include "extendedcommands.h"
#include "recovery_ui.h"
#include "advanced_functions.h"
#include "voldclient/voldclient.h"
#include "libcrecovery/common.h" // __popen / __pclose
/*
get actual fstype from device (modified code from @kumajaya)
device argument is the v->blk_device
blkid output exp: /dev/block/mmcblk1p1: UUID="3461-3337" TYPE="exfat"
*/
char* get_real_fstype(const char* device) {
char cmd[PATH_MAX];
char line[1024];
static char fstype[128];
char* real_device_fstype = NULL;
sprintf(cmd, "/sbin/blkid -c /dev/null %s", device);
FILE *fp = __popen(cmd, "r");
if (fp == NULL) {
fprintf(stderr, "Unable to execute blkid.\n");
return NULL;
}
if (fgets(line, sizeof(line), fp) != NULL) {
char* ptr = strstr(line, "TYPE=");
if (ptr != NULL && sscanf(ptr + 5, "\"%127[^\"]\"", fstype) == 1)
real_device_fstype = fstype;
}
__pclose(fp);
if (real_device_fstype == NULL)
fprintf(stderr, "blkid: unknown filesystem on '%s'\n", device);
return real_device_fstype;
}
static struct fstab *fstab = NULL;
/*
system/core/fs_mgr/include/fs_mgr.h
struct fstab {
int num_entries;
struct fstab_rec *recs;
char *fstab_filename;
};
struct fstab_rec {
char *blk_device;
char *mount_point;
char *fs_type;
unsigned long flags;
char *fs_options;
int fs_mgr_flags;
char *key_loc;
char *verity_loc;
long long length;
char *label;
int partnum;
int swap_prio;
unsigned int zram_size;
// cwm
char *blk_device2;
char *fs_type2;
char *fs_options2;
char *lun;
};
*******
system/core/fs_mgr/fs_mgr.c
static struct flag_list mount_flags[] = {
{ "noatime", MS_NOATIME },
{ "noexec", MS_NOEXEC },
{ "nosuid", MS_NOSUID },
{ "nodev", MS_NODEV },
{ "nodiratime", MS_NODIRATIME },
{ "ro", MS_RDONLY },
{ "rw", 0 },
{ "remount", MS_REMOUNT },
{ "bind", MS_BIND },
{ "rec", MS_REC },
{ "unbindable", MS_UNBINDABLE },
{ "private", MS_PRIVATE },
{ "slave", MS_SLAVE },
{ "shared", MS_SHARED },
{ "sync", MS_SYNCHRONOUS },
{ "defaults", 0 },
{ 0, 0 },
};
static struct flag_list fs_mgr_flags[] = {
{ "wait", MF_WAIT },
{ "check", MF_CHECK },
{ "encryptable=",MF_CRYPT },
{ "nonremovable",MF_NONREMOVABLE },
{ "voldmanaged=",MF_VOLDMANAGED},
{ "length=", MF_LENGTH },
{ "recoveryonly",MF_RECOVERYONLY },
{ "swapprio=", MF_SWAPPRIO },
{ "zramsize=", MF_ZRAMSIZE },
{ "verify", MF_VERIFY },
{ "noemulatedsd", MF_NOEMULATEDSD },
{ "defaults", 0 },
{ 0, 0 },
};
****
Support additional extra.fstab entries and add device2
* Needed until fs_mgr_read_fstab() starts to parse a blk_device2 entries
* extra.fstab sample:
----> start extra.fstab
# add here entries already existing in main device fstab, but for which you want a blk_device2, fs_type2 or fs_options2
# used to partition sdcard and format it to ext2/ext3
# used also to stat for size of mtd/yaffs2 partitions
# blk_device2 # mount_point fs_type2 fs_options2 flags (not used in extra.fstab code)
/dev/block/mmcblk0p28 /storage/sdcard0 auto defaults defaults
/dev/block/mmcblk1p1 /storage/sdcard1 auto defaults defaults
/dev/block/sda1 /storage/usbdisk0 auto defaults defaults
<---- end extra.fstab
* system/core/fs_mgr/fs_mgr.c/fs_mgr_read_fstab() will parse our recovery.fstab file:
- it will populate recovery fstab struct: fstab->recs[i].blk_device, fstab->recs[i].mount_point, fstab->recs[i].fs_type, fstab->recs[i].fs_options
- fs_options are defines by "static struct flag_list mount_flags[]"
- after that, it will call parse_flags() to parse the flags
- flags are defined in "static struct flag_list fs_mgr_flags[]"
- the flag voldmanaged=label:partnum is processed by parse_flags() in cm-10.2
+ label is always set to NULL in cm-10.2
+ in cm-11, label is used to define v->mount_point = fstab->recs[i].label as mount point is set to auto in fstab.device
+ partnum is the mmcblk/mtdblk real number for voldmanaged partition
+ exp for a device with dedicated internal sdcard partition:
voldmanaged=sdcard0:36: label is sdcard0, mount_point will be /storage/sdcard0 and partition is /dev/block/mmcblk0p36
in cm-10.2, what ever we set label, it doesn't matter as it is discarded by parse_flags() and we use the defined mount_point in fstab.device
- to null options, use "defaults" or a non defined entry in flag_list mount_flags[] like "default"
- to null flags, use "defaults" or a non defined entry in flag_list fs_mgr_flags[] like "default"
* once recovery fstab struct is populated by roots.c/load_volume_table(), we process extra.fstab by load_volume_table_extra()
* it will parse the extra.fstab by calling fs_mgr_read_fstab()
* this will populate fstab_extra->recs[i].blk_device, fstab_extra->recs[i].mount_point, fstab_extra->recs[i].fs_type, fstab_extra->recs[i].fs_options
* fstab_extra flags will not be used in cm-10.2, so we them to "defaults"
* after that, we call add_extra_fstab_entries():
- it will compare each fstab->recs[i].mount_point from main recovery.fstab to the fstab_extra->recs[i].mount_point from extra.fstab
- if same mount point is found in both files, blk_device2, fs_type2 and fs_options2 from fstab->recs[i] are set to blk_device, fs_type and fs_options from fstab_extra->recs[i]
- so, mount point in extra.fstab must be the same as in main fstab.device we're using to create recovery.fstab
- in cm11, since mount_point is auto, we should use same voldmanaged flag in both extra.fstab and fstab.device like "voldmanaged=sdcard0:36"
this way, we can compare fstab->recs[i].label to fstab_extra->recs[i].label to assign blk_device2, fs_type2 and fs_options2
*/
static struct fstab *fstab_extra = NULL;
static void add_extra_fstab_entries(int num) {
int i;
for(i = 0; i < fstab->num_entries; ++i) {
if (strcmp(fstab->recs[i].mount_point, fstab_extra->recs[num].mount_point) == 0) {
fstab->recs[i].blk_device2 = strdup(fstab_extra->recs[num].blk_device);
fstab->recs[i].fs_type2 = strdup(fstab_extra->recs[num].fs_type);
if (fstab_extra->recs[num].fs_options != NULL)
fstab->recs[i].fs_options2 = strdup(fstab_extra->recs[num].fs_options);
}
}
}
static void load_volume_table_extra() {
int i;
fs_mgr_free_fstab(fstab_extra);
fstab_extra = fs_mgr_read_fstab("/etc/extra.fstab");
if (!fstab_extra) {
fprintf(stderr, "No /etc/extra.fstab\n");
return;
}
fprintf(stderr, "\nextra filesystem table: (device2, fstype2, options2):\n");
fprintf(stderr, "======================\n");
for(i = 0; i < fstab_extra->num_entries; ++i) {
Volume* v = &fstab_extra->recs[i];
add_extra_fstab_entries(i);
fprintf(stderr, " %d %s %s %s %lld\n", i, v->mount_point, v->fs_type,
v->blk_device, v->length);
}
fprintf(stderr, "\n");
}
Volume* volume_for_path_extra(const char* path) {
return fs_mgr_get_entry_for_mount_point(fstab_extra, path);
}
//----- end extra.fstab support
int get_num_volumes() {
return fstab->num_entries;
}
Volume* get_device_volumes() {
return fstab->recs;
}
void load_volume_table() {
int i;
int ret;
fs_mgr_free_fstab(fstab);
fstab = fs_mgr_read_fstab("/etc/recovery.fstab");
if (!fstab) {
LOGE("failed to read /etc/recovery.fstab\n");
return;
}
ret = fs_mgr_add_entry(fstab, "/tmp", "ramdisk", "ramdisk", 0);
if (ret < 0 ) {
LOGE("failed to add /tmp entry to fstab\n");
fs_mgr_free_fstab(fstab);
fstab = NULL;
return;
}
for (i = 0; i < fstab->num_entries; ++i) {
Volume* v = &fstab->recs[i];
// Process vold-managed volumes with mount point "auto"
if (fs_mgr_is_voldmanaged(v) && strcmp(v->mount_point, "auto") == 0) {
char mount[PATH_MAX];
// Set the mount point to /storage/label which as used by vold
snprintf(mount, PATH_MAX, "/storage/%s", v->label);
free(v->mount_point);
v->mount_point = strdup(mount);
}
#ifdef USE_F2FS
// allow switching between f2fs/ext4 depending on actual real format
// if fstab entry matches the real device fs_type, do nothing
// also skip vold managed devices as vold relies on the defined flags. These should be set to auto fstype for free formatting
else if (strcmp(v->fs_type, "ext4") == 0 || strcmp(v->fs_type, "f2fs") == 0) {
char* real_fstype = get_real_fstype(v->blk_device);
if (real_fstype == NULL || strcmp(real_fstype, v->fs_type) == 0 || fs_mgr_is_voldmanaged(v))
continue;
if (strcmp(real_fstype, "ext4") == 0 || strcmp(real_fstype, "f2fs") == 0) {
// drop to bare minimal default fs_options
char fstab_fstype[10];
strcpy(fstab_fstype, v->fs_type);
free(v->fs_type);
v->fs_type = strdup(real_fstype);
if (v->fs_options != NULL)
free(v->fs_options);
if (strcmp(v->fs_type, "f2fs") == 0) {
v->fs_options = strdup("rw,noatime,nodev,nodiratime,inline_xattr");
} else {
// ext4: default options will be set in try_mount()
v->fs_options = NULL;
}
fprintf(stderr, "%s: %s -> %s\n", v->mount_point, fstab_fstype, v->fs_type);
}
}
#endif
}
load_volume_table_extra();
#ifdef BOARD_NATIVE_DUALBOOT_SINGLEDATA
device_truedualboot_after_load_volume_table();
#endif
fprintf(stderr, "recovery filesystem table\n");
fprintf(stderr, "=========================\n");
for (i = 0; i < fstab->num_entries; ++i) {
Volume* v = &fstab->recs[i];
fprintf(stderr, " %d %s %s %s %lld\n", i, v->mount_point, v->fs_type,
v->blk_device, v->length);
if (v->blk_device2 != NULL) {
// print extra volume table
fprintf(stderr, " %d %s %s %s %lld\n", i, v->mount_point, v->fs_type2,
v->blk_device2, v->length);
}
}
fprintf(stderr, "\n");
}
Volume* volume_for_path(const char* path) {
return fs_mgr_get_entry_for_mount_point(fstab, path);
}
int is_primary_storage_voldmanaged() {
Volume* v;
v = volume_for_path("/storage/sdcard0");
return fs_mgr_is_voldmanaged(v);
}
static char* primary_storage_path = NULL;
char* get_primary_storage_path() {
if (primary_storage_path == NULL) {
if (volume_for_path("/storage/sdcard0"))
primary_storage_path = "/storage/sdcard0";
else
primary_storage_path = "/sdcard";
}
return primary_storage_path;
}
int get_num_extra_volumes() {
int num = 0;
int i;
for (i = 0; i < get_num_volumes(); i++) {
Volume* v = get_device_volumes() + i;
if ((strcmp("/external_sd", v->mount_point) == 0) ||
((strcmp(get_primary_storage_path(), v->mount_point) != 0) &&
fs_mgr_is_voldmanaged(v) && vold_is_volume_available(v->mount_point)))
num++;
}
return num;
}
char** get_extra_storage_paths() {
int i = 0, j = 0;
static char* paths[MAX_NUM_MANAGED_VOLUMES];
int num_extra_volumes = get_num_extra_volumes();
if (num_extra_volumes == 0)
return NULL;
for (i = 0; i < get_num_volumes(); i++) {
Volume* v = get_device_volumes() + i;
if ((strcmp("/external_sd", v->mount_point) == 0) ||
((strcmp(get_primary_storage_path(), v->mount_point) != 0) &&
fs_mgr_is_voldmanaged(v) && vold_is_volume_available(v->mount_point))) {
paths[j] = v->mount_point;
j++;
}
}
paths[j] = NULL;
return paths;
}
static char* android_secure_path = NULL;
char* get_android_secure_path() {
if (android_secure_path == NULL) {
android_secure_path = malloc(sizeof("/.android_secure") + strlen(get_primary_storage_path()) + 1);
sprintf(android_secure_path, "%s/.android_secure", primary_storage_path);
}
return android_secure_path;
}
int try_mount(const char* device, const char* mount_point, const char* fs_type, const char* fs_options) {
if (device == NULL || mount_point == NULL || fs_type == NULL)
return -1;
int ret = 0;
if (fs_options == NULL) {
ret = mount(device, mount_point, fs_type,
MS_NOATIME | MS_NODEV | MS_NODIRATIME, "");
// LOGE("ret =%d - device=%s - mount_point=%s - fstype=%s\n", ret, device, mount_point, fs_type); // debug
}
else {
char mount_cmd[PATH_MAX];
sprintf(mount_cmd, "mount -t %s -o%s %s %s", fs_type, fs_options, device, mount_point);
ret = __system(mount_cmd);
}
if (ret == 0)
return 0;
LOGW("failed to mount %s %s %s (%s)\n", device, mount_point, fs_type, strerror(errno));
return ret;
}
/*
- Since Android 4.2, internal storage is located in /data/media/0 (multi user compatibility)
- When upgrading to android 4.2, /data/media content is "migrated" to /data/media/0
- In recovery, we force use of /data/media instead of /data/media/0 for internal storage if /data/media/.cwm_force_data_media file is found
- For devices with pre-4.2 android support, we can define BOARD_HAS_NO_MULTIUSER_SUPPORT flag to default to /data/media, unless /data/media/0 exists
- If we call use_migrated_storage() directly, we need to ensure_path_mounted("/data") before
- On recovery start, no need to mount /data before as use_migrated_storage() is called by setup_data_media()
setup_data_media() is either called by ensure_path_mounted() which will mount /data or
it is called by process_volumes() where /data is mounted before and unmounted after calling setup_data_media()
*/
int use_migrated_storage() {
struct stat s;
#ifdef BOARD_HAS_NO_MULTIUSER_SUPPORT
return lstat("/data/media/0", &s) == 0 &&
lstat("/data/media/.cwm_force_data_media", &s) != 0;
#else
return lstat("/data/media/.cwm_force_data_media", &s) != 0;
#endif
}
int is_data_media() {
int i;
int has_sdcard = 0;
for (i = 0; i < get_num_volumes(); i++) {
Volume* vol = get_device_volumes() + i;
if (strcmp(vol->fs_type, "datamedia") == 0)
return 1;
if (strcmp(vol->mount_point, "/sdcard") == 0)
has_sdcard = 1;
if (fs_mgr_is_voldmanaged(vol) &&
(strcmp(vol->mount_point, "/storage/sdcard0") == 0))
has_sdcard = 1;
}
return !has_sdcard;
}
void setup_data_media() {
int i;
char* mount_point = "/sdcard";
for (i = 0; i < get_num_volumes(); i++) {
Volume* vol = get_device_volumes() + i;
if (strcmp(vol->fs_type, "datamedia") == 0) {
mount_point = vol->mount_point;
break;
}
}
// recreate /data/media with proper permissions
rmdir(mount_point);
mkdir("/data/media", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
// support /data/media/0 (Android 4.2+)
char* path = "/data/media";
if (use_migrated_storage()) {
path = "/data/media/0";
mkdir(path, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
}
symlink(path, mount_point);
/*
// debug
if (ui_should_log_stdout())
LOGI("using %s for %s\n", path, mount_point);
*/
}
int is_data_media_volume_path(const char* path) {
Volume* v = volume_for_path(path);
if (v != NULL)
return strcmp(v->fs_type, "datamedia") == 0;
if (!is_data_media()) {
return 0;
}
return strcmp(path, "/sdcard") == 0 || path == strstr(path, "/sdcard/");
}
static int ensure_path_mounted_always_true = 0;
void set_ensure_mount_always_true(int state) {
ensure_path_mounted_always_true = state;
}
int ensure_path_mounted(const char* path) {
if (ensure_path_mounted_always_true)
return 0;
return ensure_path_mounted_at_mount_point(path, NULL);
}
// not thread safe because of scan_mounted_volumes()
int ensure_path_mounted_at_mount_point(const char* path, const char* mount_point) {
#ifdef BOARD_NATIVE_DUALBOOT_SINGLEDATA
if (device_truedualboot_mount(path, mount_point) <= 0)
return 0;
#endif
if (is_data_media_volume_path(path)) {
if (ui_should_log_stdout() && ui_is_initialized()) {
// ui_is_initialized() check to limit output logging during "adb shell nandroid" commands
// also, will limit logging when "mount /sdcard" from shell on /data/media devices with BOARD_RECOVERY_HANDLES_MOUNT enabled
LOGI("setting up /data/media(/0) for %s.\n", path);
}
int ret;
if (0 != (ret = ensure_path_mounted("/data")))
return ret;
setup_data_media();
return 0;
}
Volume* v = volume_for_path(path);
if (v == NULL) {
LOGE("unknown volume for path [%s]\n", path);
return -1;
}
if (strcmp(v->fs_type, "ramdisk") == 0) {
// the ramdisk is always mounted.
return 0;
}
int result;
result = scan_mounted_volumes();
if (result < 0) {
LOGE("failed to scan mounted volumes\n");
return -1;
}
if (NULL == mount_point)
mount_point = v->mount_point;
const MountedVolume* mv =
find_mounted_volume_by_mount_point(mount_point);
if (mv) {
// volume is already mounted
return 0;
}
mkdir(mount_point, 0755); // in case it doesn't already exist
if (fs_mgr_is_voldmanaged(v)) {
result = vold_mount_volume(mount_point, 1) == CommandOkay ? 0 : -1;
if (result == 0) return 0;
}
if (strcmp(v->fs_type, "yaffs2") == 0) {
// mount an MTD partition as a YAFFS2 filesystem.
mtd_scan_partitions();
const MtdPartition* partition;
partition = mtd_find_partition_by_name(v->blk_device);
if (partition == NULL) {
LOGE("failed to find \"%s\" partition to mount at \"%s\"\n",
v->blk_device, mount_point);
return -1;
}
return mtd_mount_partition(partition, mount_point, v->fs_type, 0);
} else if (strcmp(v->fs_type, "ext4") == 0 ||
strcmp(v->fs_type, "ext3") == 0 ||
#ifdef USE_F2FS
strcmp(v->fs_type, "f2fs") == 0 ||
#endif
strcmp(v->fs_type, "rfs") == 0 ||
strcmp(v->fs_type, "vfat") == 0) {
// LOGE("main pass: %s %s %s %s\n", v->blk_device, mount_point, v->fs_type, v->fs_type2); // debug
if ((result = try_mount(v->blk_device, mount_point, v->fs_type, v->fs_options)) == 0)
return 0;
if ((result = try_mount(v->blk_device, mount_point, v->fs_type2, v->fs_options2)) == 0)
return 0;
if ((result = try_mount(v->blk_device2, mount_point, v->fs_type2, v->fs_options2)) == 0)
return 0;
return result;
} else if (strcmp(v->fs_type, "auto") == 0) {
// either we are using fstab with non vold managed external storage or vold failed to mount a storage (ext2/ext4, some vfat systems)
// on vold managed devices, we need the blk_device2
char mount_cmd[PATH_MAX];
sprintf(mount_cmd, "mount %s %s", v->blk_device2 != NULL ? v->blk_device2 : v->blk_device, mount_point);
return __system(mount_cmd);
} else {
// let's try mounting with the mount binary and hope for the best.
// case called by ensure_path_mounted_at_mount_point("/emmc", "/sdcard") in edifyscripting.c (this now obsolete)
// however, keep the code for clarity and eventual dual boot support using preload or other partitions in future
// keep both alternatives to not break things for MTD devices when using v->blk_device on system mount command
char mount_cmd[PATH_MAX];
if (strcmp(v->mount_point, mount_point) != 0)
sprintf(mount_cmd, "mount %s %s", v->blk_device, mount_point);
else
sprintf(mount_cmd, "mount %s", v->mount_point);
return __system(mount_cmd);
}
return -1;
}
// not thread safe because of scan_mounted_volumes()
int ensure_path_unmounted(const char* path) {
#ifdef BOARD_NATIVE_DUALBOOT_SINGLEDATA
if (device_truedualboot_unmount(path) <= 0)
return 0;
#endif
// if we are using /data/media, do not ever unmount volumes /data or /sdcard
if (is_data_media_volume_path(path)) {
return ensure_path_unmounted("/data");
}
if (strstr(path, "/data") == path && is_data_media() && is_data_media_preserved()) {
return 0;
}
Volume* v = volume_for_path(path);
if (v == NULL) {
LOGE("unknown volume for path [%s]\n", path);
return -1;
}
if (strcmp(v->fs_type, "ramdisk") == 0) {
// the ramdisk is always mounted; you can't unmount it.
return -1;
}
int result;
result = scan_mounted_volumes();
if (result < 0) {
LOGE("failed to scan mounted volumes\n");
return -1;
}
const MountedVolume* mv =
find_mounted_volume_by_mount_point(v->mount_point);
if (mv == NULL) {
// volume is already unmounted
return 0;
}
if (fs_mgr_is_voldmanaged(volume_for_path(v->mount_point)))
return vold_unmount_volume(v->mount_point, 0, 1) == CommandOkay ? 0 : -1;
return unmount_mounted_volume(mv);
}
extern struct selabel_handle *sehandle;
int format_volume(const char* volume) {
#ifdef BOARD_NATIVE_DUALBOOT_SINGLEDATA
if (device_truedualboot_format_volume(volume) <= 0)
return 0;
#endif
if (is_data_media_volume_path(volume)) {
// format_unknown_device() with NULL as fstype will end to a rm -rf command issued on path /sdcard, that is /data/media folder
return format_unknown_device(NULL, volume, NULL);
}
// check to see if /data is being formatted, and if it is /data/media
// Note: the /sdcard check is redundant probably, just being safe.
// by default, is_data_media_preserved() == 1, so we will go to format_unknown_device()
// format_unknown_device() with null fstype will rm -rf /data, excluding /data/media path
// if preserve_data_media(0) is called, is_data_media_preserved() will return 0
// in that case, we will not use format_unknown_device() but proceed to below with a true format command issued
if (strstr(volume, "/data") == volume && is_data_media() && is_data_media_preserved()) {
return format_unknown_device(NULL, volume, NULL);
}
Volume* v = volume_for_path(volume);
if (v == NULL) {
// silent failure for sd-ext
if (strcmp(volume, "/sd-ext") != 0)
LOGE("unknown volume '%s'\n", volume);
return -1;
}
// silent failure to format non existing sd-ext when defined in recovery.fstab
if (strcmp(volume, "/sd-ext") == 0) {
struct stat s;
if (0 != stat(v->blk_device, &s)) {
LOGI("Skipping format of sd-ext\n");
return -1;
}
}
// Only use vold format for exact matches otherwise /sdcard will be
// formatted instead of /storage/sdcard0/.android_secure
if (fs_mgr_is_voldmanaged(v) && strcmp(volume, v->mount_point) == 0) {
if (ensure_path_unmounted(volume) != 0) {
LOGE("format_volume failed to unmount %s", v->mount_point);
}
return vold_format_volume(v->mount_point, 1) == CommandOkay ? 0 : -1;
}
if (strcmp(v->fs_type, "ramdisk") == 0) {
// you can't format the ramdisk.
LOGE("can't format_volume \"%s\"", volume);
return -1;
}
if (strcmp(v->mount_point, volume) != 0) {
#if 0
LOGE("can't give path \"%s\" to format_volume\n", volume);
return -1;
#endif
return format_unknown_device(v->blk_device, volume, NULL);
}
if (ensure_path_unmounted(volume) != 0) {
LOGE("format_volume failed to unmount \"%s\"\n", v->mount_point);
return -1;
}
if (strcmp(v->fs_type, "yaffs2") == 0 || strcmp(v->fs_type, "mtd") == 0) {
mtd_scan_partitions();
const MtdPartition* partition = mtd_find_partition_by_name(v->blk_device);
if (partition == NULL) {
LOGE("format_volume: no MTD partition \"%s\"\n", v->blk_device);
return -1;
}
MtdWriteContext *write = mtd_write_partition(partition);
if (write == NULL) {
LOGW("format_volume: can't open MTD \"%s\"\n", v->blk_device);
return -1;
} else if (mtd_erase_blocks(write, -1) == (off_t) -1) {
LOGW("format_volume: can't erase MTD \"%s\"\n", v->blk_device);
mtd_write_close(write);
return -1;
} else if (mtd_write_close(write)) {
LOGW("format_volume: can't close MTD \"%s\"\n", v->blk_device);
return -1;
}
return 0;
}
if (strcmp(v->fs_type, "ext4") == 0) {
int result = make_ext4fs(v->blk_device, v->length, volume, sehandle);
if (result != 0) {
LOGE("format_volume: make_extf4fs failed on %s\n", v->blk_device);
return -1;
}
return 0;
}
#ifdef USE_F2FS
if (strcmp(v->fs_type, "f2fs") == 0) {
char* args[] = { "mkfs.f2fs", v->blk_device };
if (make_f2fs_main(2, args) != 0) {
LOGE("format_volume: mkfs.f2fs failed on %s\n", v->blk_device);
return -1;
}
return 0;
}
#endif
#if 0
LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type);
return -1;
#endif
return format_unknown_device(v->blk_device, volume, v->fs_type);
}
static int data_media_preserved_state = 1;
void preserve_data_media(int val) {
data_media_preserved_state = val;
}
int is_data_media_preserved() {
return data_media_preserved_state;
}
void setup_legacy_storage_paths() {
char* primary_path = get_primary_storage_path();
if (!is_data_media_volume_path(primary_path)) {
rmdir("/sdcard");
symlink(primary_path, "/sdcard");
}
}