Author Topic: Cacko 1.22 Lite: Smbclient And Mount Broken  (Read 3104 times)

silvio

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://www.iaccarino.de/silvio
Cacko 1.22 Lite: Smbclient And Mount Broken
« on: March 03, 2005, 08:10:25 am »
Hello,

the /bin/mount command is a link to the busybox - which is not able to use smbfs.

Because /bin is readonly, there is no way to install a better mount command like this:
http://familiar.handhelds.org/releases/v0....-1-fam1_arm.ipk

The smbclient package can not add a /sbin/mount.smbfs since /sbin is also read only.

So no chance for a "mount -t smbfs" command and for using smbfs entries in the fstab.  

The smbclient package is not able to use any other unicode_map than the ISO8859-1 map - as a result special characters like german umlauts can not be displayed in cacko smb mounts. I tried to use a ISO8859-15 unicode_map - but the smbclient does'nt accept it.

In summary the capabilities for using smb shares whith cacko 1.22 lite is very  restricted and can not be repaired by installing better packages.

I hope this will be fixed in 1.23.

regards,
Silvio
« Last Edit: March 03, 2005, 08:12:29 am by silvio »
SL-C860, Cacko 1.22 lite and many toys.
My Zaurus stuff

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Cacko 1.22 Lite: Smbclient And Mount Broken
« Reply #1 on: March 03, 2005, 09:47:37 am »
Quote
Hello,

the /bin/mount command is a link to the busybox - which is not able to use smbfs.

Because /bin is readonly, there is no way to install a better mount command like this:
http://familiar.handhelds.org/releases/v0....-1-fam1_arm.ipk

The smbclient package can not add a /sbin/mount.smbfs since /sbin is also read only.

So no chance for a "mount -t smbfs" command and for using smbfs entries in the fstab.   

The smbclient package is not able to use any other unicode_map than the ISO8859-1 map - as a result special characters like german umlauts can not be displayed in cacko smb mounts. I tried to use a ISO8859-15 unicode_map - but the smbclient does'nt accept it.

In summary the capabilities for using smb shares whith cacko 1.22 lite is very  restricted and can not be repaired by installing better packages.

I hope this will be fixed in 1.23.

regards,
Silvio
[div align=\"right\"][a href=\"index.php?act=findpost&pid=69248\"][{POST_SNAPBACK}][/a][/div]

Stop being angry and remount / read-write

Code: [Select]
mount -o remount,rw /
will do this for you and then you can add stuff to /bin and /sbin as you like.

Be sure to remember to remount it read-only after your done or you will likely delete something you shouldn't like I did and have to reflash the Z.

If you don't want to remount / read-write then add mount.smbfs into /usr/local/bin or /home/QtPalmtop/bin (or anywhere else you like that is read-write and add that to PATH)

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

silvio

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://www.iaccarino.de/silvio
Cacko 1.22 Lite: Smbclient And Mount Broken
« Reply #2 on: March 03, 2005, 10:36:32 am »
Quote
Code: [Select]
mount -o remount,rw /
I didn't know that this can be done. Thanks for this hint!

But I've still not managed to mount smb shares from fstab  
« Last Edit: March 03, 2005, 10:37:02 am by silvio »
SL-C860, Cacko 1.22 lite and many toys.
My Zaurus stuff

stupkid

  • Hero Member
  • *****
  • Posts: 578
    • View Profile
    • http://
Cacko 1.22 Lite: Smbclient And Mount Broken
« Reply #3 on: March 03, 2005, 10:52:15 am »
The only way that I have been able to mount SMB shares is with smbmount.

Zaurus SL-C3200 pdaXii13v2 5.5 / Ambicom WC1100C-CF / Socket Bluetooth Rev G


OpenMoko FreeRunner - Running Tweaked OM2008.x Image

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Cacko 1.22 Lite: Smbclient And Mount Broken
« Reply #4 on: March 03, 2005, 08:52:46 pm »
Quote
But I've still not managed to mount smb shares from fstab 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=69259\"][{POST_SNAPBACK}][/a][/div]

Sorry can't help you with that. I don't have anything I want to mount on my Z that comes from a windows share - in fact don't have anything that comes on a windows share

I only use samba for connecting my Z to my windows box at work - and that's to mount the Z on the windows box cause it's easier to use a real keyboard/mouse to copy stuff.

Everything else I do between PC and Z is done with ssh

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card