Samba Problem
Ok here goes... I have an NT 4.0 box with the C drive shared.
Im trying to access the drive from linux using samba...
If I use samba client ex: smbclient //FILESERVER/C everything is rosey, I get the samba command prompt, and can navigate through the directory structure, see files, and do whatever samba allows...
However....
If I try to mount the Windows share ex: smbmount //FILESERVER/c /mnt/fileserverc, the share mounts, but... if I navigate into the mount point and do and ls... I get the following:
ls: A: No such file or directory
ls: A: No such file or directory
ls: b: No such file or directory
ls: C: No such file or directory
ls: C: No such file or directory
ls: C: No such file or directory
ls: D: No such file or directory
ls: D: No such file or directory
ls: I: No such file or directory
ls: M: No such file or directory
ls: M: No such file or directory
ls: N: No such file or directory
ls: n: No such file or directory
ls: p: No such file or directory
ls: P: No such file or directory
ls: R: No such file or directory
ls: T: No such file or directory
ls: W: No such file or directory
. ..
Now, the strange thing is that this list shows the first letter of all of the top level directories on the Windows C drive... but of course I cant move into them, see files, etc. like I can with smbclient.
Am I missing something?
The share has permissions of full control for everyone, and contains an NTFS file system.
Last edited by oopicmaster; 01-25-2004 at 10:11 PM.
|