Jump to content

[Logicom] Comment modifier vold.fstab pour intervertir les memoires ? logicom S450


Recommended Posts

voila mon fichier vold.fstab d'origine,

## Vold 2.0 Generic fstab
## - San Mehat (san@android.com)
##

#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################

## internal sdcard
# /devices/platform/sdhci.1/mmc_host/mmc0/mmc0:0001/block/mmcblk0/mmcblk0p27
dev_mount sdcard /storage/emulated/legacy auto /devices/platform/sdhci.1/mmc_host/mmc0/mmc0:0001/block/mmcblk0 /dev/block/platform/sdhci.1/by-name/sdcard

## external sdcard
dev_mount external_sd /storage/sdcard1 auto /devices/platform/sdhci.0/mmc_host/mmc2

## usb otg
dev_mount usbdisk0 /storage/usbdisk0 auto /devices/platform/dwc_otg/usb1
dev_mount usbdisk1 /storage/usbdisk1 auto /devices/platform/dwc_otg/usb1
dev_mount usbdisk2 /storage/usbdisk2 auto /devices/platform/dwc_otg/usb1
dev_mount usbdisk3 /storage/usbdisk3 auto /devices/platform/dwc_otg/usb1



dans lequel j'ai modifier ces deux lignes, comme ceci:

## internal sdcard
# /devices/platform/sdhci.1/mmc_host/mmc0/mmc0:0001/block/mmcblk0/mmcblk0p27
dev_mount sdcard /storage/sdcard1 auto /devices/platform/sdhci.1/mmc_host/mmc0/mmc0:0001/block/mmcblk0 /dev/block/platform/sdhci.1/by-name/sdcard

## external sdcard
dev_mount external_sd /storage/emulated/legacy auto /devices/platform/sdhci.0/mmc_host/mmc2.

le probleme est que après un redémarrage, il n'y a plus que la memoire interne (1go) de visible. plus de carte sd impossible d'en monter une autre etc...

quelqu'un peut il me dire où j'ai fait une (des) erreur(s)?

d'avance merci.

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...