Esn
(:";
Please define "normally". Is that when the SD card is formatted to ext2/3/4? What about NTFS?Stuckie said:Select "Mount Existing Pre-Mount"
Gotcha: As we've saved the script to a FAT32 filesystem, we can't actually run it directly from the Terminal. Normally, you can. You'll need to run it through Extend Utils or do /bin/bash /my/mount/script.preMount instead.
Choose the script you saved in the previous part.
Type your sudo password.
That should be it.
Ok, the relevant line when I type that reads "aufs on /home type aufs (rw, si=67d14a37)". EDIT: The second time I tried it, the number was "61d6a177". I guess it constantly changes?For checking purposes:
Launch a Terminal.
Type mount
Look for a line at the bottom reading something like "aufs on /home type aufs (rw, si=67199377)" The number may be different... I didn't look much into it.
Type cd /tmp/NAMEOFOVERLAY.overlay for our example; cd /tmp/homeMount.overlay
We'll put a random file here to ensure it works touch MyTestFile
ls should show it up, as should ls ~
Code:
esn-openpandora:/tmp/1gb.overlay$ touch uqm-0.7.0-content.uqm ls
esn-openpandora:/tmp/1gb.overlay$
Oops, never mind, that was really silly of me. You meant use the "touch" command to create a new file called "mytestfile", and the "ls" command to verify that it exists. And I understood it differently. Yes, this step works as it should.
Well, I don't really mind as long as it's well-explained. THAT explanation though is a bit contradictory (extends=overlays, yet extends have different features, so therefore extends≠overlays? Uh? EDIT: Oh, nevermind... I guess you mean that it's just a different file extension so that the program recognizes which ones to compress and which ones not to). What would the potential use of a Compressed Extend be?If you do, shout out! or I'll be removing them! Extends ARE Overlays, just that my menu system allows you to generate compressed Extends but not compressed Overlays. If you use Compressed Extends for whatever reason, let me know See, your head's probably exploded already with me mention Extend and Overlays so often they're the same thing.
I do agree that "preMount" instead of "extendMount" is a bit confusing. When reading the wiki article, I was wishing for a section that just explained the unique terminology.
EDIT: I opened the Debian Extend after and tried to see what was in /home. No luck - still the same. Maybe I should just make a video of me doing it from start to finish? I'm following the instructions as far as I can tell, but I can't get the homeExtend to be the /home folder in the Debian Dev Extend. Will try it a few more times.
EDIT2: Okay, I tried it a few more times. Basically, everything works perfectly right up until the point when I type "ls" (or "dir") in the Debian Extend's home directory, and the contents it shows me are those of the /home directory of my NAND, not of the 1gb.overlay file.
Last edited by a moderator: