search for: dmask

Displaying 20 results from an estimated 147 matches for "dmask".

Did you mean: mask
1999 May 30
3
smbmount permissions
______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
2002 Jun 13
1
[mntent]: line x in /etc/fstab is bad
...it without specifying the domain name. slautier is a member of the windows group 'Domain Users'. The 3 following commands work fine $ mount -t smbfs //dedale/sharedir /mnt/smb/dedale/sharedir -o \ credentials=/home/win2k/VALBONE/slautier/.smbpw,uid=slautier,gid=Domain\ users ,fmask=664,dmask=775 $ mount -t smbfs //dedale/sharedir /mnt/smb/dedale/sharedir -o \ credentials=/home/win2k/VALBONE/slautier/.smbpw,uid='slautier',gid='Domain users' ,fmask=664,dmask=775 $ mount -t smbfs //dedale/sharedir /mnt/smb/dedale/sharedir -o \ credentials=/home/win2k/VALBONE/slautier/...
2002 Nov 28
1
Samba share is not writeable
...on my linux machine. The mount directory will not have write permissions for anyone, no matter what. The mount directory that I use is /home/samba. It has 0700, or drwx------ permissions when it is not connected to Samba. It is owned by the user jhall, and the group root. When I mount it, if I use dmask 0777, I get dr-xr-xr-x. If I use dmask 0700, I get dr-x------, and so on. The subdirectories have the proper dmask, and thus are writeable. The shared directory on my Win XP Pro box is SharedDocs, and jhall has full permissions in this directory. Below is an example of my shell commands and subse...
2007 Mar 06
3
/etc/fstab and windows share problem
...ba and /etc/fstab. I have a second computer running Windows XP SP2 with Western Digital MyBook USB2 external hard disk attached. The Disk is shared over windows network with a label "My Book (J)". I can manually mount this samba resource by typing "sudo mount -t smbfs -o fmask=777,dmask=777,guest '//win/My Book (J)' /media/MyBook", but I can't figure out how to mount it by using fstab... The problem is with the disk label, as it contains three strings: "My", "Book" and "(J)". I tried: //win/My Book (J) /media/MyBook smbfs guest,dma...
2006 Mar 27
0
access share on machine running server again
...omeone posted a script to mount the shares and all was well till I upgraded my PC hadware and had a small accident :( I have tried modifing /etc/init.d/samba adding ... mount -t smbfs //127.0.0.1/common /mnt/samba/common -o credentials=/home/dave/.smbpw,uid=dave,gid=dave,fmask=660,dmask=770 > /dev/null mount -t smbfs //127.0.0.1/windows /mnt/samba/windows -o credentials=/home/dave/.smbpw,uid=dave,gid=dave,fmask=660,dmask=770 > /dev/null mount -t smbfs //127.0.0.1/archive /mnt/samba/archive -o credentials=/home/dave/.smbpw,uid=dave,gid=dave...
2006 Mar 03
2
Fstab mounting error
Hi all, I've googled on this but no luck so far. I'm using FC4. This works flawlessly: Mount -t smbfs //host/share /var/mount/hostname/sharename -o username=username,password=password,domain=DOMAIN,fmask=0777,dmask=0777 However, it fails in fstab when I do: //host/share /var/mount/hostname/sharename smbfs username=username,password=password,domain=DOMAIN,fmask=0777,dmask=0777 0 0 Any ideas? Is this because it's not root that runs the fstab mounts? Because even if I run mount -a as root, still no love....
2008 Feb 15
3
Wrong perms on new files/dirs using `mount -t cifs`
...ect line. The original trouble / question remains open and unsolved. Greetings- I am working through coming up with a Linux client integration to Samba PDC's. I mount several shares with this sort of syntax: /bin/mount -t cifs -o credentials=/home/userid/.smbcredentials,uid=userid,gid=userid,dmask=0777,fmask=0666 //ldslnx01/data /mnt/ldslnx01/data/ However when I create new files/dirs on the Samba share from the Linux workstation, the perms are not 0666/0777 as I have specified. Historically I set those perms on the share, and that has always worked with Windows clients. I added that bit...
2018 Jun 07
2
Matching ConstantFPSDNode tablegen
...eImmZero(SDValue In, SDValue &Src) const { if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(In)) return C->isZero(); return false; } def ConstantFPSDNodeImmZero : ComplexPattern<f32, 0, "SelectConstantFPSDNodeImmZero">; def : XXXPat<(v4f32 (int_foo i32:$dmask, f32:$s, (f32 (ConstantFPSDNodeImmZero f32:$lod)), v8i32:$rsrc, v4i32:$sampler, i1:$unorm, 0, i32:$cachepolicy)), (FOO_MI (COPY_TO_REGCLASS ?:$s, 32RegClass), ?:$rsrc, ?:$sampler, (as_i32imm ?:$dmask), (as_i1imm ?:$unorm), (as_i1imm ?:$cachepolicy), (as_i1imm ?:$cachepolicy), 0, 0, 0, { 0 })>;...
2003 Apr 10
1
"Device or Resource Busy" when deleting folders
...ch user's home directory which are mapped via SMBMOUNT to the NT domain controller's home directories, and various shared data folders. When each user logs into X, a script is run which defines various options, and also mounts their SMB folders: sudo mount -t smbfs -o quiet,fmask=0777,dmask=0777,credentials=$HOME/.credentials //homer/shared $HOME/Shared_Data sudo mount -t smbfs -o quiet,fmask=0777,dmask=0777,credentials=$HOME/.credentials //homer/$USER $HOME/.ntprofile sudo mount -t smbfs -o quiet,fmask=0777,dmask=0777,credentials=$HOME/.credentials //homer/$USER\prefs $HOME/.use...
2003 May 29
6
Making winbindd and pam_mount play nice together (2nd try)
...al readconfig pam_mount: does not exist or is not owned by user pam_mount: expand_wildcard for & pam_mount: expand_wildcard for oterostaff1 pam_mount: expand_wildcard for /home/winnt/& pam_mount: expand_wildcard for /home/winnt/oterostaff1 pam_mount: expand_wildcard for uid=&,gid=&,dmask=0750,workgroup=MAIN pam_mount: expand_wildcard for uid=oterostaff1,gid=&,dmask=0750,workgroup=MAIN pam_mount: expand_wildcard for uid=oterostaff1,gid=oterostaff1,dmask=0750,workgroup=MAIN pam_mount: real and effective user ID are 0 and 0. pam_mount: about to perform mount operations pam_mount...
2003 Sep 08
1
Problems deleting directories on smbmounted partitions
...ated to fam working together with samba (or maybe rather smbmount). I have tried fam 2.6.7, 2.6.9 and 2.6.10 with samba 2.2.8a on two different machine and all with the same error. I mount the shares with the following line in /etc/fstab //moya/180gxp1$ /mnt/180gxp1 smbfs fmask=775,dmask=775,dmask=0,gid=100,users,rw Is this a known problem, or am I making some glaring error? Thanks, //Andreas
2004 Aug 11
0
pam_mount issue
...however. ?I have debug enabled in /etc/security/pam_mount.conf and the two other "interesting" lines are smbmount /usr/bin/smbmount //%(SERVER)/%(VOLUME) %(MNTPT) -o "username=% (USER)%(before=\",\" OPTIONS)" volume * smb SERVER2 & ~/WORKAREA uid=&,gid=&,dmask=0700 - - The debug messages displayed give nothing away as to why it fails; the comment "mount errors (should be empty)" is very confusing, as the directory /home/RMNETNT/martin/WORKAREA is empty, not that should make any difference to the mount command. ?Snippet of /var/log/messages...
2004 Nov 29
1
authentication problem pam_mount
...[1050]: pam_mount: server: server > Nov 29 14:08:17 xandros login[1050]: pam_mount: volume: AEGIDIUS+norman > Nov 29 14:08:17 xandros login[1050]: pam_mount: mountpoint: /home/AEGIDIUS/norman > Nov 29 14:08:17 xandros login[1050]: pam_mount: options: uid=AEGIDIUS+norman,gid=AEGIDIUS+norman,dmask=0750,workgroup=AEGIDIUS > Nov 29 14:08:17 xandros login[1050]: pam_mount: fs_key_cipher: > Nov 29 14:08:17 xandros login[1050]: pam_mount: fs_key_path: > Nov 29 14:08:17 xandros login[1050]: pam_mount: use_fstab: 0 > Nov 29 14:08:17 xandros login[1050]: pam_mount: -------- > Nov 29 1...
2005 Jan 14
2
Help with samba
...zaciones path = /home/cotiza/ valid users = user1,user2,user3 read list = user1 write list = user2,user3 create mask = 0765 create directory mask = 0765 create directory mode = 0765 In users 1, 2 and 3 smbfstab have: //xxx.xxx.x.x/cotiza /home/user(x)cotiza username=user(X),password=xxxx,fmask=765,dmask=765 All of that is not working. I need that users2 and 3 can create or modify any of the files inside and user1 just read it. Also, I need users 2 and 3 can make directorys with the same mode and that is not working too. Can somebody help me?? Thanks ____________________________________________...
2002 Jun 11
1
smbmount and win2k permissions
...an use smbmount to mount SMB shares (from > Windows systems or Samba servers) in your Linux filesystem. smbmount works fine : $ smbmount //DOMAIN_controler/sharedir /home/toto/smb -o credentials=/home/win2k/DOMAIN/toto/.smbpw,uid='DOMAIN+toto',gid='DOMAIN+Domain users',fmask=664,dmask=775 The user toto is a domain user authenticated from the Win2k server. I can then see that toto owns all files and directories (fmask=664,dmask=775): does this mean that he can do what he wants ? As if the SMB share was a regular linux fs ? Isn't there permissions checking from the win2k ser...
2006 Jan 22
0
cant add files + variables ? (Newbe:)
...media/floppy0 auto rw,user,noauto 0 0 /dev/hdb1 /mnt/fat32 vfat rw 0 0 /dev/hdb2 /mnt/archive ext3 rw,nosuid,noexec 0 0 //dave-comp/linux /mnt/samba/linux smbfs credentials=/root/.smbpw,uid=vanda,gid=vanda,fmask=777,dmask=777,rw 0 0 //dave-comp/windows /mnt/samba/windows smbfs credentials=/root/.smbpw,uid=vanda,gid=vanda,fmask=777,dmask=777,rw 0 0 //dave-comp/archive /mnt/samba/archive smbfs credentials=/root/.smbpw,uid=vanda,gid=vanda,fmask=700,dmask=700,rw 0 0
2007 Jan 05
2
users can't write to a subset of mounted directories
Hello I am connecting to an NT server via a Linux client. I am mounting the drive on the client via the following in smbfstab: //server/Users /home/dm215/Desktop/SambaBringover smbfs username=user,password=pass,suid,uid=1000,gid=100,fmask=770,dmask=770,rw It works fine except the local user uid=1000 cannot write to certain directories. The initial directory (//server/Users) is writable by 1000, but only one of the subdirectories is! It is actually the directory tree I use most often. I think that this has not always been the case, but I c...
2007 Apr 24
1
Issue with mounted drive
...he script below. #!/bin/sh # Unmount the Windows network shares umount -l /mnt/users/SHARE_CDR/ umount -l /mnt/users/SHARE_MAD/ umount -l /mnt/users/SHARE_MIN/ umount -l /mnt/users/ # Mount the Windows network shares mount -t smbfs -o credentials=/root/.samba_cred,uid=apache,gid=apache,fmask=777,dmask=777 //wimail/usersweb /mnt/users mount -t smbfs -o credentials=/root/.samba_cred,uid=apache,gid=apache,fmask=777,dmask=777 //auxcr1/group\ files /mnt/users/SHARE_CDR mount -t smbfs -o credentials=/root/.samba_cred,uid=apache,gid=apache,fmask=777,dmask=777 //wimail/group\ information /mnt/users/SHAR...
2012 Jan 10
3
Write to USB pendrives horribly slow
...SB2 ports), even formatted as vfat. Neither when writing to those pendrives from another hardware system. `hdparm -tT` is useless here. I wonder if some mount options aren't wrong with USB pendrives, see: /dev/sdd1 on /media/monolith type vfat (rw,nosuid,nodev,uhelper=udisks,shortname=mixed,dmask=0077,utf8=1,flush) my suspicion is about the flush option, which I find atypical here. BTW, I'm still unable to control the mount options that are automatically set by Gnome - even if I can mount manually if I want. Any hint? Regards, -- wwp -------------- next part -------------- A non-t...
1998 Aug 24
10
smbmount problem
Hello. I hope that this is the proper place to ask this. Here is my problem. I have several smbmounts under Red Hat Linux 5.1. They need to be accessed by my apache web server. One of the mounts keeps getting disconnected, but this is not noticed by Linux. So the Linux box thinks that the files under the smbmount are still accessable when they aren't actually mounted. What would be the best