TrueNAS (formerly FreeNAS) is a network attached storage (NAS) server appliance distribution based on the FreeBSD operating system
Questions tagged [truenas]
412 questions
2
votes
1 answer
FreeNAS Web UI not responding
Our FreeNAS is running; I can login via ssh.
But the Web UI is not responding.
From How to restart web ui on freenas I tried
service nginx restart
which gave:
Performing sanity check on nginx configuration:
nginx: the configuration file…

Dan
- 959
- 5
- 14
- 25
2
votes
5 answers
FreeBSD determine if reboot was due to power loss
We are running FreeNAS (which is built on FreeBSD) to run our data storage systems. It is running on an APC Smart-UPS 750VA X.
On a couple of occasions, I have been alerted to the fact that the server is down by our monitoring systems. After a few…

Chris
- 1,289
- 2
- 18
- 34
2
votes
3 answers
What does a hard disk failure in a ZFS pool look like, and what do you actually do?
People often talk about the theoretical benefits of ZFS and how it takes (RAIDZ1/2) hard disk failures easily, and Server Fault has many testaments to this fact. I am considering setting up a NAS with 3-5 hard drives using FreeNAS, and I might be…

Simon Kuang
- 129
- 1
- 1
- 2
2
votes
3 answers
How to disable ACLs on ZFS in FreeNAS?
I inherited a FreeNAS installation that I recently upgraded to version 9. I have some ZFS mounts that are mounted like this:
data1/data on /mnt/data1/data (zfs, NFS exported, local, nfsv4acls)
data1/lan on /mnt/data1/lan (zfs, NFS exported, local,…

Bart Friederichs
- 353
- 1
- 6
- 23
2
votes
2 answers
Unmounted ZFS filesystem
I inherited a FreeNAS setup with ZFS mounts. I ran through this crash course on ZFS (no previous experience), but it doesn't answer my question.
I have this list when I run zfs list:
[root@nas] ~# zfs list
NAME USED AVAIL REFER …

Bart Friederichs
- 353
- 1
- 6
- 23
2
votes
3 answers
Discovering external IP from FreeNAS command line
Is there some command line function within FreeNAS (FreeBSD) derivative which could return my external address? Since that same address is synchronized with DynDns (via router), in C# I retrieved that via DNS query like this:
var hostEntry =…

Josip Medved
- 1,734
- 2
- 18
- 18
2
votes
1 answer
FreeNAS: "swap_pager: I/O error - pagein failed"
Our FreeNAS server log is constantly filling up with
Apr 5 15:13:49 Wheelhouse NAS kernel: swap_pager: I/O error - pagein failed; blkno 524312,size 4096, error 6
Apr 5 15:13:49 Wheelhouse NAS kernel: vm_fault: pager read error, pid 1 (init)
Apr 5…

Dan
- 959
- 5
- 14
- 25
2
votes
1 answer
Is it possible to remove a drive from zfs?
I have a zfs raid-z1 with too much storage volume. I thought of taking out one volume.
Is it possible to remove a drive from a zfs raid storage?
thx for your help

Manuel
- 523
- 4
- 9
- 19
2
votes
2 answers
Which file sharing protocol (SMB/AFS/NFS/SMB2/SMB3) is best for an mixed client environment within an ad?
I'm just setting up NAS (FreeNAS) with ZFS and was wondering which file sharing protocol / data transfer protocol is the best to use? Has anyone experiences?
I guess i have a very typical business setup. I do have an Microsoft Active Directory…

Manuel
- 523
- 4
- 9
- 19
2
votes
2 answers
Sync Active Directory Users in FreeNAS
This is for FreeNas-9.1.1, I am using active directory which appears to be connecting ok, since the following list users/groups from that server with no problems
wbinfo -u
wbinfo -g
I can also join to ads with an authorized user
net ads join -U…

Dave
- 183
- 1
- 2
- 5
2
votes
1 answer
Sharing storage between DFS nodes providing failover without failover manager
I'm currently consulting for a small engineering firm that has been using a single server for all their domain needs and their management has got sick of not being able to access networked shares from the server when the ageing hardware fails
I've…

Brad Morris
- 241
- 2
- 12
2
votes
1 answer
Does the FreeNAS target make use of iSCSI offload cards?
When using a FreeNAS as iSCSI target, would it use the iSCSI offload engine on cards that have it, or is it an initiator-only feature?
For clarification, I want to know if a supported iSCSI offload card will also give me benefit when used with…

Luke404
- 5,826
- 4
- 47
- 58
2
votes
3 answers
ZFS iSCSI and free capacity in VMFS
I use ZFS in FreeNAS 8.0.4 and use iSCSI to provide a LUN to Vmware ESXi 5.0.
I post it at http://forums.freenas.org/showthread.php?10990-Memory-utilization-and-performance-problem/page4, but I believe people here may have more expertise on…

Datnus
- 29
- 1
- 2
2
votes
1 answer
ZFS / FreeNAS - Matching Config Performance Discrepancy
I have 2 new servers with the exact same hardware running FreeNAS. There are 30 4TB drives in each enclosure. Each has the exact same zpool configuration (5x 5 4TB drive RAIDZ volumes, 3 spares, mirrored log drives, 72TB pool).
One server is…

Brandon Frohbieter
- 135
- 6
2
votes
2 answers
Linking FreeNAS Boxes
I have two different FreeNAS boxes that are being used for storage. It is possible to link them in a manner that the linked connection can be presented as a single storage destination for clients? For example, I have one FreeNAS installation that…

John
- 2,276
- 7
- 44
- 60