sxg75
Stamm-User
- 108
Samba mount - cifs kernel module for Milestone | android.doshaska.net
Hat jemand bereits einmal das cifs.ko ausprobiert? Bei mir kommt beim mounten immer "invalid argument". Permissions sind gesetzt.
Usage:
> mount -t cifs //<ip>/<share> /<mount point> -o username=<user>,password=<password>
Example:
> insmod /system/lib/modules/cifs.ko
> busybox mount -t cifs //192.168.1.3/avi /sdcard/samba -o username=guest
then watch some movies... and later unmount it to save the battery:
busybox umount /sdcard/samba
Hat jemand bereits einmal das cifs.ko ausprobiert? Bei mir kommt beim mounten immer "invalid argument". Permissions sind gesetzt.