will voodoo do this? - Fascinate Q&A, Help & Troubleshooting

will the voovoo kernel let me run the ext4 file system on my sd card?

In a word...maybe. Please search the forum, as there have been previous posts on this topic. Even if the kernel allowed for it, you'd have to do a lot of modifying of mount points and other fiddly stuff to do it. Oh, and you'd lose the ability to directly mount it as a disk drive in Windows, at least without some special tools that allow Windows to read ext4. All in all, I would not recommend trying.
Sent from XDA Premium on my Super Clean Fascinate

ivorycruncher said:
In a word...maybe. Please search the forum, as there have been previous posts on this topic. Even if the kernel allowed for it, you'd have to do a lot of modifying of mount points and other fiddly stuff to do it. Oh, and you'd lose the ability to directly mount it as a disk drive in Windows, at least without some special tools that allow Windows to read ext4. All in all, I would not recommend trying.
Sent from XDA Premium on my Super Clean Fascinate
Click to expand...
Click to collapse
I don't care about windows. my main computer is ubuntu, this is why I am wanting to make it ext4, or even ext3 (actually, from what I've read, ext3 is the better one for this application). I want a pure linux experience, like it should be, IMO. it's so much faster and more efficient. I'll do some searching, and ask if I have any more questions.

Unless you have a need to store files >4GB, there really isn't any need to change the formatting of the SD card.

fragmentation and access speed.

Related

[SDCARD] Storing music etc on ext2/3/4 partition?

Hello! I've searched all over the internet about this but haven't found any usable information about this. I was thinking about storing music files etc on the ext partition on my SD-card. I've a 8GB sdcard with a 64MB swap, 1024MB FAT32 and rest of the space goes to an ext2 partition. The problem is, how do I acess the ext2 partition in the phone? I know it is placed in /system/sd. But it seems it is only the super-user who has access to this folder. Is it possible to symlink the folder to another place and make it accessible for the user?
Every info I find is about storing apps on the ext-partition, which works. But having 6GB space for apps feels very overkill. FAT32 seems to be quite limited to speed when copying files, and also it have size limit of files.
The easiest and most recommend way to solve your problems is to repartion your card to:
0M swap (no use for swap on hero)
512M ext2 (see below)
rest as FAT (over 7G for your music)
If you plan on having every single one of the apps on the market you can give the ext2 partition 1024MB, no need to give it any more. There are numerous problems that can arise from having larger ext2 partitions, just of the top of my mind if you do have more data on the ext2 partition larger than your FAT free space you can't do a nandroid backup, you'll end up storing too much stuff on the ext partition which is usually wiped on ROM update and replacement, and it is much harder to access these files, as opposed to the FAT partition which is can be mounted as a USB drive to your PC.
Finally note I said ext2, and not ext3/ext4 because Ext3/4 are journaling file systems which are NOT suited for flash devices. They also have much more CPU overhead then ext2. Finally not all ROMs/kernels support ext3/ext4 and for a good reason!
BTW, please post questions in the either the Q&A or general sections. This is the DEVELOPMENT fourm.
Good luck.
Thanks for your reply, and sorry for posting in the wrong forum, which is quite obvious when I see it now!
Moved to Q&A as not development
erasmux said:
The easiest and most recommend way to solve your problems is to repartion your card to:
0M swap (no use for swap on hero)
512M ext2 (see below)
rest as FAT (over 7G for your music)
If you plan on having every single one of the apps on the market you can give the ext2 partition 1024MB
Click to expand...
Click to collapse
+1, Yeppers, wow a 6gb ext... That is some serious overkill,why?
Sent from my phone.
I was thinking to use the ext partition as a storage of music etc instead of the fat32 partition. The ext-partition is faster to copy files on, especially if you get a 32gb card and maybe you want to transfer big files. If I remember it right FAT32 table doesn't allow file-sizes more the 4GB, and it is also slower to copy to or from.
Any linux operating system should be able to read the ext partition on your sd card, or a program such as gparted is another thing to look into. Remember you can boot to linux without installing the operating system (boot from CD). Ubuntu or Knoppix is a good one to check out if you're new to it all.
Hehe, I think you did misunderstand my main question. The question is how to read the ext-partition directly from the phone with a file-manager (i.e. Astro File Manager). Not from a computer, from the phone, in the phone.
Vantskruv said:
Hehe, I think you did misunderstand my main question. The question is how to read the ext-partition directly from the phone with a file-manager (i.e. Astro File Manager). Not from a computer, from the phone, in the phone.
Click to expand...
Click to collapse
O in that case you have no chance lol. AFAIK there isn't any program designed for this purpose.
Vantskruv said:
Hehe, I think you did misunderstand my main question. The question is how to read the ext-partition directly from the phone with a file-manager (i.e. Astro File Manager). Not from a computer, from the phone, in the phone.
Click to expand...
Click to collapse
Well it depends where your ROM mounts it. I think most ROMs mount it to /system/sd, so you can use any file explorer with root permissions to browse there (i.e. ES File Explorer).

