View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#15
You need to create a mount point for the device, like /media/easy_debian.
Code:
mkdir /media/easy_debian
Open /etc/event.d/rcS-late with an editor,
Code:
nano /etc/event.d/rcS-late
find the line
-f /usr/lib/genfstab.awk > $tmp_fstab
and add this below it
Code:
echo "/dev/mmcblk0p4 /media/easy_debian ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0" >> $tmp_fstab
After a reboot, please verify that it work.
 

The Following User Says Thank You to michaaa62 For This Useful Post: