Re: Can't mount a cifs share

2011-01-19 Thread Simon Andrews
On 18/01/2011 16:53, JB wrote: > Simon Andrews bbsrc.ac.uk> writes: > >> >> On 18/01/2011 16:03, JB wrote: >>> JB gmail.com> writes: >>> ... >>> >>> Do you have it installed ? >>> $ yum list "*cifs-utils*" >> >> That was it! I installed cifs-utils and the mount now works. >> >> It seems

Re: Can't mount a cifs share

2011-01-18 Thread Tom H
On Tue, Jan 18, 2011 at 11:02 AM, Simon Andrews wrote: > On 18/01/2011 15:50, Tom H wrote: > >> You can't use chattr/lsattr on a proc filesystem. >> >> Use "--debuglevel=7". > > On which command?  That doesn't seem to be a valid option for mount or > mount.cifs (which are the ones which are failin

Re: Can't mount a cifs share

2011-01-18 Thread JB
Simon Andrews bbsrc.ac.uk> writes: > > On 18/01/2011 16:03, JB wrote: > > JB gmail.com> writes: > > > >> ... > > > > Do you have it installed ? > > $ yum list "*cifs-utils*" > > That was it! I installed cifs-utils and the mount now works. > > It seems odd that that's not a dependency of mou

Re: Can't mount a cifs share

2011-01-18 Thread Simon Andrews
On 18/01/2011 16:03, JB wrote: > JB gmail.com> writes: > >> ... > > Do you have it installed ? > $ yum list "*cifs-utils*" That was it! I installed cifs-utils and the mount now works. It seems odd that that's not a dependency of mount.cifs if it's required to actually mount anything! Thanks

Re: Can't mount a cifs share

2011-01-18 Thread Simon Andrews
On 18/01/2011 16:25, Greg Woods wrote: > On Tue, 2011-01-18 at 15:01 +, Simon Andrews wrote: > >> I would if I could! >> >> sudo echo 7> /proc/fs/cifs/cifsFYI >> -bash: /proc/fs/cifs/cifsFYI: Permission denied > > This is a classic by now. The problem is that the redirection occurs in > your s

Re: Can't mount a cifs share

2011-01-18 Thread Greg Woods
On Tue, 2011-01-18 at 15:01 +, Simon Andrews wrote: > I would if I could! > > sudo echo 7 > /proc/fs/cifs/cifsFYI > -bash: /proc/fs/cifs/cifsFYI: Permission denied This is a classic by now. The problem is that the redirection occurs in your shell, before sudo is invoked. That is why you are

Re: Can't mount a cifs share

2011-01-18 Thread JB
JB gmail.com> writes: > ... Do you have it installed ? $ yum list "*cifs-utils*" Have you checked your firewall rules ? JB -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: ht

Re: Can't mount a cifs share

2011-01-18 Thread Simon Andrews
On 18/01/2011 15:50, Tom H wrote: > You can't use chattr/lsattr on a proc filesystem. > > Use "--debuglevel=7". On which command? That doesn't seem to be a valid option for mount or mount.cifs (which are the ones which are failing). Simon. -- users mailing list users@lists.fedoraproject.org

Re: Can't mount a cifs share

2011-01-18 Thread Tom H
On Tue, Jan 18, 2011 at 10:01 AM, Simon Andrews wrote: > On 18/01/2011 13:38, JB wrote: >> Simon Andrews  bbsrc.ac.uk>  writes: >> >> Try debugging it: >> >> # echo 7>  /proc/fs/cifs/cifsFYI > > I would if I could! > > sudo echo 7 > /proc/fs/cifs/cifsFYI > -bash: /proc/fs/cifs/cifsFYI: Permission

Re: Can't mount a cifs share

2011-01-18 Thread Simon Andrews
On 18/01/2011 13:38, JB wrote: > Simon Andrews bbsrc.ac.uk> writes: > >> ... > > Try debugging it: > > # echo 7> /proc/fs/cifs/cifsFYI I would if I could! sudo echo 7 > /proc/fs/cifs/cifsFYI -bash: /proc/fs/cifs/cifsFYI: Permission denied sudo chmod 644 /proc/fs/cifs/cifsFYI $ sudo echo 7 > /

Re: Can't mount a cifs share

2011-01-18 Thread JB
Simon Andrews bbsrc.ac.uk> writes: > ... Try debugging it: # echo 7 > /proc/fs/cifs/cifsFYI # < execute your mount here > Use sufficient number of lines (here 20) to display all debug messages: # dmesg | tail --lines=20 Post the output to the list. JB -- users mailing list users@lists.fe