Same for me here. it seems that the hardware-qemu.ini in the ./out/target/product/generic_x86 folder contains an invalid entry for the data partition entry: ./out/target/product/generic_x86//./out/target/product/generic_x86/userdata.img
If I start the emulator there is also no .lock file in the ./out/target/product/generic_x86/ folder for the userdata.img file By replacing the -data parameter in the run-emulator script to -data userdata.img \ the .lock file is created - but still no write access to the /mnt/sdcard folder. The flash.sh script fails to write the file in that directory. dmesg shows several entries for: FAT: bogus number of reserved sectors VFS: Cant' find a valid FAT filesystem on dev mmcblk0. I tried to create a new userdata.img file and format it with an FAT filesystem - but still the emulator cant seem to mount it. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
