https://forums.freenas.org/index.php?threads/replication-dataset-set-a-read-only.46889/
https://forums.freenas.org/index.php?threads/replication-target-datasets-mounted-ro-in-freenas-9-3-stable-201602020212-and-newer.41246/
https://forums.freenas.org/index.php?threads/zfs-replication-and-making-the-destination-read-write.10551/
https://bugs.freenas.org/issues/15011
zfs list -o name,mountpoint,mounted,readonly volrep/common
zfs set readonly=off tank/root
freenas proxmox esxi vm
https://www.facebook.com/groups/nas.tw/permalink/10154653693713245/
走iscsi
沒 ups -> no cache
database disk 使用 HDD pool + NVMe Cache (zil and cache)
file disk 使用 HDD pool + cache
proxmox freenas all in one
http://www.servethehome.com/the-proxmox-ve-kvm-based-all-in-one-freenas/
各種效能比較
https://b3n.org/vmware-vs-bhyve-performance-comparison/
參考
http://churnd.net/2014/06/29/smartos-homelab-hypervisor-v3/
各種效能比較
https://b3n.org/vmware-vs-bhyve-performance-comparison/
參考
http://churnd.net/2014/06/29/smartos-homelab-hypervisor-v3/
supermicro FreeNAS
Supermicro X10SLM-F
Intel Xeon E3-1231 V3、3.4GHz、10M Cache、4C/8T
8GB DDR3 ECC UnBuffer
Supermicro SC836BE16-R920B 3U 機架式 機箱 (3U 專用滑
Supermicro 920W ( 1 + 1 ) Redundant 高效能 AC-DC power supply w/ PFC
AOC-S2308L-L8e Toshiba SAS 4TB
Intel Xeon E3-1231 V3、3.4GHz、10M Cache、4C/8T
8GB DDR3 ECC UnBuffer
Supermicro SC836BE16-R920B 3U 機架式 機箱 (3U 專用滑
Supermicro 920W ( 1 + 1 ) Redundant 高效能 AC-DC power supply w/ PFC
AOC-S2308L-L8e Toshiba SAS 4TB
copy file from freenas usb || Connect USB External Drive to FreeNAS
dmesg check usb drive
1、mkdir /mnt/usb1234
//not sure 2、kldload fuse
3、ntfs-3g /dev/da1s1 /mnt/usb1234
umount -f /var/usb
https://forums.freenas.org/index.php?threads/connect-usb-external-drive-to-freenas.15150/
freenas dataset zvol
Volume = zvol
===========================
http://www.getnas.com/2015/01/386.html
FreeNAS 9.3 创建卷时会同时创建一个与卷同名的数据集,目前测试来看,在 WebGUI 界面中无法删除该数据集,因此我们只能在此数据集上面创建新的数据集。
数据集支持嵌套,即可以在某个数据集中再次创建数据集,没有数量限制,可以根据需要自由创建。也可以在数据集中创建 Zvol 虚拟硬盘,用于 iSCSI 块级共享
===========================
http://www.getnas.com/2015/01/386.html
FreeNAS 9.3 创建卷时会同时创建一个与卷同名的数据集,目前测试来看,在 WebGUI 界面中无法删除该数据集,因此我们只能在此数据集上面创建新的数据集。
数据集支持嵌套,即可以在某个数据集中再次创建数据集,没有数量限制,可以根据需要自由创建。也可以在数据集中创建 Zvol 虚拟硬盘,用于 iSCSI 块级共享
freenas cifs slow
https://forums.freenas.org/index.php?threads/slow-transfer-speeds-via-cifs.39867/
https://forums.freenas.org/index.php?threads/cifs-directory-browsing-slow-try-this.27751/
---CIFS--Advance mode----Auxiliary Parameters:-------------
store dos attributes = no
map system = no
-----------------------------------------------------------------------
Jumbo Frame enable
-----------------------------------------------------------------------
In BSD the CFIS implementation is only single threaded
Nexenta and Solaris 11.3 is SMB 2.1.
Most feature rich is Solaris 11.3 as it includes real ZFS encryption, SMB 2.1, LZ4 compress and fast sequential resilvering
https://forums.freenas.org/index.php?threads/cifs-directory-browsing-slow-try-this.27751/
---CIFS--Advance mode----Auxiliary Parameters:-------------
store dos attributes = no
map system = no
-----------------------------------------------------------------------
Jumbo Frame enable
-----------------------------------------------------------------------
In BSD the CFIS implementation is only single threaded
-----------------------------------------------------------------------
Omni-OS + Napp-it for great iSCSI and CIFS performance
A multithreaded kernel based alternative to SAMBA is Solaris CIFS in Oracle Solaris, OmniOS or NexentaStor
OmniOS is currently SMB1Omni-OS + Napp-it for great iSCSI and CIFS performance
A multithreaded kernel based alternative to SAMBA is Solaris CIFS in Oracle Solaris, OmniOS or NexentaStor
Nexenta and Solaris 11.3 is SMB 2.1.
Most feature rich is Solaris 11.3 as it includes real ZFS encryption, SMB 2.1, LZ4 compress and fast sequential resilvering
-----------------------------------------------------------------------
store dos attributes = no
ea support = no
map archive = no
map hidden = no
map system = no
map readonly = no
2. (and 3.) was probably related to the old switch, which is now replaced. Even home PCs had short interruptions, which should be now gone (it seems so).
4. I deleted this share (wasn't necessary anymore), but didn't reset the permissions yet.
1. and 5. done.
Now I get speeds around 110-115MB/s.
But with another PC it is around 75MB/s writing to NAS and 95MB/s reading from NAS.
=====
ea support = no
store dos attributes = no
map archive = no
map hidden = no
map readonly = no
map system = no
1. Disables Samba from using EAs.
2. Tells Samba not to store the DOS attributes (any existing bits that are set are simply abandoned in place in the EAs).
3. Forces all 4 parameters to off/no/unchecked/disabled.
Note: The read-only bit I am mentioning, disabling, then forcing to off is not the standard read-only permissions users may be given to files or folders.
store dos attributes = no
ea support = no
map archive = no
map hidden = no
map system = no
map readonly = no
2. (and 3.) was probably related to the old switch, which is now replaced. Even home PCs had short interruptions, which should be now gone (it seems so).
4. I deleted this share (wasn't necessary anymore), but didn't reset the permissions yet.
1. and 5. done.
Now I get speeds around 110-115MB/s.

But with another PC it is around 75MB/s writing to NAS and 95MB/s reading from NAS.
=====
ea support = no
store dos attributes = no
map archive = no
map hidden = no
map readonly = no
map system = no
1. Disables Samba from using EAs.
2. Tells Samba not to store the DOS attributes (any existing bits that are set are simply abandoned in place in the EAs).
3. Forces all 4 parameters to off/no/unchecked/disabled.
Note: The read-only bit I am mentioning, disabling, then forcing to off is not the standard read-only permissions users may be given to files or folders.
[轉] solved use root Login CIFS(access is denied)
https://forums.freenas.org/index.php?threads/use-root-login-cifs-access-is-denied.21233/
I fixed the issue by changing root's password via the WebGUI. To do this:
1. Go to the "Accounts" page
2. Click on the "Users" tab
3. Locate and select the user "root"
4. Click on the "Modify" button located at the bottom of the page and a dialogue window will open
5. Enter a password, twice, and click on the Save? button located at the bottom of the dialogue window
I fixed the issue by changing root's password via the WebGUI. To do this:
1. Go to the "Accounts" page
2. Click on the "Users" tab
3. Locate and select the user "root"
4. Click on the "Modify" button located at the bottom of the page and a dialogue window will open
5. Enter a password, twice, and click on the Save? button located at the bottom of the dialogue window
訂閱:
文章 (Atom)