I've noticed that the partitions on a flash card are difficult to get to show up in /dev now with 11.1, so it's awkward to mount them. I've tried "prompting" the system to recognize the partitioning with dd, fdisk, diskinfo, etc., but the only way I can wake up the system is by attempting to mount the bulk device:
and that's all it takes now to do what used to be automatic with 11.0 and earlier.
So what am I missing?
Code:
# ls /dev/da1*
/dev/da1
# mount /dev/da1s1 /mnt
mount: /dev/da1s1: No such file or directory
# ls /dev/da1*
/dev/da1
# mount /dev/da1 /mnt
mount: /dev/da1: Invalid argument
# ls /dev/da1*
/dev/da1 /dev/da1s1
