View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#5
Sure! I am using this script slightly modified from this wiki page http://wiki.maemo.org/User:Tanner#Sa...pace_on_rootfs to move large directories to optfs, also known as /home/opt/

The script will show the amount of free space in rootfs before and after the moving of stuff.

Extract the script to the user directory, make it executable and run it as root
Code:
unzip movetopt.sh.zip .
chmod +x movetoopt.sh
sudo gainroot
sh movetoopt.sh
Attached Files
File Type: zip movetoopt.sh.zip (754 Bytes, 65 views)