Slacko 5.5 resize personnal save file

Please post any bugs you have found
Post Reply
Message
Author
Pelo

Slacko 5.5 resize personnal save file

#1 Post by Pelo »

Slacko 5.5 didn't want to resize my slackosave file. I have search a long time the reason.
It was that my storage USB was quite full, with not enough place.
Should it be possible to stop the process at the beginning with a message to the user " hey man, you are asking too much !"

Have a nice week-end. A frenchie.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#2 Post by tempestuous »

Hi Pelo,
Still waiting on your reply regarding iwlagn wifi -
http://www.murga-linux.com/puppy/viewto ... 741#698741

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#3 Post by Karl Godt »

Code: Select all

FREE_SPACE=`df -k /initrd${PUP_HOME} | grep -m1 "/initrd${PUP_HOME}" | awk '{print $4}'`

if [ "$FREE_SPACE" -le "$KILOBIG" ] ; then
pupmessage -bg red "Sorry, Not enough space in
/initrd${PUP_HOME} (${FREE_SPACE}K)
to be able to increase the personal storage file by
${KILOBIG}K
"
exec $0
fi
[ leafpad `which resizepfile.sh` ]

Pelo

Same problem with slacko 5.3.3

#4 Post by Pelo »

Same problem with slacko 5.3.3 . I got a solution in the past, but i don't remember. Searching again.
Tempestuous, modern puppies are modern, but that only means that they will fit better hardware of newer computers. My computer is born 2004
No PAE.

Post Reply