|
2009-12-24
, 11:31
|
Posts: 87 |
Thanked: 13 times |
Joined on Dec 2009
|
#112
|
|
2009-12-24
, 22:23
|
Posts: 755 |
Thanked: 406 times |
Joined on Feb 2008
@ UK
|
#113
|
$ df Filesystem Size Used Available Use% Mounted on ... more stuff here ... tmpfs 64.0M 4.0k 64.0M 0% /dev/shm /dev/mmcblk0p2 2.0G 268.9M 1.6G 14% /home /dev/mmcblk0p1 27.0G 15.7G 11.3G 58% /home/user/MyDocs df: /.debian/dev/pts: No such file or directory df: /.debian/home/user/MyDocs: No such file or directory df: /.debian/dev/pts: No such file or directory df: /.debian/home/user/MyDocs: No such file or directory
#Any external mounts umount -l "$CHROOT/home/user/MyDocs" umount -l "$CHROOT/dev/pts" MNTD=`cat /proc/mounts | grep " $CHROOT/" | awk '{print $2}'` for MDRV in $MNTD ; do echo "unmounting $MDRV" umount -l "$MDRV" done
The Following User Says Thank You to codeMonkey For This Useful Post: | ||
|
2009-12-30
, 14:01
|
Posts: 150 |
Thanked: 91 times |
Joined on Dec 2009
@ Norway
|
#114
|
|
2009-12-30
, 17:37
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#115
|
The Following 2 Users Say Thank You to qole For This Useful Post: | ||
|
2009-12-30
, 18:41
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#116
|
|
2009-12-30
, 19:12
|
Posts: 150 |
Thanked: 91 times |
Joined on Dec 2009
@ Norway
|
#117
|
|
2009-12-31
, 05:31
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#118
|
|
2009-12-31
, 06:25
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#119
|
The Following User Says Thank You to qole For This Useful Post: | ||
|
2009-12-31
, 06:54
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#120
|
The Following User Says Thank You to debernardis For This Useful Post: | ||
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
|
Having to use "fix LXDE keyboard" is fine, just have to remember to do it before returning to easy debian
(Tip: It's a pretty obvious one but I have noticed that leaving applications minimised instead of closing them works a lot better. Most of the slowness comes from actually opening programs not from running them --> at least thats the case with me)