Re: cifs mount

2019-11-06 Thread Christopher Judd
[solved] - sortof After some googling and experimentation, I installed keyutils, and the mount command now seems to work. Should cifs-utils depend on keyutils? -Chris On Wed, Nov 6, 2019 at 2:01 PM Christopher Judd wrote: > The share is on a Windows server, NTFS filesystem using DFS. > > -Chr

Re: cifs mount

2019-11-06 Thread Christopher Judd
The share is on a Windows server, NTFS filesystem using DFS. -Chris On Tue, Nov 5, 2019 at 11:49 AM Christopher Judd wrote: > Hi, > > We have a samba share here of the form . I > used to be able to mount this, but in no longer works, When I try, I get > this result: > > $mount.cifs //xxx/y

Re: cifs mount

2019-11-05 Thread Paul Duncan
Hi Chris, Quick question: is the target that you are trying to mount from a Windows box, or a Linux box? Just wondering if its an SMB version problem. Cheers! Paul. On Tue, 5 Nov 2019 at 16:50, Christopher Judd wrote: > Hi, > > We have a samba share here of the form . I > used to be able

cifs mount

2019-11-05 Thread Christopher Judd
Hi, We have a samba share here of the form . I used to be able to mount this, but in no longer works, When I try, I get this result: $mount.cifs //xxx/yyy/zzz /myshare --verbose -o credentials=cifs.creds mount.cifs kernel mount options: ip=10.50.66.240,unc=\\xxx\yyy,uid=1000,gid=1000,user=c

Re:[Solved] cifs mount problem

2013-12-15 Thread Pierre Frenkiel
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

Re: cifs mount problem

2013-12-03 Thread David Christensen
On 12/03/2013 05:22 AM, Pierre Frenkiel wrote: Still waiting for help, if possible. You might want to try the Samba mailing list: https://lists.samba.org/mailman/listinfo/samba HTH, David -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: cifs mount problem

2013-12-03 Thread Pierre Frenkiel
On Mon, 2 Dec 2013, Pierre Frenkiel wrote: Password: Password for root@//wehd/hdd: Please note the difference for the 2 paswword requests. I suppose that this can help to explain the difference of behaviour between the 2 nachines. forget this: it's just becaus the cifs-utils versions a

cifs mount problem

2013-12-02 Thread Pierre Frenkiel
hi, I try to mount an external disk which has a wifi network interface, and behaves as a cifs server. On my laptop, its works fine: ->mount -t cifs //wehd/hdd /d6c Password: ->mount | grep d6c //wehd/hdd on /d6c type cifs (rw,relatime,sec=ntlm,unc=\\wehd\hdd,username=root,uid=0,nofor

Re: CIFS mount hangs

2013-11-26 Thread Scott Ferguson
On 26/11/13 21:38, assm...@skygate.de wrote: > Hi, > >> That mouse thing moves the cursor ;) >> > > I am sorry...I am not really used to this kind of mailing list > conversation No worries. > > >>> How does "$ testparm -v" on the new box compare with the same from the box that did

Re: CIFS mount hangs

2013-11-26 Thread assmann
Hi, > > This is why some (me) people dislike top posters and prefer to ignore > them over posters who make the effort to interleave their replies. Not > only does it require extra work to read the post and put it into context > - it 'seems' to also encourages posters to *not* read what they are >

Re: CIFS mount hangs

2013-11-24 Thread Johann Spies
er squeeze) > > > > This is the behavoiur when I manually disable the share. But in 'real > > life' the share is not diabled by anyone. It is still visible in the > > windows network environment. > > Do you mean cifs (e.g. smbclient)? Or Windows(C) environme

Re: CIFS mount hangs

2013-11-22 Thread Scott Ferguson
environment. Do you mean cifs (e.g. smbclient)? Or Windows(C) environment? There's a major difference. > > I have now tried this: > http://www.mail-archive.com/linux-cifs@vger.kernel.org/msg06161.html http://www.mail-archive.com/linux-cifs@vger.kernel.org/msg06173.html is also interestin

Re: CIFS mount hangs

2013-11-22 Thread assmann
gt;> >> Any ideas to debug and understand are welcome. > The output of: > $ testparm -v > Plus the settings used on the boxes that host the samba resources might > be informative. > Do you have any logs from the other boxes? >> >> TIA! >> >>&g

Re: CIFS mount hangs

