![]() |
2013-10-17
, 08:59
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#172
|
The Following User Says Thank You to Android_808 For This Useful Post: | ||
![]() |
2013-10-21
, 19:55
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#173
|
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2013-10-22
, 00:44
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#174
|
The Following User Says Thank You to handaxe For This Useful Post: | ||
![]() |
2013-10-22
, 04:15
|
Posts: 177 |
Thanked: 118 times |
Joined on Nov 2007
@ California
|
#175
|
The Following User Says Thank You to whayong For This Useful Post: | ||
![]() |
2013-10-22
, 06:59
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#176
|
blkid | grep swap dpkg-query -W -f='${Version}\n' upstart cat /etc/default/mount-opts-overwrite cat /etc/default/mount-opts cat /etc/fstab
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2013-10-22
, 07:37
|
Posts: 432 |
Thanked: 917 times |
Joined on Jun 2011
|
#177
|
Ah I was starting to think something was completely wrong.
Good, thank you for the feedback. Any chance I can have your output of
to compare?Code:blkid | grep swap dpkg-query -W -f='${Version}\n' upstart cat /etc/default/mount-opts-overwrite cat /etc/default/mount-opts cat /etc/fstab
The Following 2 Users Say Thank You to saponga For This Useful Post: | ||
![]() |
2013-10-22
, 10:07
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#178
|
to compare?Code:blkid | grep * dpk€efault/mount-opts-overwrite cat /etc/default/mount-opts cat /etc/fstab
/home/user # cat /etc/fstab # This file was generated by script /etc/event.d/rcS-late # !!! Do not edit this file. It will be overwritten in next device startup !!! # If you want static /etc/fstab add genfstab="0" to file /etc/default/mount-opts-overwrite rootfs / rootfs rw 0 0 ubi0:rootfs / ubifs rw,bulk_read,no_chk_data_crc 0 0 /dev/mmcblk0p2 /home ext3 noatime,nodiratime,errors=continue,commit=1,data=writeback 0 2 /home/opt /opt none bind 0 0 /dev/mmcblk0p1 /home/user/MyDocs vfat noatime,nodiratime,noauto,nodev,exec,nosuid,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0000,rodir 0 2 /dev/mmcblk1p2 none swap sw 0 0 /dev/mmcblk1p3 none swap sw 0 0 /dev/mmcblk0p3 none swap sw 0 0
The Following User Says Thank You to handaxe For This Useful Post: | ||
![]() |
2013-10-22
, 12:01
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#179
|
sed -i -e "s@swap_sd=\"0\"@swap_sd=\"1\"@" /etc/default/mount-opts-overwrite if [ $? -ne 0 ] ; then echo "swap_sd=\"1\"" >> /etc/default/mount-opts-overwrite echo "Added swap_sd 1 EOF"
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2013-11-11
, 04:37
|
Posts: 252 |
Thanked: 221 times |
Joined on Jul 2010
|
#180
|
I am still using the good ol' 0.6.0. Flopswap does switch swap. I was wondering if any of the above could possibly affect Flopswap or if Flopswap was causing it (unlikely).
At any rate thanks much for Flopswap. Swapping to SD card is essential for good system performance.
possibly unrelated issues below:
The Easy Debian page didn't really explain the dm-0/loop0 change to me, but ok.
My home/user/.config/user-dirs.dirs is there. But after booting the camera storage folder defaults to the SD card.
$ cat /home/user/.config/user-dirs.dirs
XDG_DOCUMENTS_DIR="$HOME/MyDocs/.documents"
XDG_MUSIC_DIR="$HOME/MyDocs/.sounds"
XDG_PICTURES_DIR="$HOME/MyDocs/.images"
XDG_VIDEOS_DIR="$HOME/MyDocs/.videos"
NOKIA_CAMERA_DIR="$HOME/MyDocs/DCIM"
NOKIA_MMC_CAMERA_DIR="/media/mmc1/DCIM"
My /media/mmc1 is on /dev/mmcblk1p1. Maybe that explains why camera wants to store there by default. But that used to not happen before the reflash/reinstall (of KP52 and then CSSU).
21.2011.38-1Smaemo7 (CSSU Stable)
2.6.28.10power53 (not overclocked)
Yes, I search before posting.