Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: emninger on November 07, 2015, 04:57:26 AM

Title: busybox - mount: applet not found
Post by: emninger on November 07, 2015, 04:57:26 AM
Trying to update from 6.4 to 6.4.1 (following the wiki) i got this error

Code: [Select]
root@box:/home/tc/Downloads# busybox mount CorePlus-6.4.1.iso tmp
mount: applet not found

With
Code: [Select]
# /bin/mount it did work, though ... (?)
Title: busybox - mount: applet not found
Post by: bmarkus on November 07, 2015, 05:15:08 AM
Use

busybox.suid mount


Title: Re: busybox - mount: applet not found
Post by: Juanito on November 07, 2015, 05:32:57 AM
..or even just "sudo mount".