Advertisement
Guest User

Untitled

a guest
Sep 26th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. mint@mint:~$ sudo mount.cifs //192.168.1.1/StratoCumulus/ ~/test -o guest,vers=1.0
  2. mint@mint:~$ sudo umount ~/test
  3. mint@mint:~$ sudo mount.cifs //192.168.1.1/StratoCumulus/ ~/test -o guest
  4. mount error(2): No such file or directory
  5. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
  6. mint@mint:~$ mount --version
  7. mount from util-linux 2.34 (libmount 2.34.0: selinux, smack, btrfs, namespaces, assert, debug)
  8. mint@mint:~$ mount.cifs --version
  9. mount.cifs version: 6.9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement