I am running into a strange issue that could be related to filesystems-3.0.3-tinycore.tcz and/or dependency mtd-3.0.3-tinycore.tcz in regards to mounting a smb/cifs share.
At first, I thought smbmount was a command included in the samba3.tcz package, so I did not add any additional extensions, but upon realizing it was not, I got the extensions mentioned above and used mount -t cifs to mount the Windows share (also realized that mount -t smbfs was now deprecated). Mounting was fine, I could read / write to the filesystem. However, TCL crashes after a few minutes of mounting a CIFS share by printing a stack trace. I know this is related to mounting because if I don't mount anything CIFS related, TCL stays up just fine. I've also tried different shares on different laptops and I get the same behavior so I'm thinking it must be something with the extension? I don't need the cifs-utils package, do I? If anyone else is running into this issue, I'd love to hear about it because the stack trace tells me nothing to diagnose the problem.