Skip to content

Commit

Permalink
fstab: proper Asus storages
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonpt committed Oct 28, 2019
1 parent 8a2532b commit b8a1a86
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions root/fstab.mt6589 100755 → 100644
Expand Up @@ -12,11 +12,10 @@
# cwm hack: access /storage/sdcard0 through emmc to find cmupdater directory
/dev/block/mmcblk0p8 /emmc vfat defaults recoveryonly

#/devices/platform/mtk-msdc.0/mmc_host/mmc0 auto auto defaults voldmanaged=sdcard0:8,nonremovable,noemulatedsd
/devices/platform/mtk-msdc.1/mmc_host/mmc1 auto auto defaults voldmanaged=sdcard1:auto
#/devices/platform/mtk-msdc.0/mmc_host/mmc0 auto auto defaults voldmanaged=sdcard1:8,nonremovable,noemulatedsd
#/devices/platform/mtk-msdc.1/mmc_host/mmc1 auto auto defaults voldmanaged=sdcard0:auto
/devices/platform/mtk-msdc.0/mmc_host auto vfat defaults voldmanaged=sdcard0:emmc@fat,noemulatedsd
/devices/platform/mtk-msdc.1/mmc_host auto vfat defaults voldmanaged=sdcard1:auto

#/devices/platform/mt_usb auto auto defaults voldmanaged=usbdisk0:auto

/dev/bootimg /boot emmc defaults defaults
/dev/recovery /recovery emmc defaults defaults
/devices/platform/mt_usb auto auto defaults voldmanaged=usbdisk0:auto

0 comments on commit b8a1a86

Please sign in to comment.