|
2007-12-02
, 22:55
|
Posts: 53 |
Thanked: 10 times |
Joined on Nov 2007
|
#12
|
|
2007-12-02
, 23:25
|
|
Posts: 32 |
Thanked: 7 times |
Joined on Oct 2007
|
#13
|
I used sudo gainroot, but this doesn't seem to be sufficient because in step (3)
# swapoff /media/mmc2/.swap
returns: Read-only file system
ls -l .swap shows these permissions: -rw-r--r-- 1 user root
Nokia-N810-42-19:/# cat /proc/swaps
Filename Type Size Used Priority
/media/mmc2/.swap file 131064 22492 -1
Nokia-N810-42-19:/#
[...]
/dev/mmcblk0p1 on /media/mmc2 type vfat (rw,nosuid,nodev,noexec,uid=29999,fmask=0133,dmask =0000,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8)
The Following User Says Thank You to ydant For This Useful Post: | ||
|
2007-12-02
, 23:41
|
Posts: 550 |
Thanked: 110 times |
Joined on Aug 2006
|
#14
|
|
2007-12-03
, 00:08
|
|
Posts: 574 |
Thanked: 166 times |
Joined on Oct 2007
@ BC, Canada
|
#15
|
|
2007-12-03
, 08:16
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2007
|
#16
|
|
2007-12-03
, 19:06
|
Posts: 47 |
Thanked: 11 times |
Joined on Oct 2006
|
#17
|
|
2007-12-03
, 19:27
|
Posts: 95 |
Thanked: 27 times |
Joined on Oct 2007
@ Miami & London
|
#18
|
...'lsof /media/mmc2' should show the process having the file open on the card. ...Make sure swapping is not on by running 'swapoff /media/mmc2/.swap' as root.
|
2007-12-03
, 19:53
|
Posts: 95 |
Thanked: 27 times |
Joined on Oct 2007
@ Miami & London
|
#19
|
Is it actually using that swap file?
My assumption here is you want to save the files on the internal mmc device...The only thing installed on there by default is the map set.
|
2007-12-04
, 18:52
|
Posts: 95 |
Thanked: 27 times |
Joined on Oct 2007
@ Miami & London
|
#20
|
# swapoff /media/mmc2/.swap
returns: Read-only file system
ls -l .swap shows these permissions: -rw-r--r-- 1 user root