Active Topics

 


Reply
Thread Tools
Posts: 345 | Thanked: 117 times | Joined on Jan 2010 @ uk
#91
OK I think I narrowed my problem down to this line:

/dev/mmcblk0p2 on /home

Could somene a bit more learned in linux please confirm that this is not the n900s own internal storage before I attempt to unmount this. Also, will the command "unmount /dev/mmcblk0p2 " do the trick?

The full text of the line as it appears when the mount command is entered is:

/dev/mmcblk0p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writebac k)
 
Posts: 362 | Thanked: 426 times | Joined on Nov 2010 @ Italy, Lombardia
#92
Originally Posted by kyllerbuzcut View Post
OK I think I narrowed my problem down to this line:

/dev/mmcblk0p2 on /home

Could somene a bit more learned in linux please confirm that this is not the n900s own internal storage before I attempt to unmount this. Also, will the command "unmount /dev/mmcblk0p2 " do the trick?

The full text of the line as it appears when the mount command is entered is:

/dev/mmcblk0p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writebac k)
/dev/mmcblk0p2 mounted to /home it is of course Maemo's optFS partition on internal eMMC.

The unmount command is umount without 'n', but why do you want to unmount /home ?

Last edited by Fabry; 2011-01-05 at 17:31.
 
Posts: 968 | Thanked: 974 times | Joined on Nov 2008 @ Ohio
#93
Originally Posted by kyllerbuzcut View Post
OK I think I narrowed my problem down to this line:

/dev/mmcblk0p2 on /home

Could somene a bit more learned in linux please confirm that this is not the n900s own internal storage before I attempt to unmount this. Also, will the command "unmount /dev/mmcblk0p2 " do the trick?

The full text of the line as it appears when the mount command is entered is:

/dev/mmcblk0p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writebac k)
As I understand it, /dev/mmcblk0p2 is where /home is located. /home includes many configuration files, etc and /opt (where all the "optified" stuff is located). If you unmount it, you'll likely have problems (a lot of stuff will stop working).

It should be 2GB in size, so depending on what you installed in maemo and what you copied over for nitdroid, you could have filled it up. Best thing to do is to delete the nitdroid files.
__________________
*Consumer*, not a developer! I apologize for any inconvenience.
My script to backup /home and /opt
Samsung Galaxy S Vibrant, Huawei S7, N900(retired), N800(retired)
 
Posts: 345 | Thanked: 117 times | Joined on Jan 2010 @ uk
#94
OK thank you- I will leave that well alone and not touch it.

I don't know why my /home thinks it is full though. When looking on midnight commander is says there is space there, but on the disk usage app it is full and the characters are all squares ( yeah- very weird) and app manager won't let me update anything cos it says /home is full.
 
Posts: 362 | Thanked: 426 times | Joined on Nov 2010 @ Italy, Lombardia
#95
Originally Posted by kyllerbuzcut View Post
OK thank you- I will leave that well alone and not touch it.

I don't know why my /home thinks it is full though. When looking on midnight commander is says there is space there, but on the disk usage app it is full and the characters are all squares ( yeah- very weird) and app manager won't let me update anything cos it says /home is full.
You have installed nitdroid on /and which is bounded to /home so you have installed nitdroid on /home and naturally the free space on /home is decreased by amount consumed by Android.

The original /home contains only 3 directories (lost+found, opt and user) and no file:
All other files and directories you see in /home are for Android

Last edited by Fabry; 2011-01-05 at 18:43.
 

The Following User Says Thank You to Fabry For This Useful Post:
Posts: 345 | Thanked: 117 times | Joined on Jan 2010 @ uk
#96
Thanks fabry. I'll go see if there is anything big in there I can delete and see if that solves it. According to conky though, there is 105.02mb free, that is what's so puzzling why it is telling me there is no space when there is
 
anapospastos's Avatar
Posts: 553 | Thanked: 183 times | Joined on Oct 2009 @ Not decided
#97
I can confirm reboots that jakiman mentioned. Also random reboots are frequent.
__________________
My name was Maemo, then it became Meego and now I'm getting a third one. I am Sailfish.
 
Posts: 327 | Thanked: 383 times | Joined on Aug 2010 @ alex , egypt
#98
Originally Posted by kyllerbuzcut View Post
Thanks fabry. I'll go see if there is anything big in there I can delete and see if that solves it. According to conky though, there is 105.02mb free, that is what's so puzzling why it is telling me there is no space when there is

hey

u can use my custom emmc to increase home partition to 5 dr 8 giga
and u won't have any problems about space anymore
 

The Following User Says Thank You to mido.fayad For This Useful Post:
Posts: 968 | Thanked: 974 times | Joined on Nov 2008 @ Ohio
#99
Originally Posted by kyllerbuzcut View Post
OK thank you- I will leave that well alone and not touch it.

I don't know why my /home thinks it is full though. When looking on midnight commander is says there is space there, but on the disk usage app it is full and the characters are all squares ( yeah- very weird) and app manager won't let me update anything cos it says /home is full.
Sounds like maybe the partiton has gotten corrupted? If you are using power kernel, I think there is a setting to fsck (scan) the partitions on boot. You may want to look into that.
__________________
*Consumer*, not a developer! I apologize for any inconvenience.
My script to backup /home and /opt
Samsung Galaxy S Vibrant, Huawei S7, N900(retired), N800(retired)
 

The Following User Says Thank You to lemmyslender For This Useful Post:
Posts: 701 | Thanked: 585 times | Joined on Sep 2010 @ London, England
#100
Originally Posted by kyllerbuzcut View Post
Thanks fabry. I'll go see if there is anything big in there I can delete and see if that solves it. According to conky though, there is 105.02mb free, that is what's so puzzling why it is telling me there is no space when there is
That would be because it is an ext3 (I think) partition, ext2/3/4 by default reserve 5% of the space for superuser use, so the superuser has space to work with to fix any problems caused by the partition being filled up, it also gives some space for the driver to work with to minimise fragmentation (though you typically want more like 10-15% for that), fragmentation doesn't cause as much of a performance impact on a SSD as it does on a hard drive, but you probably don't want it getting too bad. You can reduce or remove the reserved space using the tune2fs utility if you want to, but it is probably best to leave it as it is
 

The Following User Says Thank You to retsaw For This Useful Post:
Reply


 
Forum Jump


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