WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Max loops in TC4?  (Read 2767 times)

Offline CentralWare

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 764
Max loops in TC4?
« 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!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14801
Re: Max loops in TC4?
« Reply #1 on: February 10, 2015, 03:51:50 AM »
Maybe you could delete the extension in question, download it again and try - sometimes this happens with corrupted extensions.

Offline CentralWare

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 764
Re: Max loops in TC4?
« Reply #2 on: February 10, 2015, 10:41:38 AM »
@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!

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Max loops in TC4?
« Reply #3 on: February 13, 2015, 01:27:32 PM »
Make sure you are using the busybox  mount.

Offline CentralWare

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 764
Re: Max loops in TC4?
« Reply #4 on: February 14, 2015, 12:14:50 AM »
which mount
/bin/mount
readlink /bin/mount
busybox

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14801
Re: Max loops in TC4?
« Reply #5 on: February 14, 2015, 12:22:42 AM »
Yes, that one  :)