APPS2SD über Image-Mount?

  • 5 Antworten
  • Letztes Antwortdatum
D

DocMAX

Erfahrenes Mitglied
17
Hallo,

hat es bereits jemand hinbekommen, die apps auf sd *als datei* auszulagern und dann zu mounten?

mount -o bind -t ext2 /sdcard/images/app.img /data/app

klappt leider nicht...

docmax
 
Die Idee ist gut. Warum nimmst du -o bind?
 
was sonnst?
 
Since Linux 2.4.0 it is possible to remount part of the file hierarchy somewhere else. The call is


mount --bind olddir newdir
After this call the same contents is accessible in two places. One can also remount a single file (on a single file).

Lass mal das bind weg und mach -o loop
 
oops, ich meinte auch loop. leider gibt es da auch einen fehler...
 
Was wirft er dir als Fehler aus?
 
Zurück
Oben Unten