The time now is Sun 22 Apr 2018, 05:01
All times are UTC - 4 |
Author |
Message |
jakfish
Joined: 18 Jul 2008 Posts: 766
|
Posted: Mon 25 Feb 2013, 15:01 Post subject:
Can't Symlink to /mnt/home |
|
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
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
[ Time: 0.0260s ][ Queries: 11 (0.0081s) ][ GZIP on ] |