LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   permission problem samba share 2nd suse server (https://www.linuxquestions.org/questions/linux-software-2/permission-problem-samba-share-2nd-suse-server-516213/)

activeq 01-04-2007 07:30 AM

permission problem samba share 2nd suse server
 
Hi,

I'm running a fileserver on Suse10. The purpose of this fileserver is to store only mailbackups.
I also have backupserver running Suse10 with Dar&Sarab installed. backups will be done on HDD. This runs perfect.

because I need to mount the samba share of the filserver to the backupserver i did:

mount -t smbfs -o username=root,password=xxx,debug=4 //ipaddress/mailbackup /mnt/servers/mailbackup

This will mount the samba share on the backupserver.

if I want to access the mounted share on the backupserver I can 'browse' to the first folder. After that I get a permission denied error.

The permissions settings:

filserver:
drwxrwx--- user.root user-mailbackup-folder
-rwxrw-r-- user.root user-mailbackup-files

Because root ID is always '0' I thought this will be no problem to run Dar&Sarab and access the users-mailbackup-files on the backupserver. Apparently this is not the case, and I'm a bit stuck now.

Why root can't access the user-mailbackup-files on the backupserver but CAN 'browse' user-mailbackup-folder on the backupserver?

Any help is appreciated.


All times are GMT -5. The time now is 03:18 AM.