2007/10/25, Sharath Mudalamane <[EMAIL PROTECTED]>: > Hello all, > > I am trying to use sbrsh to run arm binary on target device (Nokia N800). > > I am unable to use sbrsh. I get a strange error message when I try to run > the binary, saying it can't mount a certain directory.
The busybox mount on the devices doesn't know about nfs mounting, that's likely why the mount fails. The solution is to install the "real" mount binary. However, last I tried "apt-get install mount" was broken and tried to remove half of the packages on the device. So what I usually do in this case is: * Download the deb from http://repository.maemo.org/pool/bora/free/binary/mount_2.12p-4sarge1.osso2_armel.deb * Extract it somewhere safe: dpkg -x package somedirectory * Remove the 'mount' link to busybox (/bin/mount) * Copy the mount binary from somedirectory to /bin -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http://movial.fi Interesting stuff at http://syslog.movial.fi _______________________________________________ Scratchbox-users mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users
