SD-Card access via USB is needed [released]
When a Jolla phone is connected to a PC it would be nice to access the SD card inside the device as a mass storage device, this would make transferring files to and from the card much much easier.
When a Jolla phone is connected to a PC it would be nice to access the SD card inside the device as a mass storage device, this would make transferring files to and from the card much much easier.
You can make a symbolic link of sdcard directory to your home directory via Jolla Terminal. All you need to do is enable developer mode, open terminal and run commands:
cd ~
ln -s /run/user/100000/media/sdcard .
This it what shows when Jolla is connected via USB to Windows 7:
(Source: JollaSuomi forum)
This works great for me except Windows doesn't show correctly files and folders that have Finnish/Swedish letters (äöå) in their names. It shows folders as empty and also seemed to create duplicate dummy folders. There is no problem if the card is connected to PC via card reader.
hana ( 2013-12-29 22:58:02 +0300 )I just checked, and it works fine for me. I transferred my music this way to SD card and have many directories with ä and ö, they show up correctly.
clashi ( 2013-12-29 23:43:53 +0300 )There's some kind of incompatibility when using laptop card reader, because Jolla also couldn't read the filenames correctly and failed to play some files. When files are transferred only via USB there is no problem, so I will not use the card reader anymore.
hana ( 2014-01-04 07:48:02 +0300 )The MSD card is mounted on /run/user/100000/media/sdcard, you can use scp to send files o directories to it :
scp [-r] something nemo@ip_addr:/run/user/100000/media/sdcard
scp with Linux/Unix or putty on Windows
Asked: 2013-12-28 20:08:03 +0300
Seen: 1,705 times
Last updated: Dec 29 '13
I'm surprised this isn't actually the case, it's so much easier!
Vinyl ( 2013-12-28 20:16:24 +0300 )This has been asked a few times already :) Please use the search and make sure you select 'ALL'
tiemen ( 2013-12-28 20:19:29 +0300 )Hi tiemen, I've seen them but none of them asked for a mass storage mounting of an SD card. 2 of them are bug reports and other 2 ask for file transfer to phone they mention nothing about the SD card.
Mariusmssj ( 2013-12-28 20:25:51 +0300 )It could be more convenient than currently. At least faster than typing in terminal for copy/paste/move ;)
juju_des_highlands ( 2013-12-29 00:16:24 +0300 )Mariusmssj: here , here .
Something for usb-masstorage is prepared in usb-moded on git ..
Kaacz ( 2013-12-29 00:46:57 +0300 )