automount 130 B

12345
  1. #!/bin/sh
  2. # SD card slot, first partition
  3. mkdir -p /mnt/mmcblk0p2
  4. automount -d /mnt/mmcblk0p2 'mount /dev/mmc0.1 /mnt/mmcblk0p2'