Mount SD card on boot

From Idrive
Jump to navigation Jump to search

In order to mount the storage SD card on boot you need to do the following steps:

  • Create the /mnt/sdcard directory
mkdir -p /mnt/sdcard
  • Open /etc/fstab with vi or another text editor and copy the following line at the end of the file (DO NOT MODIFY ANYTHING ELSE IN THE FILE!):
/dev/mmcblk1p1 /mnt/sdcard auto defaults 0 0