Can't Symlink to /mnt/home

Using applications, configuring, problems
Post Reply
Message
Author
jakfish
Posts: 762
Joined: Fri 18 Jul 2008, 19:09

Can't Symlink to /mnt/home

#1 Post by jakfish »

On an Asus eee 900, using Puppeee 1.0 (4.31, more or less), I'm trying to symlink a Chrome cache, Claws email directory, and Rainlendar to my /mnt/home, which is my internal sdd drive.

So I'm booting off an sd card, but accessing all sfs's, including the OS and pupsave, off the ssd drive. From my syslinux.cfg:

default vmlinuz initrd=initrd.gz pmedia=ideflash fastboot nousbwait=1

Every time I make the symlink, upon reboot, the directory returns to /root, sometimes empty, sometimes not. So I run this script effectively at start-up:

rm -r directory /root/.rainlendar2/backups
sleep 1
rm -r directory /root/.cache
sleep 1
rm -r directory /root/.claws-mail
sleep 1
rm -r directory /root/Mail
sleep 1
ln -s /mnt/home/backups /root/.rainlendar2/backups
sleep 1
ln -s /mnt/home/.cache /root/.cache
sleep 1
ln -s /mnt/home/.claws-mail /root/.claws-mail
sleep 1
ln -s /mnt/home/Mail /root/Mail
sleep 1
/usr/lib/rainlendar2/rainlendar2

Still, does anybody have an idea why I need this script? Is it my syslinux file command?

Thanks,
Jake

Post Reply