iMX6Q sata mount automatically problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

iMX6Q sata mount automatically problem

ソリューションへジャンプ
1,329件の閲覧回数
jasonhsu
Contributor III

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:

ラベル(5)
タグ(2)
0 件の賞賛
1 解決策
944件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi jianhua

I think first parameter is fstab should be /dev/sda1 or

/dev/block/sda1 according to

Fstab - Community Help Wiki

Best regards

igor

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
945件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi jianhua

I think first parameter is fstab should be /dev/sda1 or

/dev/block/sda1 according to

Fstab - Community Help Wiki

Best regards

igor

0 件の賞賛
944件の閲覧回数
jasonhsu
Contributor III

Hi igor

thx for your reply

it is fixed according to your advice.

:smileywink:

0 件の賞賛