Jump to content

Probleme mount /sdcard sur le recovery


Recommended Posts

Bonsoir tout le monde,

Je suis sur le recovery : clockwork-6.0.2.3-mako. et j ai flashé le touch au cas ou mais je n' arrive pas à monter le stockage usb.

Quand je clic sur mount /sdcard rien ne se passe donc je ne peux pas transférer de fichiers en recovery mod ce qui est très gênant.

Je pense être tomber sur une piste :

You most probably have an unpartitioned sdcard, clockworkmod however assumes that is partitioned and wants to mount the first partition (/dev/block/mmcblk0p1).

You can fix this by repartitioning your sdcard so that it has a mountable fat-formatted first volume and then retry.

If you don't mind using the commandline, boot to recovery and connect via adb shell to it, then mount your sdcard manually: mount /dev/block/mmcblk0 /sdcard and retry.

Technical explanation:

cat /proc/partitions lists:

/dev/block/mmcblk0 is your FAT formatted volume (no more partitions at all)

should be:

/dev/block/mmcblk0 (whole device)

/dev/block/mmcblk0p1 (1st partition, FAT formatted)

/dev/block/mmcblk0p2 (sd-ext partition, only for those that use SD2ext and such)

Mais là je sèche, je ne sais pas comment faire la manip .

Merci à tous pour le forum que je suis depuis mon nexus S.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...