|
Re: CIFS Unix Extensions and uid/gid/mode: msg#00030linux.file-systems.cifs
Christopher R. Hertel wrote: Steve French wrote:I probably need to make this a mount parm, but currently users do echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled mount -t cifs //server/share /mnt ... echo 1 > /proc/fs/cifs/LinuxExtensionsEnabled to achieve roughly the same effect (ie disabling the Unix Extensions for just this mount but not mounts to other servers) - it is probably better to simply make the reporting of uid/gid/mode a property of the tree connection though so the user does not have to remember how many times they mounted to each server and with what mount parms this first time, and we don't have to deal with checking the state of that /proc/fs/cifs/LinuxExtensionsEnabled at reconnection time (if the network connection drops) Also (sort of a tangent here), I've been trying to figure out how to use aCould you explain what you want in more detail? uid/gid/mode support works if the server supports the Unix extensions - mode bits are evaluated on the client (generic_permission in the vfs) - what user you choose to use to mount on the server does not really matter for the client access decision as long as you have access on the server for that share for that id specified on mount (or if you don't want to send a username you can try "sec=none" to send a null user and "guest" so it does not prompt for password) |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: CIFS Unix Extensions and uid/gid/mode: 00030, Christopher R. Hertel |
|---|---|
| Next by Date: | 2.6.19.1 bug? tar: file changed as we read it: 00030, Chuck Ebbert |
| Previous by Thread: | Re: CIFS Unix Extensions and uid/gid/modei: 00030, Christopher R. Hertel |
| Next by Thread: | Re: CIFS Unix Extensions and uid/gid/mode: 00030, Christopher R. Hertel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |