Thanks for you reply.

I made an interesting observartion. In my particular scenarios what I
actually needed was to mount a sub-subfolder of the share, i.e.
//servername/share/subsubfolder. The mount point kept getting
corrupted or something in that the mount point got all red in the bash
shell, having file size and stuff set to zero. But mounting the
subfolder (i.e. //servername/share/subfolder) worked like a charm.

I'm guessing this has something to do with setting on the Microsoft
side, but didn't have the time to investigate this further. Has anyone
experienced the same thing, and knows what's causing this?



On 3/23/09, Jeremiah Bess <[email protected]> wrote:
> I was able to mount a nested directory from my Samba server onto my Linux
> desktop by specifying the full directory path. Did you try this out prior to
> posting your question and have issues?
>
> Here was my syntax, adjust your accordingly:
>
> sudo mount -t cifs -o credentials=/home/jbess/unp
> //10.0.0.5/Applications/Linux /mnt/temp
>
> In the above, 10.0.0.5 is my server, and the share name is Applications.
> Linux is a subdirectory of that share.
>
> Jeremiah E. Bess
> Network Ninja, Penguin Geek, Father of four
>
>
>
> On Mon, Mar 23, 2009 at 02:53, Kenneth Holter <[email protected]> wrote:
> >
> > Hi.
> >
> >
> > I posted this question on linuxquestions.org, but since I didn't get any
> replies I'll post it here. Here it goes....
> >
> > We have a Windows server set up to share a disk "Disk1". On our linux box
> I need to mount the disk to get access to a specific subdirectory (i.e.
> "//windows-server.example.com/Disk1$/some/folder").
> >
> > Is it possible to mount the folder "folder" directly, or am I stuck with
> mounting the "Disk1" share and then cd'ing into the folder? I've been told
> that the former should work, but I'm not sure how to accomplish this..
> >
> >
> > Regards,
> > kenneho
> >
> >
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to