View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#2895
Originally Posted by Paspie View Post
First impressions on first day of ownership:

1) No USB Mass Storage support. Unfortunately we'll have to live with this due to Sailfish's file system setup (which will become more supported by Linux OSes as time goes on), but that feature would have been handy if possible.
Yeah, it is unfortunate but indeed inevitable due to the big limitations of supporting mass storage directly. I think I've seen people doing some experiments with exporting loop files over mass storage and ideas about exporting uSD partitions, so I guess we will see if something comes from this.

BTW, I'm using sshfs/sftp with public key authentication and it works like charm.

Originally Posted by Paspie View Post
2) I can't find my external SD Card's position on the file system. I believe it is supposed to be in /media but there is nothing in that folder in my case. My card is formatted FAT32 so it should be mounted without a hitch. Perhaps the destination changed again, anyone with pointers?
It should be in /mount/sdcard/<UUID>/ (UPDATE: the correct path is indeed /media/sdcard/<UUID>/, not /mount/sdcard/<UUID>/) and I can indeed see my EXT4 formatted partition on the uSD on this path just fine.

The bash script that does the mounting is located in /usr/sbin/mount-sd.sh and should support FAT32.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)

Last edited by MartinK; 2014-08-14 at 22:36.