Is it possible? Use ext4 for sdcard?

Is it possible to repartition my SD card to use EXT4 instead of FAT32, with the Fascinate? I'm currently running an EB01 kernel and a custom EB01 build. I'm just not sure how to do this part, as I've never done it before. I've seen it done for other devices, but I don't think it has come up here yet. This isn't really a debate on if I should or should not make it EXT4, just on how to do it.
That's what a voodoo kernel does.
Sent from my SCH-I500 using Tapatalk
JoeDat said:
That's what a voodoo kernel does.
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
I'm running the EB01 voodoo kernel, and yes it obviously has support for EXT4 since that is the FS it uses.
My question though is how can I mount my SD card to be recognized when I format it to EXT4 too?
Ah crap. I should have read your post more than once. Mundane detail. Just call me Michael Bolton.
Sent from my SCH-I500 using Tapatalk
If you don't have anything on your SDcard you mind deleting (or could just back it up), you could always try repartitioning it, and then seeing if Android is able to mount it.
If it doesn't automatically work, it shouldn't be too hard to modify the system to work (either by switching it from using 'vfat' to 'auto' or 'ext4')... it's just a matter of finding out where to change it.
There's no reason why it wouldn't, I guess... worst case you use command line mount tool to mount it manually every boot
That's what I thought too, that it would work inherently, but I partitioned/formatted the entire thing to EXT3 and it was not able to be recognized. I think either A) there is no built-in module for EXT3 support, or B) I'm just not doing it right.
Could be that I used a Windows tools to do the job to get EXT3, and I'm having trouble finding one to do EXT4, and I can't find any tools/scripts to convert EXT3 to EXT4 for Android.
If you format the sdcard to anything other than FAT32, Windows will not be able to read it when you try to mount it on your PC. I'm not sure if there are any utilities available that allows Windows to directly mount EXT filesystems or not, but I would be very afraid of data loss with a configuration like that.
What is the reason you want to convert it? Is it the file size limit of FAT32, or something else?
Posted from my EB01 SuperClean Fascinate with Voodoo
ivorycruncher said:
If you format the sdcard to anything other than FAT32, Windows will not be able to read it when you try to mount it on your PC. I'm not sure if there are any utilities available that allows Windows to directly mount EXT filesystems or not, but I would be very afraid of data loss with a configuration like that.
Click to expand...
Click to collapse
There's been an ext2 (possibly 3/4, but all are backwards compatible long as you don't use extents on 4) driver for Windows for a number of years. There's also a number of tools that can allow you to open ext2/3/4 file systems and modify them, without actually having to mount them.
ADB would also still work, so would an app that provides access to the sdcard via webdav/ftp/sftp/etc.
What is the reason you want to convert it? Is it the file size limit of FAT32, or something else?
Click to expand...
Click to collapse
Speed should improve by quite a bit, as well as greatly increased reliability (although the windows. Ext2/3/4 also support far larger files than fat32, of course, so if you like your raw-DVD rips or 1080p ultra-high-quality bollywood movies, there would be an obvious benefit by removing that restriction. I don't believe the ext family of file systems support it (but I could be wrong about ext4), but tail packing would greatly improve efficiency if you have a massive number of small files (reiserfs has it, btrfs might also- not sure).
Personally, it doesn't seem like there's enough of a benefit to really do it, especially if you're not using Linux... other than the desire to do it for the sake of doing it... which, considering where we are, that's pretty much enough of a reason to do anything.
Until I can find a good way to automount the FS every boot I wil probably stay with FAT32. I played around with different methods last night quite a bit and it turned into much more of a hassle than I liked. I really regret not having it however, because of the loss of speed.

[Q] is there tutorials on partitioning and bootloader

Would it be possible if any one from the Dev group or other knowledgeable individuals be able to write up an overview of how the partitions work and how to fix some of them. I have searched the Internet and these forums relentlessly for information but nothing that I would consider conclusive for the gtablet.
You see I have been having this issue and I would really like to fix it.
E:can't mount /dev/block/mmcblk0p2
(no such file or directory)
Error mounting SDEXT:!
I realize this would be somewhat of an advanced tutorial or sticky but as people learn they will begin to get to this point in their learning.
I have read alot of tutorials but most of them have nothing to do with the gtab.
I am still trying to mentally put it all together of how what mount is doing what and what my /dev/block/mmcblk0p2 is actually doing[seems it is a cache but guessing based on what I have read]
I understand there is a fat32 partition and the ext is a linux partition.
Any information or a sticky to work from and review for users and Devs to contribute would be a great assistance for me at this point.
I would also like more information on how the bootloader file functions and what I can do with it as VS is changing the bootloader as it updates it builds.
Thanks
makto,
I think you can forget fixing that one. It appears on all G-Tablets.
No one has ever given on this site an authoritative description.
But I think this: Some of the cousins of our 512k G-Tablet that are sold
elsewhere have 1 GB of memory. I think the address being looked for
here is the second half of the memory which is not installed on the G-Tablet.
In other words, no one adapted the firmware to adjust to the smaller memory
size.
That's my story and I'll stand by it until somebody tells me its not!
Rev
P. S. -- Partitioning is an Advanced Option on the ClockWorkMod (CWM) recovery
program. It does not do invidual partitions -- rather the who table memory (and I
think even then it leaves the partitions alone that are necessary to revive itself.
I have been watching for months to learn more about format/delete/erase/etc. and
they do no carry the same meaning as with regular PCs, hard disks, memory, etc.
There is not such thing as "wiping" the G-Tablet in the sense of formatting a hard
disk and writing new stuff on it.
Rev
Why I was asking. I play with my gtablet connected more on my linux laptop. There these things I believe are possible. From what I have learned the partion I am having an issue with or the sd-ext is supposed to be using the linux ext3 partion format but I am still guessing. It also uses the fat32 partition but I am unsure if this is just on the external SD card or if it is also internal memory. Still hoping I can accumulate more information as time passes.
Here is some of the information I have been browsing trying to understand.
http://tegramid.com/wiki/Folio_partitions
http://androidandme.com/2009/08/news/how-to-manually-partition-your-sd-card-for-android-apps2sd/
There is also a link to an xda forum where they are having the same issue but I haven't mentally put it all together. It is also not for a gtablet.. so I continue to contemplate.
http://forum.xda-developers.com/showthread.php?t=848967
Just keeping myself curious.
Thanks for noticing my post!

[Q] Data2ext - N00b questions

Hi Guys,
I would have tacked this onto the back of an existing thread, but the only relevant ones I could find were in development (I’m still under 10 posts) – and this is more of a general usage question anyway.
I’m running CM7.0.2 and been I’ve been using Apps2SD (darktremor) for a month or so. The onboard memory for apps on the Legend is abysmal, so freeing space up and being able to have more than half a dozen apps is great. I was looking to take up Data2ext too. I’m still S-ON (I haven’t found a serious need for S-OFF yet, and I figure the less access I have to the bowels of my phone, the less likely I’m gonna brick it), so still using CWM2.x and obviously not running EXT4 yet.
Just wanted to ask a couple of stupid n00b questions before I try anything (I’d rather ask this now, then be posting “help I ****ed up my phone” later on).
- Am I right in believing that that data2ext only moves app data, not the apps themselves to the SD car so I need to continue using apps2sd as a companion script?
- Does data2ext need its own additional partition setting up prior – or does it create its own partition/utilize an existing partition? If there needs to be a preconfigured partition, any recommendations on how much space to allocate?
- Is there anything in particular that I need to know before I run through TGF’s guide (http://forum.xda-developers.com/showthread.php?t=902395)?
Thanks for the help guys!
data2ext will use the partition that darktremor currently uses, and you don't want to have dark tremor and data2ext on at the same time, funny things happen.
Data2ext remounts the entire data partition to a partition on the SD card. So anything that gets written to /data (apps, app data etc) goes to the SD card instead.
You need to know that this could go wrong, but I think the first post covers most of it.
That makes sense. I previously wasn’t sure if data2ext only moved app data only, and apps2sd still needed to be used to move the actual apps themselves. As that’s not the case, it’ll make things much easier not having to **** around with 2 different scripts to hopefully get them to play nicely.
I did actually end up stepping up to Blayo’s fake-flash CWM 3.0.1.3 yesterday; though I’m still trying to work out partitions/file systems with it – creating partitions in CWM recovery defaults to EXT3 with no option to set EXT4, and after manually creating an EXT4 partition in GParted CWM wouldn’t let me mount /sd-ext. As your initial post already details formatting /sd-ext to EXT4 anyway, it’ll be interesting to see how nicely this plays with 3.0.1.3.
Thanks for the disclaimer on the risks involved. Without intending to sound patronising; I’m well aware there is the ever present potential to really **** things up, and that I do only have limited knowledge compared to a lot of people posting on xda – which is why I try and get any/all information available before hand, and follow instructions given closely.
Coo'. Just shout if you need help, I'm subscribed to this thread so I should see it
Seems to have worked like a charm.
One question though – I know you can confirm data2ext is successfully running by launching "data2ext --enable" a second time after the final reboot, but is there any means to monitor the used/available space on /sd-ext?
Both Titanium Backup and a2sdGUI allowed me to keep tabs on this, but Ti is unable to see the /sd-ext partition now (I haven’t bothered installing a2sdGUI, not really any point).
It might be a small thing, but if possible I would like to be able to see it fill up, just to give me piece of mind all is OK.
*edit* scratch that last part, just noticed Android and Ti now sees the Internal Memory as a total combined capacity the internal memory + /sd-ext. Eitherway, I'm up and running
i no my question is noob but still.....i m using CM7 nd CWM 2.5.0.7....if i use d optioned partition ur sd card....is dat data to ext ? ndnd wat is swap size ? also how to check what claSS SDCARD I HAVE... I HAVE 16GB KINGSTON SDCARD!
I've a noob question too, if the sd card is partitioned to allow some internal apps to run on this special partition what is currently the safest procedure to do this?
tushar_beriwal said:
i no my question is noob but still.....i m using CM7 nd CWM 2.5.0.7....if i use d optioned partition ur sd card....is dat data to ext ? ndnd wat is swap size ? also how to check what claSS SDCARD I HAVE... I HAVE 16GB KINGSTON SDCARD!
Click to expand...
Click to collapse
The Class should be written on the Card.. in a circle..
Sent from my Legend using XDA Premium App
I got mine up and running last night... created a 1 gig partition for data... data2ext is active, but my phone is now SLOW as molasses. SD card is Class 10 and tests on a computer reveal it to be fast.
I'm at a loss.
Konowl said:
I got mine up and running last night... created a 1 gig partition for data... data2ext is active, but my phone is now SLOW as molasses. SD card is Class 10 and tests on a computer reveal it to be fast.
I'm at a loss.
Click to expand...
Click to collapse
The card probably doesn't handle small files very well. Class 4 seems to be the best bet for data2ext
You're kidding. Ugh! Maybe it was the method I used to format?
TheGrammarFreak said:
The card probably doesn't handle small files very well. Class 4 seems to be the best bet for data2ext
Click to expand...
Click to collapse
Seriously?
So are you using a class 4 with your own cm data2ext script and in ext2 or ext4?
Serious.. It is mentioned several times before by Blay0. Even a fast card will work very slow with data2ext. Why do you even need data2ext? Are you a developed? If not app2ad should beer enough for you... NInge really needs data to be on as i they are not often changing system files..
Sent from my HTC Legend using XDA Premium App
whitetigerdk said:
Serious.. It is mentioned several times before by Blay0. Even a fast card will work very slow with data2ext. Why do you even need data2ext? Are you a developed? If not app2ad should beer enough for you... NInge really needs data to be on as i they are not often changing system files..
Sent from my HTC Legend using XDA Premium App
Click to expand...
Click to collapse
easy man, i was just asking out of curiosity
i'm already using apps2ext and dont need data2ext, but it thought data2ext was slow on all card classes thats why i asked his setup just so i know
Hi,
Since this is a noob thread I'm feeling free to ask for help.
Somehow without any knowledge I've managed to Root my Legend, Flash roms numerous times, make my Legend S-Off, twig and play with different options like splash screen and all sorts of stuff that you need a bit or more of development knowledge. I'm a psychologist - I have no knowledge whatsoever.
Now that I've flashed ogo2's rom found here - http://forum.xda-developers.com/showthread.php?t=987251, I have cut down internal space to about 20MB+-.
I need help with this whole data2ext, ext2/ext4 and all the commands I've never met in earlier development stuff I've done to my Legend.
Where do I start? Is there anywhere I can read a noob guide for these issues?
Please help!
reupugi
edit: Oh I forgot - I have 8 GB class 4 card.
What help do you need? Understanding what it is and how it works? Or just setting it up.
Are you planning on using the data2ext found in my thread, or somewhere else?
Sent from my Legend using XDA App
Hi TGF,
I need help mainly with setting it up. I have no intention learning developing through trying here and there to implement different things others created.
My intention was to use the data2ext you created.
At the moment I've changed back to the nightly builds of CM7 (currently #153), since I had sync problems with ogo2's ROM. So I'm not so pressured space wise, but I'll still be glad to go through with the Data2ext.
Thanx,
reupugi
Ok, well the guide in the first post covers most of it, is there a specific bit you're stuck on?
Sent from my GT-P1000 using XDA App
It assumes I understand how to create ext2 or ext4, or to choose between the two. DO I have to backup my SD card when I create an ext2/4 partition?
Where do I use the commands in your post of data2ext?
reupugi said:
It assumes I understand how to create ext2 or ext4, or to choose between the two. DO I have to backup my SD card when I create an ext2/4 partition?
Where do I use the commands in your post of data2ext?
Click to expand...
Click to collapse
You do need to backup your sd card, our you lose all your data. Rom manager has an option for creating ext partitions on your sd card, and I'd go for ext4, as it's safer. There's a section in that thread on upgrading from the ext2 version. Create your position with rom manager, then follow that section through. The commands can be executed on the phone using a terminal emulator, or from the pc using adb.
Sent from my GT-P1000 using XDA App

[Q] Which post instructions best to make n2a build equivalent?

Hi, in the Nook Development forums, I found this post from Albert Wentz: http://forum.xda-developers.com/showthread.php?t=1439630
But unless I'm confused, I believe there are many other posts with other roll-your-own instructions? Such as: http://forum.xda-developers.com/showthread.php?t=1466583
All I want to do is build the SD card for my kid's nooks (versus paying $20 to N2A) so I can boot to it to run Android just like the N2A card. Does anyone know which post N2A may have followed to build their version? Or is Al's post the most modern build? Or the 2nd URL I list?
I'm quite technical so know I can do this, I just need to know which is the latest and greatest, or if there are many diff build customizations, which, let's say, is the most popular ? I mainly care that it has Google Play and Amazon App stores, and that I can sideload ebooks, mp3's,videos. If it comes with other apps, fine, but I'm fine with downloading,installing any I wish afterwards.
And.....some posts mention you don't have to modify your nook at all, just boot to the SD card, but others say it modifies the Nook (roots it), so that if you ever had to return it you'd have to restore it (hence best to back it up beforehand). Which is correct???
Al's method works fine. Anything you mentioned that you wish to try will work. I ran boot to SD android rom for several months before I took the plunge and rooted my 8gb Nook to a full android tablet.
It in no way modifies the internal workings of your Nook. The Nook allows booting to the card by design. Just use a Sandisk card of 8gb or more for best results and all you need is a class 4 speed rating. Believe it or not, a class 10 doesn't work as well.
YMMV
Good luck and have fun with it!
jaxn51 said:
Al's method works fine. Anything you mentioned that you wish to try will work. I ran boot to SD android rom for several months before I took the plunge and rooted my 8gb Nook to a full android tablet.
It in no way modifies the internal workings of your Nook. The Nook allows booting to the card by design. Just use a Sandisk card of 8gb or more for best results and all you need is a class 4 speed rating. Believe it or not, a class 10 doesn't work as well.
YMMV
Good luck and have fun with it!
Click to expand...
Click to collapse
OK thanks, so if I understand you, rooting is a separate method, as in my 2nd URL referenced. (and in reading that, the SD card is only used to flash (or pull) the image from, to put onto your Nook.) I don't know about backup, but I don't think I want to mess with the stock OS for now. Maybe if B&N abandons it. I guess I don't see it as a big deal that my kids will need to reboot each time to toggle between nook OS and Android.
I read that about the Class4 vs 10. I think I even read posts about class 10's not only running slow, but acting really buggy? Is that right?... One of our SD cards is a 16GB class 4 and a 8GB class 6. Anyone heard if class 6's have any issues?
Extremely easy process to build a card similar to N2A to run a very stable CM10 from:
http://iamafanof.wordpress.com/2012/11/18/cm10-0-jellybean-sdcard-img-for-nook-tablet/
dtetner water
asawi said:
Extremely easy process to build a card similar to N2A to run a very stable CM10 from:
iamafanof.wordpress.com/2012/11/18/cm10-0-jellybean-sdcard-img-for-nook-tablet/
Ooops!
I just realized both URLs I posted (even 1st one from Albert) mention rooting.(altering tablet) My mistake. Ok, so where's the mainstream single post on XDA forums that describes the most popular non-root (boot to SD) process? I'd rather follow a post off XDA website. And if I have issues, maybe fallback to that URL you gave me, although his English is not so great, so afraid I might get lost in his partitioning instructions. I also don't have a Linux box at home (re: his mention of EXT4) although I have been trained on/worked with Linux some. Although running Jellybean since it's the latest & greatest sounds nice....although I've read enough articles from mainstream tech sites that state it's a bit too buggy? I'm sure ICS is plenty good enough and all apps support it.
Whats the difference between CWM (clockwork mod) and CM (cyanogen)? Wikipedia just says "The CyanogenMod source code repository also contains the ClockworkMod Recovery"
Click to expand...
Click to collapse
The step by step you'll find somewhere here on XDA actually is the work of the guy I posted to. So my link is the source. That "Iamafanof" blogger is the person "Succulent" you'll see referred to here at XDA. Entirely up to you of course, but I don't see why you wouldn't at least check it out.
Edit:
You do not need a Linux system and I don't know what gave you the idea you would. The process is extremely simple: Download a rather large file, burn it to an sd-card, expand one partition (optional but recommended).
asawi said:
The step by step you'll find somewhere here on XDA actually is the work of the guy I posted to. So my link is the source. That "Iamafanof" blogger is the person "Succulent" you'll see referred to here at XDA. Entirely up to you of course, but I don't see why you wouldn't at least check it out.
Edit:
You do not need a Linux system and I don't know what gave you the idea you would. The process is extremely simple: Download a rather large file, burn it to an sd-card, expand one partition (optional but recommended).
Click to expand...
Click to collapse
I thought that because as far as I'm aware, the EXT4 that he mentions (for P3 Data1) is a linux type partition. (unless some Windows partitioning tool can create it I'm not aware of) I'm willing to try his steps. So I guess you'd recreate the "P3 FAT32 SDCARD" partition the same size as it was before then? And the P4 (EXT4) you'd resize, as you mention, to take advantage of all the rest of the space on your 8 or 16GB card. But what free tool under Windows can create EXT4 ?
baytee said:
And the P4 (EXT4) you'd resize, as you mention, to take advantage of all the rest of the space on your 8 or 16GB card. But what free tool under Windows can create EXT4 ?
Click to expand...
Click to collapse
You do not have to create any EXT4 partition. Nor any other other kind of partition. All you have to do is expand the FAT32 partition. MiniTool is free and will do that for you.
http://download.cnet.com/MiniTool-Partition-Wizard-Home-Edition/3000-2094_4-10962200.html
Edit: And, FWIW, I went and checked. Mini Tool can also create EXT4 partitions, should you want to.
I got that image onto the SDcard, it now has 4 partitions:
BOOT 249MB (FAT32)
350MB (EXT3) 91% used
600MB (EXT3) 3% used
SDCARD 713MB (FAT32)
13GB Unallocated
So I would right click partition "SDCARD", extend it to the 13GB.
But, in his post he mentions one partition (P3,DATA1, which MiniTool doesn't show any partition labeled as such, but I assume he's just talking about the 3rd partition (the 600MB Ext3 partition) being used to store just apps & app data. (I assume since it's EXT3 which is compat w/linux i.e. Android) If so, what do you think..is 600MB enough for downloading/installing lots of apps? Or is it wiser to extend it to maybe 2 or 4 or even GB? For example I have the Humble Bundle games for Android Tablet. The installs (APK) are huge...anywhere from 30-200MB themselves..... I assume their post-install size takes up a different amount of space (more) than the APK itself, just as with Windows EXE installers? And if I recall correctly I believe once installed, you can del the APK... Anyhow, I'm emailing the company to see what install reqs for disk space are, since all they list the APK size.
Only you know how large data partition you need but it sure looks like you need it larger than 600.
So, to add some sort of instructions:
Delete partitions 3 and 4 (the 600 and 713 MB ones)
Apply changes (top left)
Create a new partition 3. Make it EXT4, Primary and the size you want
Apply changes
Create a new partition 4, FAT32, primary to pick up whatever is left unallocated
Apply changes
Don't forget to "apply changes"
baytee said:
...
But, in his post he mentions one partition (P3,DATA1, which MiniTool doesn't show any partition labeled as such, but I assume he's just talking about the 3rd partition (the 600MB Ext3 partition) being used to store just apps & app data. (I assume since it's EXT3 which is compat w/linux i.e. Android) If so, what do you think..is 600MB enough for downloading/installing lots of apps? Or is it wiser to extend it to maybe 2 or 4 or even GB? For example I have the Humble Bundle games for Android Tablet. The installs (APK) are huge...anywhere from 30-200MB themselves..... I assume their post-install size takes up a different amount of space (more) than the APK itself, just as with Windows EXE installers? And if I recall correctly I believe once installed, you can del the APK... Anyhow, I'm emailing the company to see what install reqs for disk space are, since all they list the APK size.
Click to expand...
Click to collapse
Although all apps downloaded from Google Play will reside on /data partition, many apps keep their data separately in the internal user-media partition or on the external SDcard (the 4th /sdcard partition in your case). For example, I have a video game app which takes ~30MB for itself in /data but ~350MB for data storage on the SDcard. The Titanium Backup app works the same way. So you'll have to anticipate not just the app's storage size requirement but also its targeted partition for data storage.
Does this also work for CM 12?
Can these instructions be used with CM12 Lolipop?
panamamike said:
Can these instructions be used with CM12 Lolipop?
Click to expand...
Click to collapse
Yes, if you can find a CM12 ROM image that was specifically compiled to run on SD.
Sent from my BN NookHD+ using XDA Premium HD app
digixmax said:
Yes, if you can find a CM12 ROM image that was specifically compiled to run on SD.
Sent from my BN NookHD+ using XDA Premium HD app
Click to expand...
Click to collapse
Where can I find that ROM image? I haven't had much luck finding such a ROM, I haven't seen that specified.
panamamike said:
Where can I find that ROM image? I haven't had much luck finding such a ROM, I haven't seen that specified.
Click to expand...
Click to collapse
I am not aware of any CM12 SD-based ROM build for the Nook Tablet, but you can find CM11 SD-based builds for the NT at https://iamafanof.wordpress.com/category/nook-tablet-2/.

Categories

Resources