OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Security and Networking => Topic started by: orthogonal on April 19, 2004, 01:56:10 am
-
Anyone know where I can find a mount ipk.
Ah, found it:
http://ipkgfind.handhelds.org/details.phtm...ficial=&format= (http://ipkgfind.handhelds.org/details.phtml?package=mount&official=&format=)
I\'ll leave the rest of this message for anyone having similar problems to Google on.
The 5600\'s mount command (which is actually busybox) doesn\'t mount smbfs mount points (it complains \"Invalid argument\").
If busybox mount followed mount.smbfs to find the correct program to do samba mounting, all I\'d need to do is write a small shim script to fix this, BUT BUSYBOX DOESN\'T use mount.smbfs, as far as I can tell.
So I need a copy of mount.
This post
http://handhelds.org/pipermail/familiar/20...ber/011081.html (http://handhelds.org/pipermail/familiar/2002-October/011081.html)
mentions that there is a proper mount compiled for ARM architectures, but doesn\'t say where that is. (It\'s not in smbfs-tools.)
Calling smbmiunt works, by unlike mount, smbmount doesn\'t read /etc/fstab, which mean explicitly passing smbmount all the required mounting data.
Thanks.
-
CRAP.
That version dosn\'t work either.
# ./mount /mnt/smb/m
mount: wrong fs type, bad option, bad superblock on //PC/music,
or too many mounted file systems
/etc/fstab entry:
//PC/music /mnt/smb/m smbfs defaults,username=ABC,password=XXX 0 0
What am I doing wrong??