Notices


Reply
Thread Tools
Posts: 14 | Thanked: 0 times | Joined on Jul 2010
#1
Hi there everybody.

I hope I'm posting this in the right place. I installed the easy-debain
app and ran the image installed. The xtrem opened and downloaded the 300MB
file. Then extracted it, 1/2 way though it failed with a error I missed.
Then I noticed my /home is 100% full. I can not find the original file,
something .ext.deb or something that is suppose to extract to the 2gb space
needed. I did an "du" on the /home and saw that the "." is 302MB, but I can
not fine anything to delete there?.

I uninstalled 1 or 2 appes, but it did not clear much space.

Can someone please, please assist? Where is that dam big file?
Thanks very much!

 
Posts: 42 | Thanked: 13 times | Joined on Jun 2010 @ Netherlands
#2
the 2gig easy-deb file is in MyDocs, the 27 gig fat partition.
There must be another file or app that fils your /home partition
try:
Code:
 du -a -h |sort -h
to find large files

hope this helps
 
Posts: 14 | Thanked: 0 times | Joined on Jul 2010
#3
Hi there.

Thanks for the reply. The "-h" did not work, but with google's help I got some results, but no resolution.

Here are 2 screen shots. Hope this will help someone to help me.

Name:  Screenshot-20100716-143123.jpg
Views: 412
Size:  21.1 KB
Name:  Screenshot-20100716-143150.jpg
Views: 413
Size:  21.4 KB


PS. I can not find the file in MyDocs. Even though I said to install it in MyDocs during the initial installation.
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#4
My Docs is a directory located inside the user folder.

/home/user/MyDocs/
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#5
You most likely have for some reason tried to extract the file into /home/user or something.

You could type "df" in the terminal to see how much free space you have. Or you could go into "Settings " > "Memory" to check free space and what is using the space.
 
Posts: 14 | Thanked: 0 times | Joined on Jul 2010
#6
Hi every body. Thanks for all the help so far. Still no success. I uninstalled the easy deban image installer, but that did noting.
The Df command only showed that /user and /opt is 100%. I think the problem might be in /opt, but I don't know where to look. I'm startin to play with a way to find all the files edited in the last couple of days and then show the file size.

Yes. I've looked and looked in MyDocks, but the image is no where to be found. I don't think it's the actual image, as the problem came when it extracted the image. I presume into /home/somewhere instead of MyDocs.

Can someone point me to the person who created the install easy debain image script? This would help a lot.

Thanks.
 
Posts: 14 | Thanked: 0 times | Joined on Jul 2010
#7
Oh.. The setting/ diskspace in did not show much.. .. sigh..
 
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#8
Originally Posted by Blooper1980 View Post
Hi every body. Thanks for all the help so far. Still no success. I uninstalled the easy deban image installer, but that did noting.
That program fetches the latest image and extracts and sets up the image. Uninstalling it will have no effect on any installed or partially installed images.

The Df command only showed that /user and /opt is 100%.
Could you copy and paste the full output of that command? Eg for my machine I get

Code:
Filesystem           1K-blocks      Used Available Use% Mounted on
rootfs                  233344    200704     28360  88% /
ubi0:rootfs             233344    200704     28360  88% /
tmpfs                     1024        96       928  10% /tmp
tmpfs                      256        96       160  38% /var/run
none                     10240        80     10160   1% /dev
tmpfs                    65536         4     65532   1% /dev/shm
/dev/mmcblk0p2         2064208   1092532    866820  56% /home
/opt/pymaemo/usr/lib/python2.5
                       2064208   1092532    866820  56% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
                       2064208   1092532    866820  56% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
                       2064208   1092532    866820  56% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
                       2064208   1092532    866820  56% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
                       2064208   1092532    866820  56% /usr/lib/python-support
/dev/mmcblk0p1        28312128  20860032   7452096  74% /home/user/MyDocs
/dev/mmcblk1p1         7966720   2828960   5137760  36% /media/mmc1
Yes. I've looked and looked in MyDocks, but the image is no where to be found. I don't think it's the actual image, as the problem came when it extracted the image. I presume into /home/somewhere instead of MyDocs.
Try this:

Code:
find /home/user/ -name debian*.ext2 | xargs ls -al
Can someone point me to the person who created the install easy debian image script? This would help a lot.
Here is the main Easy Debian thread
 
Posts: 14 | Thanked: 0 times | Joined on Jul 2010
#9
Hi there. I ran the command you gave me
find /home/user/ -name debian*.ext2 | xargs ls -al

But it found other stuff, rather than the debain files. Very strange.

home/user # find /home/user/ -name debian*.ext2 | xargs ls -ls
64 drwxrwxrwx 20 user root 65536 Jul 16 20:15 MyDocs
8 -rw-r--r-- 1 root root 4521 Jul 15 07:51 Xorg.0.log
4 drwxr-xr-x 2 root root 4096 May 30 00:55 baseq3
4 -rw-r--r-- 1 user users 242 Apr 26 06:26 imagelist-fremantle-01.old
8 -rw-r--r-- 1 user users 131072 Jun 11 12:38 mcd001.mcr
8 -rw-r--r-- 1 user users 131072 Jun 11 12:38 mcd002.mcr
4 -rwxr--r-x 1 777 users 14 May 30 03:18 z.sh
/home/user #

home/user # df
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 233344 139372 89688 61% /
ubi0:rootfs 233344 139372 89688 61% /
tmpfs 1024 108 916 11% /tmp
tmpfs 256 84 172 33% /var/run
none 10240 72 10168 1% /dev
tmpfs 65536 4 65532 0% /dev/shm
/dev/mmcblk0p2 2064208 1910860 48492 98% /home
/home/opt 2064208 1910860 48492 98% /opt
/opt/pymaemo/usr/lib/python2.5
2064208 1910860 48492 98% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2064208 1910860 48492 98% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2064208 1910860 48492 98% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2064208 1910860 48492 98% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2064208 1910860 48492 98% /usr/lib/python-support
/dev/mmcblk0p1 28312128 2091840 26220288 7% /home/user/MyDocs
/home/user #
 
Posts: 62 | Thanked: 62 times | Joined on Jul 2010 @ New Hampshire, US
#10
Originally Posted by kureyon View Post

Code:
find /home/user/ -name debian*.ext2 | xargs ls -al
I think you need a backslash before the *. Like this:

Code:
find /home/user/ -name debian\*.ext2 | xargs ls -al
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 00:20.