Device mounting problem as mass storage on Windows

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Device mounting problem as mass storage on Windows

跳至解决方案
1,174 次查看
avijitnsec
Contributor III

I have downloaded Yocto image in SD Card and created 2 more partitions on the SD card. I am using iMX8mm platform.

I am mounting both the partitions using mass storage module - modprobe g_mass_storage file=/dev/mmcblk1p3,/dev/mmcblk1p5

I was hoping to get both the partitions mounted as mass storage device when connected through USB.

On Windows machine, only one partition being mounted. On Ubuntu machine, both the partitions being mounted.

I am able to mount individual partitions using the following commands

mount /dev/mmcblk1p3 /mnt

mount /dev/mmcblk1p5 /mnt

They both are FAT32. If I insert the SD Card directly to Windows machine, they mount just fine. And if I mount them one at a time, they both are mounting properly.

Any idea what is going wrong with Windows machine ? How to consistently mount both the partition on all the platforms ?

0 项奖励
回复
1 解答
1,156 次查看
b36401
NXP Employee
NXP Employee

Please note that Windows does not support more than one partition on USB flash drive (which is emulated by i.MX board).

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,157 次查看
b36401
NXP Employee
NXP Employee

Please note that Windows does not support more than one partition on USB flash drive (which is emulated by i.MX board).

0 项奖励
回复