Hello,
first of all thanks for everything rockbox provides. Next if I plug in my SansaFuzev2 with 4GB and check dmesg I get:
...
[35994.207019] sd 12:0:0:0: [sde] No Caching mode page present
[35994.207023] sd 12:0:0:0: [sde] Assuming drive cache: write through
[35994.209134] sde:
[35994.210387] sd 12:0:0:1: [sdf] No Caching mode page present
[35994.210389] sd 12:0:0:1: [sdf] Assuming drive cache: write through
[35994.213024] sdf: sdf1
[35994.216767] sd 12:0:0:0: [sde] No Caching mode page present
[35994.216773] sd 12:0:0:0: [sde] Assuming drive cache: write through
[35994.216778] sd 12:0:0:0: [sde] Attached SCSI removable disk
...
Now internal card is sde and external is sdf1. So far so good and I can also mount them seperately However after I changed to using UUID's for all my devices both the internal and the external have the same UUID:
~ # blkid /dev/sde
/dev/sde: UUID="0123-4567" TYPE="vfat"
~ # blkid /dev/sdf1
/dev/sdf1: UUID="0123-4567" TYPE="vfat"
Is this normal expected behaviour? Is there a way to mount both sde and sdf1 with one command in one location?
Anyway Thanks for any help regarding this.