We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2016-11-03 15:00:23 +0200

SDcard format function don't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.

Have someone any experience on it with this function? Is it a bug or an hidden feature?

Many Thanks in advance for helping.

SDcard format function don't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.

Have someone any experience on it with this function? Is it a bug or an hidden feature?

Many Thanks in advance for helping.

SDcard format function don't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function? Is it a bug or an hidden feature?

Many Thanks in advance for helping.

SDcard format function don't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function? function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Many Thanks in advance for helping.

SDcard format function don't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Many Thanks Edit: Manually done in advance for helping.CLI mode (trough ssh usb), but access to it is still not possible
i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system.
br> Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the card
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Cheers

SDcard format function don't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), but access to it is still not possible
i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system.
br>
Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the card
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible. Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

SDcard format function don't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system.

Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the card
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible. We should give the mount point the correct owner (nemo).
chown nemo:nemo /opt/alien/media/sdcard -R

Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

SDcard format function don't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system.

Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 /dev/mmcblk1p1 - format the card
mount /dev/mmcblk1p1 /media/sdcard /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible. We should give the mount point the correct owner (nemo).
chown nemo:nemo /opt/alien/media/sdcard -R

Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

SDcard format function don't doesn't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system.

Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the card
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible. We should give the mount point the correct owner (nemo).
chown nemo:nemo /opt/alien/media/sdcard -R

Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

SDcard format function doesn't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system.

Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the card
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible.
We should give the mount point the correct owner (nemo).(nemo) in developer mode.
chown nemo:nemo /opt/alien/media/sdcard -R

Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

SDcard format function doesn't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system.

Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the card
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible.
We should give the mount point the correct owner (nemo) in developer mode.
chown nemo:nemo /opt/alien/media/sdcard -R

Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

PS: Please give feedback if something don't work by the commands above.
Maybe some more commands are needed to reach the goal.
And that could help for any improvement of the interface and/or this topic.
Many thanks in advance.

SDcard format function doesn't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system.system (mmcblk1p1).

Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the card
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible.
We should give the mount point the correct owner (nemo) in developer mode.
chown nemo:nemo /opt/alien/media/sdcard -R

Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

PS: Please give feedback if something don't work by the commands above.
Maybe some more commands are needed to reach the goal.
And that could help for any improvement of the interface and/or this topic.
Many thanks in advance.

SDcard ext4 format function doesn't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system (mmcblk1p1).

Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the card
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible.
We should give the mount point the correct owner (nemo) in developer mode.
chown nemo:nemo /opt/alien/media/sdcard -R

Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

PS: Please give feedback if something don't work by the commands above.
Maybe some more commands are needed to reach the goal.
And that could help for any improvement of the interface and/or this topic.
Many thanks in advance.

SDcard ext4 format function doesn't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system (mmcblk1p1).

Then Inspiring from chemist tutorial here
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the cardcard (use eventually devel-su before for using it)
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible.
We should give the mount point the correct owner (nemo) in developer mode.
chown nemo:nemo /opt/alien/media/sdcard -R

Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

PS: Please give feedback if something don't work by the commands above.
Maybe some more commands are needed to reach the goal.
And that could help for any improvement of the interface and/or this topic.
Many thanks in advance.

SDcard ext4 format function doesn't work

Hello sailors,

i have a new card as 64gb, and wanted to reformat it.
Since Aurajoki it is possible to use this function under settings/storage/memory card/.
But it don't works with me.
If i go on this point of settings, i see that the card is not accessible because of exfat format ('til now is quite normal).
Then i pull on it and have options format and New directory
Then Under Format i have just a button delete all files. And doing it make nothing more. Null No format the card or other things.

I represented myself that i may reformat my card with different format that are possible to choose.
Format like ext4 or btrfs, as long as it's still possible to have access on it with mtp.

Have someone any experience on it with this function?
Is it a bug or an hidden feature?
What are the limitations of this function concretely. (all type of format are spared if sd>64gb? or just exfat?)

Edit: Manually done in CLI mode (trough ssh usb), i made:
cd /dev/disk/by-id/
ls -la
cd /dev/disk/by-uuid/
ls -la
To verify/recognise the memory card on the system (mmcblk1p1).

Then Inspiring from chemist tutorial here (use eventually devel-su before each commands if its not recognized or asked for root):
umount /dev/mmcblk1p1 - unmount the card
mkfs.ext4 /dev/mmcblk1p1 - format the card (use eventually devel-su before for using it)
mount /dev/mmcblk1p1 /media/sdcard - mount the card

Then the root of the sdcard is visible but not accessible.
We should give the mount point the correct owner (nemo) in developer mode.
chown nemo:nemo /opt/alien/media/sdcard -R

Should create some directories with devel-su:
chown -R nemo:nemo .directory/
chmod -R a=rwX .directory/

Works fine with MTP further. :-)

I ask me why then, why this Formatting function not present different kind of formatting systems...

Cheers

PS: Please give feedback if something don't work by the commands above.
Maybe some more commands are needed to reach the goal.
And that could help for any improvement of the interface and/or this topic.
Many thanks in advance.