Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. [root@drivebox ~]# host mothergoose
  2. mothergoose.kittyheaven.net has address 192.168.200.49
  3. mothergoose.kittyheaven.net has IPv6 address 2001:239a:af8:105d::1
  4.  
  5. [root@drivebox ~]# mount.cifs //mothergoose/storage /mnt/mothergoose -o user=nobody
  6. Password:
  7. mount error(22): Invalid argument
  8. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  9. [root@drivebox ~]# mount.cifs //mothergoose/storage /mnt/mothergoose -o user=nobody,ip=2001:239a:af8:105d::1
  10. Password:
  11. mount error(22): Invalid argument
  12. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  13. [root@drivebox ~]# mount.cifs //mothergoose/storage /mnt/mothergoose -o user=nobody,ip=192.168.200.49
  14. Password:
  15. [root@drivebox ~]# mount | grep mothergoose
  16. //mothergoose/storage on /mnt/mothergoose type cifs (rw,mand)
  17. ^^^ works only if -o ip is set to an ipv4 address
  18.  
  19. [root@drivebox ~]# uname -a
  20. Linux drivebox.kittyheaven.net 2.6.18-194.8.1.el5 #1 SMP Thu Jul 1 19:07:06 EDT 2010 i686 i686 i386 GNU/Linux
  21. [root@drivebox ~]# rpm -q samba3x-client
  22. samba3x-client-3.3.8-0.52.el5_5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement