[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re:[Solved] cifs mount problem



On Tue, 3 Dec 2013, David Christensen wrote:

You might want to try the Samba mailing list:

   https://lists.samba.org/mailman/listinfo/samba


  I tried the linux-cifs and cifs-protocol lists, but didn't get
  any help.
  At last, I found the solution, and thought it may interest
    somebody in this list.

  I got it by looking for all the options
  in the mount.cifs man.  The one which worked was "sec=none", i.e.

     mount -t cifs -o sec=none //wehd/hdd /d6

  I tried the other possible values for sec, and found that

     mount -t cifs -o "guest,sec=ntlm" //wehd/hdd /d6
     mount -t cifs -o "guest,sec=ntlmv2" //wehd/hdd /d6

  also work.

  Then, I discovered that the difference from my 2 other machines
  comes from the kernel versions. My curent kernel version is 3.10-3,
  but if I boot the same machine selecting kernel 3.2, the command

     mount -t cifs -o guest //wehd/hdd /d6

  works.

  That obviously means that they changed the default
  security mode for cifs in the new kernel, although I found nothing
  about that in the kernel changelog.

best regards,
--
Pierre Frenkiel


Reply to: