View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3020
Originally Posted by thedead1440 View Post
well if u connect via mass storage; either it won't connect properly or you end up clearing the swap space...

I don't know how to enter the password for ariadne in the script itself I think you may know how hence I asked you
For understand it better:
1. creating folder: /home/user/MyDocs/.swap0
2. copying swapp-add.conf to /etc/init/apps
3. copying setswap0 & rmswap0 to /sbin/ or /bin/ or /usr/bin
4. give them permission:
Code:
#chmod +x setswap0
#chmod +x rmswap0
5.to activate swap:
Code:
sh /path/to/setswap0
6. to deactivate swap:
Code:
sh /path/to/rmswap0
7. For remove this mod:
* remove /home/user/MyDocs/.swap0
*
remove setswap0 & rmswap0
* remove /etc/init/apps/swapp-add.conf

I'm right ? We need reboot after activating/removing mod ?
And where exactly we need to use ariadne ? (I also don't know where to insert pass)