Advertisement
Guest User

Untitled

a guest
May 14th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ##Copy Kernel Module
  2. cp /dtv/usb/sda1/cifs.ko /mtd_rwarea/
  3.  
  4. ##Start Kernel Module
  5. insmod /mtd_rwarea/cifs.ko
  6.  
  7. ##Create Virtual USB dir
  8. mkdir /dtv/usb/sda4
  9. mkdir /dtv/usb/sda4/Media
  10.  
  11. ##Mount this shit
  12. mount -o user=smb,password=share -t cifs //192.168.0.2/Videos /dtv/usb/sda4/Media
  13.  
  14. #Giving me THIS SHIT
  15. mount: Mounting //192.168.0.2/Videos on /dtv/usb/sda4/Media failed: Not a directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement