I have the following entry in my /etc/fstab file:
/dev/mmcblk1 /home ext3 default 0 2
Now my problem is that the device at /dev/mmcblk1 changes its location periodically. When I setup-up the mount on boot it was at location /dev/mmcblk0
Is there a way to predetermine where the dive is going to be?

