Thread: Evopedia
View Single Post
Posts: 119 | Thanked: 14 times | Joined on Nov 2009
#7
Originally Posted by mankir View Post
in easy-debian (or on your desktop computer) apt-get install squashfs-tools. then run: unsquashfs -d <Foldername> wikipedia.squashfs
I'll try to make a step by step tutorial for this:

1) I downloaded evopdedia from the repository

2) I downloaded a wikipedia.squashfs file from I http://www.reitwiessner.de/openmoko/evopedia.html

3) Put the wikipedia.squash file in the folder user/ the n900

4) downloaded easy debian, installed it, rebooted. URL="http://wiki.maemo.org/Easy_Debian"]http://wiki.maemo.org/Easy_Debian[/URL]

5) installed unsquashfs by typing
Code:
apt-get install squashfs-tools
in easy debian. seemed to install correctly.

6) in easy debian typed
Code:
cd /media/mmc1
to get to the memorycard.

7) typed in
Code:
unsquashfs -d wiki wikipedia.squashfs
('wiki' being the folder i want the files in)

It then starts extracting a lot of files, (980224) But for every file it tries to extract it gives the message
Code:
failed to change uid and gids on wiki/...  because Operation not permitted
after 5hours only around 1% was done. so I aborted.

edit: I guess i have to be patient