Guest User

Untitled

a guest
Aug 25th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. cd /
  2. umount -t cifs
  3.  
  4. 1. PuTTY start
  5. 2. Connect to 192.168.0.107
  6. 3. Log in as root
  7. 4. cd /
  8. 5. mkdir /hdd/movie
  9. 6. mount -t cifs -o username=*,password=* //192.168.0.101/dreambox /hdd
  10. 7. cd /hdd
  11. 8. ls (showed nothing - empty folder)
  12.  
  13. umount -t cifs -t cifs -o username=*,password=* //192.168.0.101/dreambox
  14.  
  15. mount -t cifs -o username=*,password=* //192.168.0.101/dreambox /hdd
  16.  
  17. rootfs / auto defaults 1 1
  18. proc /proc proc defaults 0 0
  19. devpts /dev/pts devpts mode=0620,gid=5 0 0
  20. usbfs /proc/bus/usb usbfs defaults 0 0
  21. /dev/mtdblock2 /boot jffs2 ro 0 0
  22. tmpfs /var tmpfs defaults 0 0
  23. tmpfs /tmp tmpfs defaults 0 0
  24. /dev/sda1 /media/hdd auto defaults 0 0
  25.  
  26. cd /
  27. fuser /hdd
  28. kill 6088
  29. shutdown -r now
Add Comment
Please, Sign In to add comment