I want to use an app called aparted to partition my internal sdcard. It instructs me to disable the sdcard first by going into the settings>storage>unmount sdcard (I'm sure this would work fine if the Nexus S HAD an external sdcard slot, but it does not.
I tried going into adb shell and typing su,umount /sdcard but I get the error failed: Device or resource busy and that's as far as I can get. Please Advise Thanks
****UPDATE*****
I figured out (for all intents and purposes) the internal sd card cannot be unmounted if the phone is booted normaly.
So I booted to recovery and did
adb shell
parted /dev/block/platform/s3c-sdhci.0/by-name/media
print
Model: Unknown (unknown)
Disk /dev/block/mmcblk0p3: 14.3GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 512B 9000MB 9000MB primary fat32 lba
2 9000MB 13.1GB 4103MB primary ext2
3 13.1GB 14.3GB 1209MB primary
but when i try to mount the internal sd card with say CWM it says error mounting /sdcard
Any help would be greatly appreciated. Thanks Again
I've just rebooted my phone after creating a new partition table on my external sdcard following this guide.
Now I'm attempting to format the single partition I've created to ext4 but mke2fs says that it can't format mounted filesystem.
I've looked through the output of mount but nowhere does the external sdcard appear.
Also, I'm doing this so I can symlink folders from my external sdcard to the internal sdcard. I've already tried Directory Binder but it does not work on Android Lollipop.
Hi
I want to merge the sd card storage with internal storage
I try the way on Marshmallow 163 by this way
open terminal
Su
sm list-disks
sm partition disk:id private
And it done without any error
but now with 185 , when I write this command
sm list-disks
this error show : aborted (core dumped)
anyone know what is the problem ?
Thank You
I tried to update my Y6pro (bootlooped) with sd card method but it ends up with this message "error invalid partition setting 26"
(using 16Gb Fat32 card)
any solution ?
Hello,
I tried to add my micro sd to the internal memory, and to do that I used this adb method:
in the adb shell
sm partition disk:179,32 private
This method is used and explained on other sites, but I lost the micro sd carde, Android doesn't see any more the card, it seems like it doesn't exist or doesn't insert.
when I reboot Android it shows me for a few seconds a message like " not supported card" and then the notification disappears ...
Somebody can help?
------------------------------------------
1|jackpotlte:/ $ sm list-volumes
private:179,34 unmountable
private mounted null
emulated mounted null
jackpotlte:/ $ sm list-disks adable
disk:179,32
jackpotlte:/ $ sm partition disk:179,32 private
jackpotlte:/ $
and then nothing
---------------------------------------------
thanks
Robert978 said:
Hello,
I tried to add my micro sd to the internal memory, and to do that I used this adb method:
in the adb shell
sm partition disk:179,32 private
This method is used and explained on other sites, but I lost the micro sd carde, Android doesn't see any more the card, it seems like it doesn't exist or doesn't insert.
when I reboot Android it shows me for a few seconds a message like " not supported card" and then the notification disappears ...
Somebody can help?
------------------------------------------
1|jackpotlte:/ $ sm list-volumes
private:179,34 unmountable
private mounted null
emulated mounted null
jackpotlte:/ $ sm list-disks adable
disk:179,32
jackpotlte:/ $ sm partition disk:179,32 private
jackpotlte:/ $
and then nothing
---------------------------------------------
thanks
Click to expand...
Click to collapse
@AthieN this one might be more in your wheelhouse than mine