|
2014-01-22
, 17:57
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#22
|
Anyone know how to make music & pictures in a btrfs-formatted microsd to show in Jolla's gallery and media player app? Manually mounting it (/dev/mmcblk1p1) to run/user/100000/media/sdcard doesn't work, so the apps must fetch their data from somewhere else, or there's another problem somewhere.
gsettings get org.freedesktop.Tracker.Miner.Files index-recursive-directories
The Following 2 Users Say Thank You to javispedro For This Useful Post: | ||
|
2014-01-22
, 18:04
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#23
|
I think that people are overcomplicating things. Virtually the only thing you have to change to automount btrfs sdcards is to remove the uid=X,gid=X settings from the mount-sd.sh script. This is a much simpler modification that what people are doing over that thread, which is probably the result of a misunderstanding of some kind. Additionally, I suspect this change will come with a future SailfishOS update.
Everything -- including Tracker and thus the Music application -- works afterwards.
|
2014-01-23
, 00:56
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#24
|
A quick trick to fool Windows into enabling FAT32 in the GUI is to enable caching on the USB-memory:This should allow you to use FAT32-formatting on your USB-drive, but don't forget to repeat the process and set it back to "Optimize for quick removal" once you are done formatting!
- Right-click the USB-drive and select "Properties"
- Select the "Hardware"-tab
- Find and select your USB-memory in the list
- Click the "Properties"-button below
- Select the "Policies"-tab on the new requester
- Choose "Optimize for performance"
- Click "OK" on the requesters
But remember, FAT32 only allows files up to 4GB in size and can't handle soft-links or permissions. Trasferring files over network and formatting as ext3/4 makes the microSD much more useful.
|
2014-01-23
, 14:31
|
Posts: 172 |
Thanked: 170 times |
Joined on Jan 2010
@ Sweden
|
#25
|
|
2014-01-23
, 14:40
|
Posts: 594 |
Thanked: 1,094 times |
Joined on Aug 2012
@ Rhine
|
#26
|
I did the same with FAT32 and now I really see it on the phone, but when I connect my phone to PC as mass storage, I can't see this card... Why ?
But I can see it on WinSCP via wifi (/run/user/100000/media/sdcard/test777)
|
2014-01-26
, 13:12
|
|
Posts: 193 |
Thanked: 203 times |
Joined on Jun 2012
@ Sofia, Bulgaria
|
#27
|
mount -t btrfs /dev/mmcblk1p1 /mnt/btrfs mount: wrong fs type, bad option, bad superblock on /dev/mmcblk1p1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
device label transcend_sdxc64 devid 1 transid 45 /dev/mmcblk1p1
[42734.855389] btrfs: disk space caching is enabled
[42734.855419] BTRFS: couldn't mount because of unsupported optional features (40).
[42734.919146] btrfs: open_ctree failed
[42736.390289] [BAT] 90( 90, 90.0, 90.1( 89.9) 0.0)v4309(4196)(-530,-544)t313,c -408670, 0(20471)r214,L4350,s10
[42736.396332] [BAT]## SOC= 90( 90, 90),4312(4309),A=-536,T=313,On=0,1,(1),DCP 1100(1100),vd=4400(0,0),ib=1000,0,F07,R00,W1B
[42744.574296] dsme-server(628) send signal 1 to dsme(626)
[42744.574693] dsme-server(628) send signal 1 to dsme(626)
[42756.574907] dsme-server(628) send signal 1 to dsme(626)
Label: 'transcend_sdxc64' uuid: 3f9ed2a2-8ce8-499a-9253-ca597a21fdcd
Total devices 1 FS bytes used 15.50GB
devid 1 size 59.03GB used 18.04GB path /dev/mmcblk1p1
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins
|
2014-01-26
, 15:43
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#28
|
One great feature of btrfs is that you can create btrfs file systems on unformatted hard drives, i.e., you don't have to use tools like fdisk to make a partition first.
mkfs.btrfs -L mylabel /dev/mmcblk1
mkdir /mnt/btrfs
mount /dev/mmcblk1 /mnt/btrfs
The Following 3 Users Say Thank You to J4ZZ For This Useful Post: | ||
|
2014-01-27
, 03:29
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#29
|
First try to make a proper btrfs formatting. There is no need for a p1 (partition).
The Following 4 Users Say Thank You to javispedro For This Useful Post: | ||
|
2014-02-04
, 05:44
|
Posts: 52 |
Thanked: 8 times |
Joined on Sep 2012
|
#30
|
Also, that thread and this, they seriously overlap.
PS: I've also a 64gb card.