my procedure is tar the opt first, then untar it in the sd, then rm the opt, and make a symlink there
or you can use cp -d to just copy the opt to the sd, then rm the opt, and make a symlink
after all, u need to reboot
cd /mnt/card/sdroot
tar -cvf root.tar /opt
tar -zvf root.tar
rm -rf /opt
ln -s /mnt/card/sdroot/opt /opt
Please guylhem can you tell me the right procedure for moving /opt/ to SD ?
Thanks !
[div align=\"right\"][a href=\"index.php?act=findpost&pid=74300\"][{POST_SNAPBACK}][/a][/div]