Mounting issue on Windows

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

Mounting issue on Windows

988件の閲覧回数
mathew_k_t
Contributor II

Hi,

I have created a new partition on eMMC of file system fat32 using mfgtool scripts, but  the created partition is not got properly mounted in windows. What's the issue in this? Could you help me in creating a partition that is compatible with different platforms.

Thanks and Regards

Mathew

ラベル(3)
0 件の賞賛
返信
3 返答(返信)

879件の閲覧回数
b36401
NXP Employee
NXP Employee

Did you created more than 1 partitions on the card?
It is known issue that Windows in unable to mount any partition of flash drive except first one.
You can create several partitions and make there the filesystems. They can be mounted from Linux:

root@tecno:~# mount | tail -2
/dev/sdc1 on /mnt/sdc1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro)
/dev/sdc2 on /mnt/sdc2 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro)
root@tecno:~#

But Windows can mount only first one.

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

879件の閲覧回数
mathew_k_t
Contributor II

Hi Victor,

Thank you for your response. I have created three partitions include boot partition, rootfs and a data partition. I have made boot partition and data partition as fat32. But data partition is not getting mounted. Is there any solution??

But Windows detecting this partition as unknown file type.

Mathew

0 件の賞賛
返信

879件の閲覧回数
b36401
NXP Employee
NXP Employee

You can mount these partitions on Linux PC.

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信