Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: CentralWare on February 10, 2015, 03:05:35 AM
-
I remember there being a boot-code in older releases (2.x or so?) but I just came across a road-block.
While attempting to manually mount a TCZ, I got an error claiming it could not create an additional loop.
I checked with df as the last successful one was loop168.
Any suggestions?
Thanks!
-
Maybe you could delete the extension in question, download it again and try - sometimes this happens with corrupted extensions.
-
@juanito: I was launching a remaster script with about 10-15 extensions it embeds into ramfs; all of the extensions being implemented have been done previously (meaning, same TCZ file being mounted.) What I ended up having to do is "factory formatting" (so to speak) back to scratch, my start-up scripts reinstalled the basic extensions and the custom extensions/core I was trying to build were restarted again (them, installing their own dependencies) so I'm down to about 110 since "everything" didn't get rebuilt, but if/when it happens again I'll try to keep track and see if there's anything in common.
Thanks for your time and feedback!
-
Make sure you are using the busybox mount.
-
which mount
/bin/mount
readlink /bin/mount
busybox
-
Yes, that one :)