SCIENTIFIC-LINUX-USERS Archives

August 2021

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Stodola <[log in to unmask]>
Reply To:
Mark Stodola <[log in to unmask]>
Date:
Tue, 17 Aug 2021 08:14:51 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (31 lines)
On 8/17/21 7:38 AM, Ekkard Gerlach wrote:
> Hi,
>
> options gid=users,file_mode=0777,dir_mode=0777 are ignored in SL 6.10:
>
> root@arthur:/home/pc41# /bin/mount -t cifs  //10.0.0.41/public 
> /home/pc41/usb-stick -o 
> username=xxx,password=xxx,gid=users,file_mode=0777,dir_mode=0777
> root@arthur:/home/pc41# ls usb-stick/ -l
> insgesamt 0
> drwxr-xr-x 3 root users 0 17. Aug 13:39 DCIM
>
> You see: "root users" and users can't write, mode 777 is ignored. With 
> old Suse-server worked for 5 years.
>
> tia
>
> Ekkard

gid, file_mode, dir_mode are all "fallback" values if they are not 
provided by the CIFS server.  So if your server has the CIFS unix 
extensions, those permissions are honored and the *_mode options are not 
applied.

If you haven't, I would read the man page mount.cifs(8) and the section 
"File and directory ownership and permissions."

I hope that helps.

-Mark

ATOM RSS1 RSS2