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