> Or use pmount: > > $ pmount /dev/mmcblk0p1 > (do your thing) > $ pumount /dev/mmcblk0p1 I tried this as non-root and it mounted the mmc at /mount/mmcblk0p1. However, it was still owned by root and there were no write permissions for other users. When I tried to copy a file to it as non-root it threw a permission denied error. Thanks