2013-11-21 Thread Scott Ferguson
s used on the boxes that host the samba resources might be informative. Do you have any logs from the other boxes? > > TIA! > >> On 19/11/13 23:33, assm...@skygate.de wrote: >>> Dear list, >>> >>> since my upgrade to wheezy I have a problem with a cif

Re: CIFS mount hangs

2013-11-21 Thread assmann
? mount.cifs? Maybe try some kind of APT-Pinning to find out? (Never tried this till before). Any ideas to debug and understand are welcome. TIA! > On 19/11/13 23:33, assm...@skygate.de wrote: >> Dear list, >> >> since my upgrade to wheezy I have a problem with a cifs mount. It is a &

Re: CIFS mount hangs

2013-11-19 Thread Scott Ferguson
On 19/11/13 23:33, assm...@skygate.de wrote: > Dear list, > > since my upgrade to wheezy I have a problem with a cifs mount. It is a > share of my windows host. The setup worked fine in debian squeeze. > > I mount this in a virtualbox guest via /etc/fstab like this: > >

CIFS mount hangs

2013-11-19 Thread assmann
Dear list, since my upgrade to wheezy I have a problem with a cifs mount. It is a share of my windows host. The setup worked fine in debian squeeze. I mount this in a virtualbox guest via /etc/fstab like this: //myipadress/data /data cifs uid=33,gid=33,auto,user=myuser,password=mypassword 0

Re: CIFS mount intermittently unavailable: cifs_mount failed w/return code = -5

2012-08-16 Thread Camaleón
On Thu, 16 Aug 2012 18:30:37 +1000, Robert S wrote: > I have a debian machine called "debian" and a windows XP machine called > "server". I have a permanent mounted read-only share called > \\server\doc. My /etc/fstab looks like this: > > //server/doc/opt/chroot/mnt/server cifs > credentia

Re: CIFS mount intermittently unavailable: cifs_mount failed w/return code = -5

2012-08-16 Thread Gary Dale
On 16/08/12 04:30 AM, Robert S wrote: I have a debian machine called "debian" and a windows XP machine called "server". I have a permanent mounted read-only share called \\server\doc. My /etc/fstab looks like this: //server/doc/opt/chroot/mnt/server cifs credentials=/root/.smbmount,userna

CIFS mount intermittently unavailable: cifs_mount failed w/return code = -5

2012-08-16 Thread Robert S
I have a debian machine called "debian" and a windows XP machine called "server". I have a permanent mounted read-only share called \\server\doc. My /etc/fstab looks like this: //server/doc/opt/chroot/mnt/server cifs credentials=/root/.smbmount,username=medical,uid=medical,file_mode=0755,di

Re: CIFS mount (error -11) - Unable to access the Windows shares

2010-12-02 Thread Camaleón
On Wed, 01 Dec 2010 20:51:05 -0200, Renato S. Yamane wrote: > [Please, let me in cc because I´m not subscribed on this mailing list] Done. > Since last week I can´t access the Windows shares anymore. > > I´m using Debian Squeeze and smb4k 0.10.7 (I already try mount it with > command line, but

CIFS mount (error -11) - Unable to access the Windows shares

2010-12-01 Thread Renato S . Yamane
Hi, [Please, let me in cc because I´m not subscribed on this mailing list] Since last week I can´t access the Windows shares anymore. I´m using Debian Squeeze and smb4k 0.10.7 (I already try mount it with command line, but I see the same error). The Windows server is working fine and I can ac

cifs mount and permissions

2009-01-10 Thread Harry P
I'm using samba and cifs to mount a certain directory on a linux machine (Which will also be accessed by windows machines [but not yet]). On the server machine I've created the directory `projects'. With permissions 755 and ownership reader:wheel This is mounted from a machine runnning debian le

Re: CIFS mount errors

2008-08-09 Thread Florian Kulzer
On Thu, Aug 07, 2008 at 12:01:31 +1000, Robert S wrote: > I have several mounted CIFS shares to a Win XP Pro server. This > usually functions well for a few days/hours then I get input/output > errors. When I unmount them and try to reconnect I get: > > # mount -a -t cifs

CIFS mount errors

2008-08-06 Thread Robert S
I have several mounted CIFS shares to a Win XP Pro server. This usually functions well for a few days/hours then I get input/output errors. When I unmount them and try to reconnect I get: # mount -a -t cifs mount error 5 = Input/output error Refer to the mount.cifs(8) manual page (e.g.man