|
2018-02-23
, 19:07
|
Posts: 93 |
Thanked: 358 times |
Joined on Jul 2016
@ Paraguay
|
#2322
|
|
2018-02-24
, 11:38
|
|
Posts: 83 |
Thanked: 115 times |
Joined on Nov 2012
@ Sweden
|
#2323
|
The Following User Says Thank You to Breeze5 For This Useful Post: | ||
|
2018-02-24
, 12:03
|
|
Posts: 60 |
Thanked: 179 times |
Joined on Jan 2018
@ Netherlands
|
#2324
|
|
2018-02-24
, 14:25
|
Posts: 70 |
Thanked: 185 times |
Joined on Feb 2010
@ UK
|
#2325
|
|
2018-02-27
, 16:03
|
|
Posts: 1,478 |
Thanked: 9,871 times |
Joined on Dec 2008
@ Shanghai / London
|
#2326
|
The Following 3 Users Say Thank You to chenliangchen For This Useful Post: | ||
|
2018-02-27
, 17:21
|
Posts: 248 |
Thanked: 1,142 times |
Joined on Dec 2014
@ Earth
|
#2327
|
Memory swapping isn't necessarily a good idea with solid state memory (limited number of read/write operations then memory dies)
hope in the next dalvik (or probably ART) release that will be fixed.
I tried the 256GB SDXC from my Android phone today. Unfortunately the card is using exFAT and as I swap between devices very often I kept the file system.
I found auto mount does not work, so I tried manually with mount /dev/mmcblk1p1 /media/sdcard , but terminal says unknown file system type "exfat"
The Following 4 Users Say Thank You to DrYak For This Useful Post: | ||
|
2018-02-27
, 17:37
|
|
Posts: 1,478 |
Thanked: 9,871 times |
Joined on Dec 2008
@ Shanghai / London
|
#2328
|
Before getting to the exFAT problem, as mentionned above, check that the kernel at least sees the MMC device itself :
after loading the card holder in the phone, do you see a "/dev/mmcblk1" device appearing (external slot) ? or do you only see "/dev/mmblk0p??" devices (internal flash).
What does "blkid /dev/mmcblk1p1" say ? (run as root with "devel-su" ?)
Try: "mount.exfat-fuse /dev/mmcblk1p1 /media/sdcard"
To force your system to use the correct FUSE helper.
The Following 3 Users Say Thank You to chenliangchen For This Useful Post: | ||
|
2018-02-27
, 17:58
|
Posts: 93 |
Thanked: 358 times |
Joined on Jul 2016
@ Paraguay
|
#2329
|
The Following User Says Thank You to meloferz For This Useful Post: | ||
|
2018-02-28
, 08:58
|
Posts: 292 |
Thanked: 294 times |
Joined on Jan 2012
@ Milan, Italy
|
#2330
|
Tags |
sailfish os, sony xperia x |
|