Wink [TUT] 2.2 firmware has cifs

Hi,

I was playing around with some kernel files and saw that cifs was mentioned.

So I tried to mount my NAS share and it worked I have stock samsung 2.2 firmware.

You don't need a rooted phone.

Use adb:
- adb shell
- mkdir /sdcard/nasmount
mount -o username=[your username],password=[your password] -t cifs //10.0.0.200/shared /sdcard/nasmount

Your NAS/PC has different ip and share name. Same as for username and password.

Now you can play music, pictures or movies directly from your NAS.

If your nas is not connected after the mount there will be a delay when browsing the sdcard.

Use umount /sdcard/nasmount command to unmount.

Cheers

ps: cifs manager also works fine now. It default mounts on /mnt/cifs