Questions tagged [freenas]
FreeNAS is an open-source network-attached storage server based upon FreeBSD and licensed under the BSD license.
84 questions
0votes
0answers
937views
FreeNAS (11.2-U7) how to repair degraded boot pool that is on two USB sticks?
I have a Dell R230 which I've setup a few years ago with FreeNAS (installed version is 11.2-U7) The boot partition was installed on a mirrored pool on two 32GB USB sticks. /dev/da9p2 - SanDisk Ultra ...
0votes
0answers
2kviews
Cannot mount NFS volume with Docker, can mount it otherwise
I'm trying to set up an NFS volume shared by a TrueNAS server to use with my Docker container using Docker compose: volumes: data: name: data driver: local driver_opts: type: nfs ...
3votes
0answers
3kviews
List all network storage based mounted filesystems in Linux
My requirement is to find out all such directories in Linux which are mount points for network-based storage/file systems (like NFS, SSHFS, CIFS, SMB, etc) I did some research, and there is no utility ...
1vote
1answer
228views
Broadcom SFP+ Card not listed in ifconfig at boot (FreeNAS)
We are attempting to get a new FreeNAS storage array setup and working. The server has an add in NIC twoo bring us up to dual 10gbps connections. When we boot the box, the add in NIC is not listed ...
0votes
1answer
251views
guest vm with freeNas os fall into kdb mode in host with amd r9 5995x
problem description: I used to install ubuntu20.04 in a host with amd r3 3100 and i installed kvm and start a freeNas vm and all things went ok. But once i changed the cpu, freeNas guest failed to ...
2votes
1answer
1kviews
How do I access my jail by hostname on a home network?
I'm using FreeNAS (FreeBSD), and I've created a jail, and I've given the jail a hostname, and I can access the jail via IP address, but I can't access the jail by it's hostname. (within my home ...
0votes
1answer
399views
Is it possible to make a mounted SMB share behave as a system directory?
Sorry for the ambiguous title, I am not really sure the correct terminology for what I am asking (which is also making searching for an answer kid of tricky). Basically, I have a TrueNas box on the ...
0votes
1answer
82views
Script called by another system doesn't run correctly
I am trying to write some scripts for graceful shutdowns from my UPS. My UPS is hooked up to my freenas system. I also have a KVM server running KVM on Ubuntu 18.04, and that is where I'm having some ...
1vote
1answer
320views
FreeBSD: How do I install port which doesn't show in searches?
I'd like to install version 6 of unifi network controller in a jail on my FreeNAS server. I can see that a net-mgmt/unifi6 port exists in bugs.freebsd.org: https://bugs.freebsd.org/bugzilla/show_bug....
1vote
1answer
1kviews
FreeNAS: Permission problems when populating datasets as root (cli)
I'm setting a home NAS taking it as a chance to get familiar with FreeNAS My specs: FreeNAS-11.3-U2 Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz. 16GB DDR3 RAM. OS: runs on a SSD ADATA SP600 250GB. My ...
1vote
0answers
103views
Why can I cd into a folder I should not be able to access?
I'm having an odd issue with my FreeNAS server related to permissions. Let's just say I have a ZFS pool with the following datasets: personal1 personal1:guest drwx------ personal2 personal2:family ...
1vote
1answer
1kviews
Is there a way of "merging" NFS shares? [closed]
Currently , on the laboratory I'm working on, there are three NAS: 2x Seagate NAS Pro with 15TB (RAID 5) 1x FreeNAS machine with 9TB (RAID 0) All of these are used through NFS shares mounted on ...
1vote
0answers
1kviews
Freenas and ACL permissions
I have been trying to set up the ACL on FreeNas 11.3 all day and it just does not work the way I think it should I am wondering what I am doing wrong. All I want to do is when a user creates a file in ...
4votes
1answer
859views
Can't make folders with some names in FreeNAS Samba shares
I have a FreeNAS box with 40 or so SMB shares. Mostly works no problem. Except for this one share where I can't create folder sometimes based on the name of the folder. I noticed, because if I browse ...
0votes
1answer
38views
Freenas Bridging networks
Apologies if this has been asked before: I have 2 networks, msk1 = 192.168.0.0/24 (DHCP) msk0 = 172.10.30.0/24 (STATIC) Each picked up the correct IP Address: msk0 172.10.30.5/24 msk1 192.168.0.9/...