Guest User

Untitled

a guest
May 3rd, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. root@NeoStatement:~# umount /media/downloads
  2. root@NeoStatement:~# mount -t cifs //192.168.0.48/downloads /media/downloads -o username=administrator,password=q1a117229d5,uid=anderson,iocharset=utf8,sec=ntlm,dir_mode=0777,file_mode=0666
  3. root@NeoStatement:~# ls -l /media/downloads
  4. ls: reading directory '/media/downloads': Permission denied
  5. total 0
  6. root@NeoStatement:~# df -h
  7. Filesystem Size Used Avail Use% Mounted on
  8. udev 976M 0 976M 0% /dev
  9. tmpfs 200M 3.2M 197M 2% /run
  10. /dev/mapper/NeoStatement--vg-root 38G 2.1G 34G 6% /
  11. tmpfs 996M 0 996M 0% /dev/shm
  12. tmpfs 5.0M 0 5.0M 0% /run/lock
  13. tmpfs 996M 0 996M 0% /sys/fs/cgroup
  14. /dev/sda1 472M 58M 390M 13% /boot
  15. tmpfs 200M 0 200M 0% /run/user/1000
  16. //192.168.0.48/downloads 200G 131G 70G 66% /media/downloads
  17. root@NeoStatement:~# ls -l /media/downloads
  18. ls: reading directory '/media/downloads': Permission denied
  19. total 0
  20. root@NeoStatement:~# ls -l /media
  21. total 12
  22. drwxr-xr-x 2 root root 4096 May 3 11:42 cdrom
  23. drwxrwxrwx 2 anderson root 0 May 3 03:28 downloads
  24. lrwxrwxrwx 1 root root 7 May 3 11:42 floppy -> floppy0
  25. drwxr-xr-x 2 root root 4096 May 3 11:42 floppy0
  26. drwxr-xr-x 2 root root 4096 May 3 12:31 fmb
  27. root@NeoStatement:~#
Add Comment
Please, Sign In to add comment