View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#676
Originally Posted by juiceme View Post
Now I am not sure about this and have to test a bit.
Okay, now I have tested a bit

The results are as follows;
  • if you set G_EXPORTED_PARTITONS="/dev/mmcblk0", you will get all partitions exported.
  • if you set G_EXPORTED_PARTITONS="/dev/mmcblk0p1", you will get just one partition exported.
  • if you set G_EXPORTED_PARTITONS="/dev/mmcblk0p1,dev/mmcblk0p2", you will get both partitions 1 and 2 exported.
    (the driver will contain 2 different luns in this case, one for each partition)

Now this above is what happens on Linux.
My guess is that on Windows the 1st and 2nd behave similarily, only the partition 1 gets exported, but the 3rd case would export both partitions correctly.
 

The Following User Says Thank You to juiceme For This Useful Post: