WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: busybox - mount: applet not found  (Read 4928 times)

Offline emninger

  • Sr. Member
  • ****
  • Posts: 267
busybox - mount: applet not found
« on: November 07, 2015, 01: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 ... (?)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
busybox - mount: applet not found
« Reply #1 on: November 07, 2015, 02:15:08 AM »
Use

busybox.suid mount


Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14569
Re: busybox - mount: applet not found
« Reply #2 on: November 07, 2015, 02:32:57 AM »
..or even just "sudo mount".