Hi Community,
I mount sata as below way, but it cannot mount automatically:
add this line
/devices/platform/ahci /mnt/ssd ntfs defaults voldmanaged=sdcard:auto
in device/fsl/sabreauto_6q/fstab.freescale.
after system bootup, in dev/block folder, it can find following:
sda
sda1
sda2
sda5
but there is nothing in /mnt/ssd.
However, when I try to mount manually, it will be mounted successfully.
root@sabreauto_6q:/ # mount -t ntfs /dev/block/sda1 /mnt/ssd/
NTFS volume version 3.1.
Could you give me some advices how to make it auto mount successfully after boot?
many thxs....:smileyhappy:
已解决! 转到解答。
Hi jianhua
I think first parameter is fstab should be /dev/sda1 or
/dev/block/sda1 according to
Best regards
igor
Hi jianhua
I think first parameter is fstab should be /dev/sda1 or
/dev/block/sda1 according to
Best regards
igor