"Show us your bootcodes" -- you were looking at them in the previous posts. That's it. All of them. opt=XXX or tce=XXX or some combination of the two.
The documentation indicates (but it's not 100% clear) on the wiki and book that tce=DRIVE/dir should do the following:
- Attempt to open the drive /dev/DRIVE and mount it (somewhere)
- Find a directory named dir within the mounted filesystem.
- If the directory does not exist, create it, with various subdirectories.
- Make that directory available (somehow... bind mount??) as /tce
Am I correct that this is the expected behavior? If not, can someone point me to the documentation or source that does define the actual behavior? I can read source code; it just helps to know which code I need to look for.