We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2016-11-03 15:00:23 +0200 |
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.
2 | retagged |
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.
3 | No.3 Revision |
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.
4 | No.4 Revision |
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.
5 | No.5 Revision |
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
6 | No.6 Revision |
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 possiblei 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
7 | No.7 Revision |
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
8 | No.8 Revision |
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
- unmount the card/dev/mmcblk1p1 /dev/mmcblk1p1
mkfs.ext4
- format the card/dev/mmcblk1p1 /dev/mmcblk1p1
mount /dev/mmcblk1p1
- mount the card/media/sdcard /media/sdcard
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
9 | No.9 Revision |
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
10 | No.10 Revision |
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
11 | No.11 Revision |
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.
12 | No.12 Revision |
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.
13 | No.13 Revision |
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.
14 | No.14 Revision |
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.
15 | No.15 Revision |
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.