This is a discussion on SAMBA 3.0.9; WINDOWS 2003; PERMISSION DENIED ON MOUNTED SHARE within the Linux Security forums, part of the System Security and Security Related category; I am trying to mount a share on a windows 2003 server. I am running Fedora Core 2 using samba ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am trying to mount a share on a windows 2003 server. I am running
Fedora Core 2 using samba client 3.0.9. I have a Windows 2003 active directory domain. I can mount the share ok to a directory call /test but I cannot "ls" the mount point. I get the following: ls /test ls: /test: Permission denied The permission on the /test directory are skewed to: ?--------- ? ? ? ? ? test I can use SMBCLIENT //server/share -U username and view everything from the smb> prompt. I can upload and download files just fine too. Any ideas anyone? Thanks. |
|
|||
|
On 6 Dec 2004 09:42:00 -0800, 9lives
<jamese2004@gmail.com> wrote: > I am trying to mount a share on a windows 2003 server. I am running > Fedora Core 2 using samba client 3.0.9. I have a Windows 2003 active > directory domain. > > I can mount the share ok to a directory call /test but I cannot "ls" > the mount point. > > I get the following: > > ls /test > ls: /test: Permission denied > > The permission on the /test directory are skewed to: > > ?--------- ? ? ? ? ? test > What is in /etc/fstab? Do you have "umask=000" for the /test mount point? -- Programming Department: Mistakes made while you wait. |
|
|||
|
LABEL=/ / ext3 defaults
1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 LABEL=/home /home ext3 defaults 1 2 none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 LABEL=/usr/sbin /usr/sbin ext3 defaults 1 2 LABEL=/var /var ext3 defaults 1 2 /dev/sda6 swap swap defaults 0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 How do I check the umask? I have the directory permission setup as before I do the smbmount: drwxr-xr-x 2 root root 4096 Dec 6 10:10 test |