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:02]
hmeij07
cluster:194 [2020/04/28 09:19]
hmeij07 [SMB]
Line 234: Line 234:
 ==== 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
Line 337: Line 359:
  
 Enable HA, click icon Enable HA, click icon
 +
 +
 +==== HDD ====
 +
 +Two types, hard to find in stock.
 +
 +<code>
 +
 +
 +
 +8T SAS
 +da0: <HGST HUS728T8TAL4201 B460> Fixed Direct Access SPC-4 SCSI device​
 +da0: Serial Number VAKM5GTL​
 +da0: 1200.000MB/s transfers​
 +da0: Command Queueing enabled​
 +da0: 7630885MB (1953506646 4096 byte sectors)​
 +exxactcorp​
 +https://www.exxactcorp.com/search?q=HUS728T8TAL4201​
 +
 +800G SSD​
 +da2: <WDC WUSTR6480ASS201 B925> Fixed Direct Access SPC-5 SCSI device​
 +da2: Serial Number V6V1XGDA​
 +da2: Command Queueing enabled​
 +da2: 763097MB (1562824368 512 byte sectors)​
 +exxactcorp​
 +https://www.exxactcorp.com/search?q=WUSTR6480ASS201​
 +
 +</code>
  
  
cluster/194.txt · Last modified: 2024/01/03 13:50 by hmeij07