I've recently hit the limit of my data partition and had to start uninstalling apps, but looking around at other discussions of the filesystem in Honeycomb, I'm seeing that this shouldn't be the case. From what I've seen, apps and media should be in one large partition, not separated the way the Streak 7 seems to be. Did Dell mess with the normal HC 3.2 setup so they could maintain the partitions set up when the streak ran Froyo? (I'm curious because my Streak 7 had HC from the start, so preserving the Froyo partitioning makes even less sense than usual.)
Ultimately, what I'd like to find out is if it's possible to repartition the Data and user storage to be more like the partitions on other HC tablets like the Streak 10.
Otherwise is it possible to expand the app space by using a partition on the external SD Card formatted to ext2, ext3, or ext4?
I've looked through the threads and not found an answer, the only other thread on expanding data partition seems to have trailed off into a 'you should never have more that 2 gb of apps' rant. Which would be nice, but it seems that app developers, particularly game app developers are making ever larger apps, and some are choosing to load the whole thing into data, likely assuming that in HC or ICS the data partition would be larger, and that GB users can just use app2sd. However it seems that with the streak 7, I've got the worst of both worlds, the giant app sizes meant for a system where app storage and media storage are shared, and the limited app storage of the old Froyo system.
I'd like to learn about this too. I use DTa2SD on my HTC Evo and having it on the Streak7 would be nice.
I'm showing 1.1GB used with 858MB free on Internal. I've got a 16GB microSD card that has 12GBs free. I'd like to move many of those apps to the SD. As an experiment I tried an a2sd app to see what would happen and nothing did of course.
I've ended up partitioning my SD card to have a 10gb fat32 partition for my media files, and a 4gb ext3 partition that I'm using with link2sd from the market to move over some of the larger apps. (Anomaly Warzone HD from the Humble Android Bundle is a whopping 153.48mb apk. Amazon's market has some other big ones.) Oddly while the apps work, and I see the internal storage space opening up, it keeps telling me I have 100% open space on the ext3 partition in the link2sd app. dunno what's up with that, though it does report correctly how much filespace is being used, just not how much is free... weird.
Keep in mind the S7 was sold with 2.2 preinstalled, which doesnt (at least by default) support 'dual' sdcards. (I dont actually know how it worked out in 2.2 on the S7 though, as I've never had a S7 with 2.2 installed)
It was originally partitioned with sdcard and data as seperate partitions. The reason it skipped 3.0 and 3.1 was because the S7 would have to drop sdcard2 support.
3.x also does not support moving apps to sd as devices that shipped with 3.x had a large nand that symlinked /data/media to /sdcard (ie sdcard is basically a shortcut to /data/media and moving to sdcard basically just moved it to a different folder on the same partition)
There's only 3/4 devices released in total that could even install 3.x and didnt ship 3.x, at the time the S7 did it in a reasonable way. (Official 3.x I mean, having unofficial ports dont count)
The ICS beta fixes this by turning the sdcard partition into the data partition (as it's the larger of the 2), but ICS is still beta. I believe ICS also brings back official apps2sd support, as phones definitely would want that (and no reason to turn it off on tabs if they support it)
tl;dr: no real solution without messing with the partitions/filesystem yourself as you've already done.
TheManii said:
Keep in mind the S7 was sold with 2.2 preinstalled, which doesnt (at least by default) support 'dual' sdcards. (I dont actually know how it worked out in 2.2 on the S7 though, as I've never had a S7 with 2.2 installed)
It was originally partitioned with sdcard and data as seperate partitions. The reason it skipped 3.0 and 3.1 was because the S7 would have to drop sdcard2 support.
3.x also does not support moving apps to sd as devices that shipped with 3.x had a large nand that symlinked /data/media to /sdcard (ie sdcard is basically a shortcut to /data/media and moving to sdcard basically just moved it to a different folder on the same partition)
There's only 3/4 devices released in total that could even install 3.x and didnt ship 3.x, at the time the S7 did it in a reasonable way. (Official 3.x I mean, having unofficial ports dont count)
The ICS beta fixes this by turning the sdcard partition into the data partition (as it's the larger of the 2), but ICS is still beta. I believe ICS also brings back official apps2sd support, as phones definitely would want that (and no reason to turn it off on tabs if they support it)
tl;dr: no real solution without messing with the partitions/filesystem yourself as you've already done.
Click to expand...
Click to collapse
That's pretty much what I'd found. What I was thinking to do was find out if repartitioning the internal memory and creating the symlink myself might be possible, though it's a lower priority for me now that the Link2SD seems to be working for my apps. I'll likely switch to ICS once the camera is working.
TesseractSpace said:
I've ended up partitioning my SD card to have a 10gb fat32 partition for my media files, and a 4gb ext3 partition that I'm using with link2sd from the market to move over some of the larger apps. (Anomaly Warzone HD from the Humble Android Bundle is a whopping 153.48mb apk. Amazon's market has some other big ones.) Oddly while the apps work, and I see the internal storage space opening up, it keeps telling me I have 100% open space on the ext3 partition in the link2sd app. dunno what's up with that, though it does report correctly how much filespace is being used, just not how much is free... weird.
Click to expand...
Click to collapse
daft question(we have just got a ds7) but by partition your sd card are you refering to the INTERNAL SDcard(storage) or physical sdcard????
Related
i just installed jesus freak 1.5. i also purchased a 16gb micro sdhc card. I would like to know how to get apps to sd running correctly. I have followed another method and messed up the sd card. so i purchased a brand new one and before i even take it out of the package, i would like to talk to someone that has had sucesssful experience.
Thanx in Advance
A2SD in a Nutshell
the essence of apps2sd is:
1) creating a vfat/fat32 partition for storing user data
2) creating a second partition, ext2 to hold your apps and caches
3) creating directories within the ext2 partition on the SD to house your caches and apps
4) copying your apps and caches to the SD within the appropriate directories on the ext2 partition
5) rebooting within recovery console and deleting the original app and cache directories, AND
6) symbolically linking the ext2 apps/cache folders on the SD to the appropriate system partition folder names
7) rebooting to android and testing apps to determine which need to be reinstalled or reconfigured
your ext2 partition need not be very large relative to the volume of the SD; half a gig is normally adequate
pre-requisites:
you will need regular access to an OS that supports the ext2 filesystem, like linux. this is important because if your ext2 partition ever becomes damaged, the linux system has the tools to fix the ext2 filesystem errors.
you will need to know the commands for creating partitions on your SD
you should know how to use ADB to connect to your G1's shell, though this is optional
you need to know how to (re)boot to the recovery console and use its shell
you need to be familiar with the commands required to copy directories, create and delete directories, and create symbolic links
There are other Threads that have other programs and tutorials, but I used this one the other day on a JF 1.5 and it worked well.
http://forum.xda-developers.com/showthread.php?t=512743
Only issue I had was I had to move JF Updater back to Phone from SD , but that could have been a glitch when the phone checked for an update. The two apps used AppstoSD2 and a2sd pretty much do everything for you , very minimal command line required on your part.
Only thing to make it better would be an interface to either move the apps back to phone or integrate it so it would ask you when you install an app where to put it. But I am very happy with it. 16GB might be over kill , I have a 8 GB but they say not to go over 1.5 GB with the Ext2 partition, so while you will have 6.5 ( relative ) GB of space for Movies,Images, MP3's, Uninstalled apps, you are really limited to the 1.5GB for apps , well plus internal phone memory I guess. But for phone apps that's probably way more than enough.
question: how do you partition a 16gb sdcard? all the numbers and all that. ive done an 8 gb sd card and that was easy cause i was working with mb's. now with gb im lost. i got to parted and i typed up print and got 16.1gb if you could help me with the numbers for fat32,ext2/3,linux-swap. i would greatly appreciate it...
Personally, I would reccoment switching to a Cyanogen ROM. It's based off the same source as JF, but one of the features it has is automatic Apps2SD. This means you but have to push files here and there, whuch believe me can be a pain. It does still require an ext partition which you would have to format your self, but after that it will work without and modifications.
Do no more then 512 MB for your ext2(3,4) partition
Follow this guide for the card partitioning. Flash CM's rom and it will do apps2sd for you automatically.
Your other card is most likely not all lost and could be salvaged still, I would look into it if I was you, 16gb cards are not cheap.
And for the last time: it is Jeusus FREKE not Jesus Freak, Have some respect for the one who layed the foundation for us, at least enough to spell his name correctly.
AdrianK said:
Personally, I would reccoment switching to a Cyanogen ROM. It's based off the same source as JF, but one of the features it has is automatic Apps2SD. This means you but have to push files here and there, whuch believe me can be a pain. It does still require an ext partition which you would have to format your self, but after that it will work without and modifications.
Click to expand...
Click to collapse
I second that, and also jf won't be doing ROM any more :[
http://jf.andblogs.net/
Hello, I have been trying to search/understand what the pros and cons are of froyo a2sd vs the one people used before it. Anybody care to explain it to me? I have found something else called a2sd+, what is that about? If there is a thread explaining this, I apologize and would like the link to it.
Froyo way:
Data is moved in encrypted form to FAT32 partition on SD card.
Pros:
Nothing needed to set it up.
Cons:
Applications don't work when SD card is mounted. Widgets can't be moved. Monitoring apps can't be moved.
Applications don't get mounted early enough, icons disappear in non-stock launchers.
Needs to be supported by app creator (can be forced to SD through hacks).
Apps2SD(+ or not):
Creating another EXT2/3/4 partition on SD card, mounting it, making all or selected apps go there. 2 ways - either by symlink or by hacking the framework (doesn't exist on Froyo yet, existed in Cyanogen 5.X).
Pros:
Everything works as if the apps are on the phone.
Cons:
SD card needs to be repartitioned. Windows won't read this card when out of the phone, only Linux (until partitioned back to standard).
No framework support in Froyo yet (CM6.1 is expected to deliver it), so only the symlink method works (moving ALL apps).
CM7 can make you install apps on the sd card, how does it differ from app2sd or app2ext? i have been trying to decide if i should partition my new sd card or its not necessary. There must be an advantage to have app2ext right?
Thank you.
CM7 basically allows you to move all applications using Froyo's app2sd mode. Even ones that have disabled it (like live wallpapers and widgets as those won't work when installed that way).
app2sdext works differently as it will install apps directly to an ext partition on your sdcard (that you manually have to set up). This functionality is NOT build into CyanogenMod, but is easily added with a number of different apps/scripts. This will give you a lot more free space on your phone, and all apps can be installed there regardless of whether they have widgets or have services running. Most app2sdext options will also give you the option of moving the dalvik cache to the sdcard which will save you a substantial amount of space on your internal memory.
Basically, if you want a lot of memory intensive apps, your only decent option with a Nexus One is an app2sdext solution. (I have it with a 1GB partition, and I will soon either need to resize it or delete apps... adding app2sdext was the second best thing I ever did to my phone behind installing CyanogenMod on it.)
bassmadrigal said:
CM7 basically allows you to move all applications using Froyo's app2sd mode. Even ones that have disabled it (like live wallpapers and widgets as those won't work when installed that way).
app2sdext works differently as it will install apps directly to an ext partition on your sdcard (that you manually have to set up). This functionality is NOT build into CyanogenMod, but is easily added with a number of different apps/scripts. This will give you a lot more free space on your phone, and all apps can be installed there regardless of whether they have widgets or have services running. Most app2sdext options will also give you the option of moving the dalvik cache to the sdcard which will save you a substantial amount of space on your internal memory.
Basically, if you want a lot of memory intensive apps, your only decent option with a Nexus One is an app2sdext solution. (I have it with a 1GB partition, and I will soon either need to resize it or delete apps... adding app2sdext was the second best thing I ever did to my phone behind installing CyanogenMod on it.)
Click to expand...
Click to collapse
why didnt i think of that? thank you for your reply... now i should decide whether to do it now or wait till i have reached maybe about a hundred apps. by the way does it have any effect on the speed of the phone if you do that?
I am on cm7 and decided to put cache apps on sd card using ta utility is there any other new apps like that? ta
Can you do this with rooted stock?
lolobabes said:
why didnt i think of that? thank you for your reply... now i should decide whether to do it now or wait till i have reached maybe about a hundred apps. by the way does it have any effect on the speed of the phone if you do that?
I am on cm7 and decided to put cache apps on sd card using ta utility is there any other new apps like that? ta
Click to expand...
Click to collapse
I have a class 4 32GB card, and I didn't notice any appreciable difference in speed. I have moved my apps and dalvik cache to the sdcard using DarkTremor's a2sd. I currently have 260 apps installed on my phone, and that is pushing the internal phone space and the 1GB partition I set up for ext. I am about to bug danger-rat for his instructions on how he resized his internal partitions to give the data residing on the phone more space (I will basically shrink the cache partition and I am looking at resizing my ext partition to 1.5GB or 2GB.
I couldn't live without this anymore. I don't know how I went so long without it. It is so nice to just browse the online market and click install on countless apps without worrying about your space.
If you want to try and move the app data (resides in /data/data) to the sdcard, I have heard that it is recommended to have a class 10 card to keep up with speed requirements. I am not sure how many apps support that.
brettbellaire said:
Can you do this with rooted stock?
Click to expand...
Click to collapse
I believe you can. You would have to have a custom recovery. The main thing I am not sure is if it will mount the ext partition. If you have a custom recovery, do a nandroid backup (just in case it doesn't work), flash the zip for DarkTremor, and reboot the phone (the first boot will take longer).
brettbellaire said:
Can you do this with rooted stock?
Click to expand...
Click to collapse
yes you can.
bassmadrigal said:
I have a class 4 32GB card, and I didn't notice any appreciable difference in speed. I have moved my apps and dalvik cache to the sdcard using DarkTremor's a2sd. I currently have 260 apps installed on my phone, and that is pushing the internal phone space and the 1GB partition I set up for ext. I am about to bug danger-rat for his instructions on how he resized his internal partitions to give the data residing on the phone more space (I will basically shrink the cache partition and I am looking at resizing my ext partition to 1.5GB or 2GB.
I couldn't live without this anymore. I don't know how I went so long without it. It is so nice to just browse the online market and click install on countless apps without worrying about your space.
If you want to try and move the app data (resides in /data/data) to the sdcard, I have heard that it is recommended to have a class 10 card to keep up with speed requirements. I am not sure how many apps support that.
I believe you can. You would have to have a custom recovery. The main thing I am not sure is if it will mount the ext partition. If you have a custom recovery, do a nandroid backup (just in case it doesn't work), flash the zip for DarkTremor, and reboot the phone (the first boot will take longer).
Click to expand...
Click to collapse
thanks for the reply i think i read on darktremors post class 4 will do for the data2sd. I have class 4 16GB sd card would 1GB good for the ext? ty
It really depends on how much you think you will be installing. I did a 1GB partition on mine, but now that I install most of the Amazon free daily apps, that space is dwindling quickly. I have programs that will resize the partition for me, but most will have to wipe the card and partition it manually. I do have the install location set to automatic, so it allows developers to specify whether they want it in the "internal" (really it is on the sdext partition, but to the phone it is internal) or external using the froyo method. The Angry Bird apps all default to install on the sdcard, so my installed app base is even larger than 1GB.
bassmadrigal said:
... adding app2sdext was the second best thing I ever did to my phone behind installing CyanogenMod on it.)
Click to expand...
Click to collapse
I second this
Sent from my Nexus One using XDA App
is it true that cwm sets the partition to ext3 by default? unlike in ra recovery where you still need to convert it? ta
I have heard that it creates it in ext3, but right now, DTa2sd is showing that it is a ext2 partition. I can't figure out how to find out for sure while the card is in the phone. Either way, it is getting mounted as an ext2 partition.
temasek said:
I thought CWM will create ext3 by default? Your steps are ok, np.
Anyway when u read the ext partition type in android, most likely u will see ext2 if u are using official DT script cuz of the auto syntax it uses.
Click to expand...
Click to collapse
then it maybe so, this was posted on the darktremor thread
http://forum.xda-developers.com/showthread.php?p=14134665#post14134665
Well, whether or not it is formatted as an ext3 partition, Android is still mounting mine as an ext2 partition.
Code:
mount | grep ext
NOTE: the "|" is called a pipe. On the keyboard it is the shift option on the backslash key "\". I don't know exactly where it is on the stock keyboard, but on swype it is located under the "D" key when the keyboard has the shift key pressed and you access it by longpressing.
To get your sdcard to ext3, you just need to turn on journaling. You can do this through adb while in the recovery (because you need the partition unmounted to do this).
Code:
adb reboot recovery
adb shell
mount system
e2fsk /dev/block/mmcblk0p2
tune2fs -j /dev/block/mmcblk0p2
reboot
Supposedly Android should auto-mount this as ext3 on boot (which you can check with the first command). At that point, I don't think it will matter what a2sd shows. As the writing of the journal (the big thing with ext3, since it helps minimize write errors on a bad shutdown) is done at the OS level, not the a2sd level.
Hi there,
Is there a way to make the add the internal SD card to the main memmory? So that there would not be an internal SD card anymore?
I do not mean swapping the moutpoints around so my External_SD becomes my primary and my internal my second....
I want to get rid of the internal one alltogether (adding it to main memory).
I figure that I'll have to format the storage in a certain way... would that do it?
Can someone tell me step by step what to do?
I do have CW-mod installed.
I did search the forum, but couldnt find anything conclusive. Just hints that it should be possible...
If there already is a thread where all this is explained, please point me to it, because I couldn't find it.
Thanks,
Pfeffa-rah
I don't think this is possible , never heard of someone who did it
I have no idea how to do that. My question is... why would you want to do that?
Having an internal_sd partition adds the benefit of having big app data (such as those in Gameloft games) sit in a very fast partition and still be called "sddata".
Also, it's mountable via PC so everything in there can still be backed up. So it's best of both worlds really.
This was discussed some time ago in this thread: http://forum.xda-developers.com/showthread.php?t=1013575
There were ideas on how to remount the cards at boot. I myself come to the conclusion that since more phones start to behave in this way, app developers will have to start dealing with it. It just sucks they are mostly slow on the uptake. My main problem was the Spotify cache location being hard coded so I resorted to hack the Spotify apk.
PS. salisbury_steak: What is it with people like you that every time someone has a question on how to do something, your immediate response is "But why would you want to do that?!".
sorech said:
PS. salisbury_steak: What is it with people like you that every time someone has a question on how to do something, your immediate response is "But why would you want to do that?!".
Click to expand...
Click to collapse
That was actually an honest question.
I wanted to understand why he wanted to do it. (i.e. What would be the advantages of it.) There was no supposed sarcasm in there.
how about the ability to install 5x more applications?
Having that stupid 5gb partition as sd card and the real sd card as a sub folder is retarded...
My 32GB class 10 cars is a lot faster than the internal one.
The internal 5gb memory is MUCH TOO SMALL!!! Most apps don't allow you to store data on the external card. If you like me and many others install some games that download aditional data + a nav app that downloads maps for europe + some streaming music app like wimp that can cache music for offline play then you are ****ed with LG's setup.
The setup CM7 uses solves the main problem but effectively wastes the 5gb by mounting it at emmc where like 0,0001% of apps are able to access it.
So adding those otherwise wasted 5gb to the main memory would be great. But i have not seen any solution to that yet :-(
Thank you Gensplejs for explaining that to them. I had no idea how to reply to that since it seemed so obvious to me.
This thread was ment to be a question about how to do it and not to discuss the usefullness of it. That is where I lost the way in other threads...
So, thanks for your replys all (realy).
But now, back On-Topic:
How would I do it?
Sent from my LG-P990 using XDA Premium App
Please don't blame me if you tried it and you screwed up your phone.. It's your choice...
Well, I don't know if this would work, but this is how I would do it (accepting the fact that I'd loose almost 2GB of /data's free space):
1. Format your internal sd card to the same file system as your /data partition is (ext3 or ext4)
2. Copy every file from /data 1:1 to your sdcard (cp -R /data/* /sdcard)
3. I don't know when and where the partitions are mounted (maybe init.rc??)...anyways change the target there and let /data point to the internal sd card partition (so it is ensured that it is mounted automatically to the new location)
4. Reboot and keep your fingers crossed
I think i figured how to do it in theory. First we need some free space at our microsd to cp /data. Then we should repartition with fdisk /dev/block/mmcblk0p8 and p9 into one partition and change vold.fstab to mount only externalsd at /sdcard as we do when we swap partitions. In theory it should work but i cant test it right now or make a script since ve gone vacations and i dont have a pc to restore in case of error
I agree.. certain apps wont store to sdcard.. its better to use the whole 8gb as phone storage, and use external sdcard as default sdcard.
Sent from my LG-P990 using XDA App
What ive found till now is that sd swapping is easy. You can do it by tweaking only vold.fstab. But repatriationing is a pain in the ass. Looks like lg has "faulty" partitions or something and to do it you must mesh up with with almost half partitions.
I had to rebuilt boot lgdrm recovery data and sdcard to make em half work. So it probably isnt worth the trouble. Also I think init.rc is built on the boot. So just remounting internal sd to /data wont work either.
sectors is not space
it says 7996, so thats 8GB
i saw it in hurry. the brain sometimes belives whats he want to belive
sorry
New to XDA
Hello everybody,
I'm new to android and i'm trying to find out how to solve the problem posted in this thread.
I see you've got the awnser but i don't know how to do this.
I've been searching google and XDA for ever but i just can't find the awnser.
Could you make a step by step howto or point out to a post how to do this.
I mean converting your external sd to ext4 and change the mounting points.
I'm a complete nood, i didn't get adb to work on my pc, ext4 recovery is not for the p990 2x.
I've read something abbout changing fstap for swapping te mounting points for sdcard and emmc, witch is also ok for me, but formating to ext4... wel i frankly don't know how to do this.
I'm quite stuk on this.
The only partitioning experience i've got is Gparted in Ubuntu or repartitioning in Windows 7.
Thans in andvance!
Greetz,
JMG
http://android.modaco.com/topic/347...-partitions/page__gopid__1821791#entry1821791
check this
you can expand data partition , but there is a limitation of 1.75gb
Thanks davjan
Thanks davjan,
As far i can see it's indeed not worth it.
I wil have to go on and try to find out how to change the filesystem to ext4 and swap the internal and external sd.
That way i get more usable space instead of a big datastorage witch cannot contain program data.
But thanks for the quick reply.
Jean Michel Gaar said:
Thanks davjan,
As far i can see it's indeed not worth it.
I wil have to go on and try to find out how to change the filesystem to ext4 and swap the internal and external sd.
That way i get more usable space instead of a big datastorage witch cannot contain program data.
But thanks for the quick reply.
Click to expand...
Click to collapse
what rom are you using? is your phone rooted?
swapping internal with internal sd is very easy
and most of the roms here on xda are ext4 , if you instal one of them they autoconvert to ext4
Jean Michel Gaar said:
Thanks davjan,
As far i can see it's indeed not worth it.
I wil have to go on and try to find out how to change the filesystem to ext4 and swap the internal and external sd.
That way i get more usable space instead of a big datastorage witch cannot contain program data.
But thanks for the quick reply.
Click to expand...
Click to collapse
I you read the link provided you'll see that it makes what you want: grow internal filesystem = lower SDcard usable space. The only thing is that it doesn't seem possible is to use the whole space: system limitation. 75Markus tried high /system and /data values and phone didn't work.
See in his Mediafire Folder, 'Nvflash + guide for changing Partitions:
http://www.mediafire.com/75markus
Ext4 is now common with custom ROMs (in fact all of them).
You should search in sd-ext partition system, which was designed to artificially expand filesystem on older phones using an 'ext' partition. I didn't heard anybody using this on O2X.
If you use CyanogenMod based ROMs, your external card will be mounted ad /sdcard by default.
Switching internal and external SD
Thanks guy's,
I'll check it out.
I've been using cyanogenmod 7.1 stable with vorkkernel 20110208.
But that gave me batterydrains while using maps and nextvid ate the same time (while i'm driving).
Now i'm trying MIUI 1.11.11 with latest swift extreme.
But MIUI is very buggy so i'm thinking of going back to CM.
The only thing is that my phone won't boot with the latest vorkkernel.
Just got my Nook Color tonight. I booted it from a CWM microSD card, installed CM 7.1 stable, gapps, and ran ROM Manager to install CWM to internal memory.
When I go to Menu, Settings, Storage, under the 'Internal Storage' heading, it says "Total space" of 5.09 GB and "Available space" of 4.68 GB. (One app installed so far)
Looking farther down the screen, it shows /mnt/eemc to have 1.00 GB of space.
Is there a way to combine them so that I have 5.68 GB of usable internal space to install apps to? Also, are those two the full available capacity of the eMMC storage? If not, can it be enlarged to maximum?
Also, further down the screen, it shows /mnt/usbdisk, with no space. Should it be left intact, or can it be safely removed to limit my confusion?
Thanks!
+1 to your question.
I'm gonna use my NC only as a tablet not any book reading so I don't think that 1GB is required.
Still let's wait for a dev. to give expert advice about this and possibly a how-to...
I would leave /mnt/usbdisk alone as it will be useful if you decide to use flash drives through nook tweeks in the usb section. As for the emmc data area, you can store data there with no problem if you are not going to use the nook as an e-reader.
By downloading the nook tweeks app, you will have access to the micro usb port (through an adapter) to transfer data between the nook and a flash drive or (using a powered hub) a card reader. You can also transfer data between the nook and a camera to directly save photos to the nook or view them. Usb host mode opens the nook up to another level and makes it a very functional tablet.
I use my nook with a digital camera on photo shoots so that I can preview my shots on a larger screen than that of the camera. You can check out my threads here concerning host mode. PM me if I can be of any assistance.
Sent from my NookColor using Tapatalk
SweetBearCub said:
Just got my Nook Color tonight. I booted it from a CWM microSD card, installed CM 7.1 stable, gapps, and ran ROM Manager to install CWM to internal memory.
When I go to Menu, Settings, Storage, under the 'Internal Storage' heading, it says "Total space" of 5.09 GB and "Available space" of 4.68 GB. (One app installed so far)
Looking farther down the screen, it shows /mnt/eemc to have 1.00 GB of space.
Is there a way to combine them so that I have 5.68 GB of usable internal space to install apps to? Also, are those two the full available capacity of the eMMC storage? If not, can it be enlarged to maximum?
Also, further down the screen, it shows /mnt/usbdisk, with no space. Should it be left intact, or can it be safely removed to limit my confusion?
Thanks!
Click to expand...
Click to collapse
Hey there, I know long time but iI have some info to share since I'm having the same configuration as yours.
The 'Internal Storage' you're seeing isn't exactly the emmc. Its just that cm7 doesn't know its put on an SD. And it thinks the second or third partition of the SD (i.e. cm7 system partition) is internal.
Also that /mnt/eemc is the actual internal memory and thus these 2 can't be linked. However, the nook has another 5gb emmc internal partition callednmedia which you can possibly combine with emmc.
Sent from my NookColor using Tapatalk
there are many threads about the NC partition layout and changing it. do a search. the 5g partition basically won't be used by your cm7 NC. the apps will go on the 1g. I repartitioned mine for 4g instead of 1g and 2g for /emmc. then you can set cm7 to swap the /emmc and /sdcard and then use the NC without an SD installed.
mr72 said:
there are many threads about the NC partition layout and changing it. do a search. the 5g partition basically won't be used by your cm7 NC. the apps will go on the 1g. I repartitioned mine for 4g instead of 1g and 2g for /emmc. then you can set cm7 to swap the /emmc and /sdcard and then use the NC without an SD installed.
Click to expand...
Click to collapse
I was thinking something else.....
I wanted to merge internal data and media so as to get combined partition. I'm running CM7 off the SD card so I don't need to switch them. I was just thinking of merging them.
Sent from my NookColor using Tapatalk
therkr said:
I was thinking something else.....
I wanted to merge internal data and media so as to get combined partition.
Click to expand...
Click to collapse
Yes, I understand that's what you want to do. However, those partitions are not contiguous space. Search on Nook Color partitions and you will quickly see why.
Specifically, look here:
http://forum.xda-developers.com/showthread.php?t=1094371
which links to here:
http://forum.xda-developers.com/showpost.php?p=13971291&postcount=110
/dev/block/mmcblk0p6 is the "data" partition
/dev/block/mmcblk0p7 is the "cache" partition
/dev/block/mmcblk0p8 is the "/mnt/emmc" partition
You are wanting to combine "data" and "/mnt/emmc". Problem is the "cache" partition is stuck in between them.
The other problem is your NC uses these two partitions for different things.
I think the suggestion I made before, which is to repartition for 2GB+4GB as in the first link, then do Settings -> CyanogenMod Settings -> Application -> Use internal storage to get them to swap, is the best, simplest solution with the lowest risk. This uses the 2G partition for whatever normally is used for /sdcard by most apps (downloads, misc. files, temp storage, etc.) and 4G partition for your apps, and leaves your whole SD card for use solely for your side-loaded media content. This schema will not interfere with further CM updates or unnecessarily change the default partition scheme for which most of the devs are writing code.
If you want to become a Linux & Android master of partitioning and storage management, then you can probably implement a more custom scheme. In my last job I was a software engineer working on a Linux-based network-attached storage appliance and I wrote most of the system code dealing with disk and partition management, so you could say I know a lot about it, but still I chose the easy path for my NC.
mr72 said:
If you want to become a Linux & Android master of partitioning and storage management, then you can probably implement a more custom scheme. In my last job I was a software engineer working on a Linux-based network-attached storage appliance and I wrote most of the system code dealing with disk and partition management, so you could say I know a lot about it, but still I chose the easy path for my NC.
Click to expand...
Click to collapse
Thanks for the info. But I'm just a highschool sophomore who loves technology. Can't do this unless someone has ever tried (and succeeded) before.
I'll probably use your method when I install CM7 (or CM9) onto emmc.
Sent from my MB502 using XDA App