Guest User

Untitled

a guest
Nov 12th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. sudo mount -t smbfs //192.168.1.1/Fab-EXT4 /media/MichelNAS/
  2. mount: unknown filesystem type 'smbfs'
  3.  
  4. sudo mount -t cifs //192.168.1.1/Fab-EXT4 /media/MichelNAS/
  5. Password for root@//192.168.1.1/Fab-EXT4:
  6.  
  7. sudo mount -t cifs -o guest //192.168.1.1/Fab-EXT4 /media/MichelNAS/
  8. mount error(112): Host is down
  9. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  10.  
  11. sudo mount -t cifs //192.168.1.1/Fab-EXT4 -o user=,password= /media/MichelNAS/
  12. mount error(112): Host is down
  13. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  14.  
  15. sudo mount -t cifs -o rw,noperm,sec=none //192.168.1.1/Fab-EXT4 /media/MichelNAS/
  16. mount error(112): Host is down
  17. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  18.  
  19. smbclient --list=192.168.1.1 --no-pass
  20.  
  21. WARNING: The "syslog" option is deprecated
  22. Domain=[HOME] OS=[Unix] Server=[Samba 3.0.24]
  23.  
  24. Sharename Type Comment
  25. --------- ---- -------
  26. IPC$ IPC IPC Service (mymodem Sharing Files)
  27. Fab-EXT4 Disk Share Fab-EXT4 directory
  28. Domain=[HOME] OS=[Unix] Server=[Samba 3.0.24]
  29.  
  30. Server Comment
  31. --------- -------
  32. MYMODEM mymodem Sharing Files
  33.  
  34. Workgroup Master
  35. --------- -------
  36. HOME
Add Comment
Please, Sign In to add comment