anuj9122 Posted July 28, 2016 Posted July 28, 2016 error: mount: special device /dev/mmcblk01/ does not exist mounting 8gb sd card cubieboard 1 command : mount /dev/mmcblk01/ /media/
tkaiser Posted July 28, 2016 Posted July 28, 2016 error: mount: special device /dev/mmcblk01/ does not exist Well, pretty self-explanatory? If in doubt check cat /proc/partitions man mount partprobe
anuj9122 Posted July 28, 2016 Author Posted July 28, 2016 oot@cubieboard:~# sudo mount /dev/mmcblk0p1 /media/sdcard mount: /dev/mmcblk0p1 is write-protected, mounting read-only NTFS signature is missing. Failed to mount '/dev/mmcblk0p1': Invalid argument The device '/dev/mmcblk0p1' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
Recommended Posts