Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. insmod /system/lib/cifs/cifs.ko
  2. insmod /system/lib/cifs/nls_utf8.ko
  3. if [ ! -d /mnt/zorgpc ];then mkdir /mnt/zorgpc;fi
  4. chown system.system /mnt/zorgpc
  5. busybox mount -t cifs //192.168.1.2// /mnt/zorgpc -o username=zorg,password=crtcrt,iocharset=utf8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement