public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user]  [cifs] permissions of mounted share
Date: Sun, 11 Jan 2009 01:07:06 -0600	[thread overview]
Message-ID: <8763kmgw2t.fsf@newsguy.com> (raw)

Note this is a cross post here and debian.user.. the server is gentoo
the client is debian.

It's kind of a phony cross post though since I didn't think to do this
until I'd already posted on debian user... So its really a second post
with the same content.   Some consider that a phaux paux(?)... So
please forgive with my explanation.

Content:

I'm using samba and cifs to mount a certain directory on a linux
(gentoo) machine (Which will also be accessed by windows machines [but
not yet]).

On the server machine I've created the directory `projects'.  With
permissions 755 and ownership reader:wheel

This is mounted from a machine runnning debian lenny like this in
fstab:
(wrapped for mail at the `\')
(Note the host name is reader .. not to be confused with user reader)

 //reader/smProjects   /projects  cifs noauto,username=reader,\
 credentials=/etc/samba/CifsCredentials,uid=reader,gid=wheel

OK, with /projects share mounted on the deb machine, I attempt to copy
a directory (oneA) of files into it with `cp -a oneA /projects'

Note that the same user reader in group wheel exists on both server
and client machines.

The permissions on oneA (on client)  are 755 and the files inside are 644.

When I attempt to carry out the copy action I get a slew of warnings
like this:
  cp: setting permissions for `./oneA/...': Permission denied

The cp  is still carried out but all the files now have 744
permissions.

If I drop the -a[rchive] flag and do the cp with `cp -R' its done
silently but the permissions still end up 744 on what are regular files
(that were 644)

Any regular files I create on the mounted share end up 744.

Can I set a umask in the mount syntax or what do I need to do here to
have the files keep the standard permissions? Why are they being changed?




             reply	other threads:[~2009-01-11  7:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-11  7:07 Harry Putnam [this message]
2009-01-11 14:13 ` [gentoo-user] [cifs] permissions of mounted share Arttu V.
2009-01-11 16:12   ` [gentoo-user] " Harry Putnam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8763kmgw2t.fsf@newsguy.com \
    --to=reader@newsguy.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox