- Aug 29, 2019
- 1
- 0
- 0
Hello everyone,
I tried to format a micro sd card like this: format as internal memory.
I noticed that it took a long time, after a while everything was closed, without the fine writing or something else appearing.
When I go to settings -≥ storage space,
The word internal memory no longer appears, but now there is the writing: internal shared archive.
The micro sd card is indicated as follows: check .....
It remains so endlessly.
How do I remove the internal shared archive and return to the initial situation?
I have reformatted the SD card in the classic method.
I have Android 7 on an Alldocube power m3 tablet.
From the Sd Maid application I saw that a Fuse file system was created
Location
/ Storage / emulated / 0
Mountpoint
/ Storage / emulated
Block Device
/ Dev / Fuse (emulated)
File System
FUSE
my / dev / mounts file is this:
rootfs / rootfs ro, seclabel 0 0
tmpfs / dev tmpfs rw, seclabel, nosuid, relatime, mode = 755 0 0
devpts / dev / pts devpts rw, seclabel, relatime, mode = 600 0 0
none / dev / cpuctl cgroup rw, relatime, cpu 0 0
adb / dev / usb-ffs / adb functionfs rw, relatime 0 0
proc / proc proc rw, relatime, gid = 3009, hidepid = 2 0 0
sysfs / sys sysfs rw, seclabel, relatime 0 0
selinuxfs / sys / fs / selinux selinuxfs rw, relatime 0 0
debugfs / sys / kernel / debug debugfs rw, seclabel, relatime 0 0
pstore / sys / fs / pstore pstore rw, seclabel, relatime 0 0
none / acct cgroup rw, relatime, cpuacct 0 0
tmpfs / mnt tmpfs rw, seclabel, relatime, mode = 755, gid = 1000 0 0
/ dev / fuse / mnt / runtime / default / emulated fuse rw, nosuid, nodev, noexec, noatime, user_id = 1023, group_id = 1023, default_permissions, allow_other 0 0
/ dev / fuse / mnt / runtime / read / emulated fuse rw, nosuid, nodev, noexec, noatime, user_id = 1023, group_id = 1023, default_permissions, allow_other 0 0
/ dev / fuse / mnt / runtime / write / emulated fuse rw, nosuid, nodev, noexec, noatime, user_id = 1023, group_id = 1023, default_permissions, allow_other 0 0
none / config configfs rw, relatime 0 0
/ dev / block / dm-0 / system ext4 ro, seclabel, relatime, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/cache / cache ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect1 / protect_f ext4 rw, seclabel, nosuid, nodev, noatime, nodelalloc, noauto_da_alloc, commit = 1, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect2 / protect_s ext4 rw, seclabel, nosuid, nodev, noatime, nodelalloc, noauto_da_alloc, commit = 1, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvdata / nvdata ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, data = ordered 0 0
/ dev / block / dm-1 / data ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, resuid = 10010, data = ordered 0 0
tmpfs / storage tmpfs rw, seclabel, relatime, mode = 755, gid = 1000 0 0
/ dev / fuse / storage / emulated fuse rw, nosuid, nodev, noexec, noatime, user_id = 1023, group_id = 1023, default_permissions, allow_other 0 0
tmpfs / storage / self tmpfs rw, seclabel, relatime, mode = 755, gid = 1000 0 0
if I delete the lines:
/ Dev / Fuse
in this way:
rootfs / rootfs ro, seclabel 0 0
tmpfs / dev tmpfs rw, seclabel, nosuid, relatime, mode = 755 0 0
devpts / dev / pts devpts rw, seclabel, relatime, mode = 600 0 0
none / dev / cpuctl cgroup rw, relatime, cpu 0 0
adb / dev / usb-ffs / adb functionfs rw, relatime 0 0
proc / proc proc rw, relatime, gid = 3009, hidepid = 2 0 0
sysfs / sys sysfs rw, seclabel, relatime 0 0
selinuxfs / sys / fs / selinux selinuxfs rw, relatime 0 0
debugfs / sys / kernel / debug debugfs rw, seclabel, relatime 0 0
pstore / sys / fs / pstore pstore rw, seclabel, relatime 0 0
none / acct cgroup rw, relatime, cpuacct 0 0
tmpfs / mnt tmpfs rw, seclabel, relatime, mode = 755, gid = 1000 0 0
none / config configfs rw, relatime 0 0
/ dev / block / dm-0 / system ext4 ro, seclabel, relatime, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/cache / cache ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect1 / protect_f ext4 rw, seclabel, nosuid, nodev, noatime, nodelalloc, noauto_da_alloc, commit = 1, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect2 / protect_s ext4 rw, seclabel, nosuid, nodev, noatime, nodelalloc, noauto_da_alloc, commit = 1, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvdata / nvdata ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, data = ordered 0 0
do I prevent to mount the Fuse file system when starting android?
How do I delete the Fuse file system?
Thank you and hello to everyone.
I tried to format a micro sd card like this: format as internal memory.
I noticed that it took a long time, after a while everything was closed, without the fine writing or something else appearing.
When I go to settings -≥ storage space,
The word internal memory no longer appears, but now there is the writing: internal shared archive.
The micro sd card is indicated as follows: check .....
It remains so endlessly.
How do I remove the internal shared archive and return to the initial situation?
I have reformatted the SD card in the classic method.
I have Android 7 on an Alldocube power m3 tablet.
From the Sd Maid application I saw that a Fuse file system was created
Location
/ Storage / emulated / 0
Mountpoint
/ Storage / emulated
Block Device
/ Dev / Fuse (emulated)
File System
FUSE
my / dev / mounts file is this:
rootfs / rootfs ro, seclabel 0 0
tmpfs / dev tmpfs rw, seclabel, nosuid, relatime, mode = 755 0 0
devpts / dev / pts devpts rw, seclabel, relatime, mode = 600 0 0
none / dev / cpuctl cgroup rw, relatime, cpu 0 0
adb / dev / usb-ffs / adb functionfs rw, relatime 0 0
proc / proc proc rw, relatime, gid = 3009, hidepid = 2 0 0
sysfs / sys sysfs rw, seclabel, relatime 0 0
selinuxfs / sys / fs / selinux selinuxfs rw, relatime 0 0
debugfs / sys / kernel / debug debugfs rw, seclabel, relatime 0 0
pstore / sys / fs / pstore pstore rw, seclabel, relatime 0 0
none / acct cgroup rw, relatime, cpuacct 0 0
tmpfs / mnt tmpfs rw, seclabel, relatime, mode = 755, gid = 1000 0 0
/ dev / fuse / mnt / runtime / default / emulated fuse rw, nosuid, nodev, noexec, noatime, user_id = 1023, group_id = 1023, default_permissions, allow_other 0 0
/ dev / fuse / mnt / runtime / read / emulated fuse rw, nosuid, nodev, noexec, noatime, user_id = 1023, group_id = 1023, default_permissions, allow_other 0 0
/ dev / fuse / mnt / runtime / write / emulated fuse rw, nosuid, nodev, noexec, noatime, user_id = 1023, group_id = 1023, default_permissions, allow_other 0 0
none / config configfs rw, relatime 0 0
/ dev / block / dm-0 / system ext4 ro, seclabel, relatime, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/cache / cache ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect1 / protect_f ext4 rw, seclabel, nosuid, nodev, noatime, nodelalloc, noauto_da_alloc, commit = 1, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect2 / protect_s ext4 rw, seclabel, nosuid, nodev, noatime, nodelalloc, noauto_da_alloc, commit = 1, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvdata / nvdata ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, data = ordered 0 0
/ dev / block / dm-1 / data ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, resuid = 10010, data = ordered 0 0
tmpfs / storage tmpfs rw, seclabel, relatime, mode = 755, gid = 1000 0 0
/ dev / fuse / storage / emulated fuse rw, nosuid, nodev, noexec, noatime, user_id = 1023, group_id = 1023, default_permissions, allow_other 0 0
tmpfs / storage / self tmpfs rw, seclabel, relatime, mode = 755, gid = 1000 0 0
if I delete the lines:
/ Dev / Fuse
in this way:
rootfs / rootfs ro, seclabel 0 0
tmpfs / dev tmpfs rw, seclabel, nosuid, relatime, mode = 755 0 0
devpts / dev / pts devpts rw, seclabel, relatime, mode = 600 0 0
none / dev / cpuctl cgroup rw, relatime, cpu 0 0
adb / dev / usb-ffs / adb functionfs rw, relatime 0 0
proc / proc proc rw, relatime, gid = 3009, hidepid = 2 0 0
sysfs / sys sysfs rw, seclabel, relatime 0 0
selinuxfs / sys / fs / selinux selinuxfs rw, relatime 0 0
debugfs / sys / kernel / debug debugfs rw, seclabel, relatime 0 0
pstore / sys / fs / pstore pstore rw, seclabel, relatime 0 0
none / acct cgroup rw, relatime, cpuacct 0 0
tmpfs / mnt tmpfs rw, seclabel, relatime, mode = 755, gid = 1000 0 0
none / config configfs rw, relatime 0 0
/ dev / block / dm-0 / system ext4 ro, seclabel, relatime, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/cache / cache ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect1 / protect_f ext4 rw, seclabel, nosuid, nodev, noatime, nodelalloc, noauto_da_alloc, commit = 1, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect2 / protect_s ext4 rw, seclabel, nosuid, nodev, noatime, nodelalloc, noauto_da_alloc, commit = 1, data = ordered 0 0
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvdata / nvdata ext4 rw, seclabel, nosuid, nodev, noatime, discard, noauto_da_alloc, data = ordered 0 0
do I prevent to mount the Fuse file system when starting android?
How do I delete the Fuse file system?
Thank you and hello to everyone.