View previous topic :: View next topic |
Author |
Message |
eponymous Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 02 Feb 2005 Posts: 141
|
Posted: Wed Sep 01, 2010 4:30 pm Post subject: CIFS and mount error(11): Resource temporarily unavailable |
|
|
Hi,
Every time I try to mount a Windows 2003 Share onto my Gentoo box I get the following:
Code: | mount error(11): Resource temporarily unavailable |
I can do:
Code: | mount -t cifs //server.name/rootdir /mnt/smb_root -o username=xxxx |
but I can't do:
Code: | mount -t cifs //server.name/rootdir/some/sub/directory /mnt/test -o username=xxxx
mount error(11): Resource temporarily unavailable |
I've scoured Google and can't find a solution...
Any ideas?
Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MotivatedTea Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/13442286474c0d7dbae91d0.jpg)
Joined: 06 Nov 2006 Posts: 269 Location: Toronto, Canada
|
Posted: Wed Sep 01, 2010 6:35 pm Post subject: |
|
|
As far as I know, that's normal behaviour for Windows mounts. I've only ever been able to mount a top-level share. It's the same under Windows: you can map a drive letter to a top-level share from another machine, but you can't map a drive letter to a sub-directory of a share. It might be a limitation of the Windows filesharing protocol. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eponymous Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 02 Feb 2005 Posts: 141
|
Posted: Thu Sep 02, 2010 9:13 am Post subject: |
|
|
The problem is, even mounting the top level share, I can't then naviagte down to the sub-directory.
If I try to cd into one of those dirs, it brings up the same error: "Resource unavailable" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eponymous Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 02 Feb 2005 Posts: 141
|
Posted: Thu Sep 02, 2010 11:28 am Post subject: |
|
|
** UPDATE **
After disabling a few options in the Kernel I no longer get this message but I have a new problem.
I can mount the root directory just fine but then when I try to CD into a lower down directory the listing is blank as if there are no files in there.
If I try as a non-root user I just get "Permission Denied".
Any ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eponymous Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 02 Feb 2005 Posts: 141
|
Posted: Thu Sep 02, 2010 12:29 pm Post subject: |
|
|
*** UPDATE UPDATE *** (lol)
It seems I'm trying to mount a share that uses DFS.
Has anyone got any experience with this? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|