Warning: Undefined array key "DOKU_PREFS" in /usr/share/dokuwiki/inc/common.php on line 2082
cluster:194 [DokuWiki]

User Tools

Site Tools


cluster:194

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cluster:194 [2020/04/28 09:03]
hmeij07 [Update]
cluster:194 [2020/05/28 11:13]
hmeij07
Line 69: Line 69:
   * **SMB/CIFS**   * **SMB/CIFS**
     * all users have shares but not class accounts (hpc101-hpc200)     * all users have shares but not class accounts (hpc101-hpc200)
 +
 +Not any more. Serious conflict between NFS and SMB ACLs if both protocols enabled on same dataset. So **nobody** has a samba share. If you want to drop&drag you need to use something like CyberDuck and make an sftp connection.
 +
 + --- //[[hmeij@wesleyan.edu|Henk]] 2020/05/28 11:10//
  
 <code> <code>
Line 234: Line 238:
 ==== SMB ==== ==== SMB ====
  
-SMB/CIFS (Samba) shares are also created once the homedir is up. +SMB/CIFS (Samba) shares are also created once the homedir is up. NOT! 
 + 
 +  * do not mix SMB and NFS on same dataset, not supported 
 +  * problems 'permission denied' in NFS on top level of share (deeper is ok) 
 +  * windows ACLs on top of unix file system = bad 
 + 
 +<code> 
 + 
 +#         v that plus is the problem 
 +drwxr-xr-x+ 147 root  wheel  147 Apr 27 08:17 /mnt/tank/zfshomes 
 + 
 +# either use ACL editor to strip off in v13.1-U2 or 
 + 
 +setfacl -bn /mnt/tank/zfshomes/ 
 + 
 +followed by for example 
 + 
 +find /mnt/tank/zfshomes/hmeij/ -type d -exec setfacl -bn {} \; 
 + 
 +# also unsupported via shell 
 + 
 +</code> 
  
   * For each user   * For each user
cluster/194.txt · Last modified: 2024/01/03 13:50 by hmeij07