Questions tagged [truenas]

TrueNAS (formerly FreeNAS) is a network attached storage (NAS) server appliance distribution based on the FreeBSD operating system

412 questions
1
vote
1 answer

How to move iocage jails from one ZFS pool to another?

What is the process to move iocage and all its jails from one ZFS pool to another? I've tried the process from this post: https://www.ixsystems.com/community/threads/how-to-move-jails-between-pools.72593/post-502840 i.e. iocage export each jail,…
Adam
  • 605
  • 1
  • 7
  • 15
1
vote
3 answers

Access to SMB shares denied after update to FreeNAS 11.3

My previous setup (FreeNAS 11.2) had working SMB shares with Windows 10. After an update to FreeNAS 11.3 SMB shares partially stopped working. I'd be more than thankful, if anyone could help me troubleshoot. Any existent or newly created share on…
kabauter
  • 11
  • 1
  • 3
1
vote
1 answer

How to extend Active-Active cluster with FreeNAS as shared storage?

I have two physical nodes powered by Ubuntu and connected to each other with Corosync. And I have the FreeNAS server as NAS. This NAS server mounted on every node - basic scenario. Now I'm not able to add more HDD/SDD to my NAS. I can't add more…
picKit
  • 111
  • 1
0
votes
1 answer

No files after zfs send receive

I've ran zfs send -Rv old_pool@snapshot_20190106 | zfs receive -Fd new_pool, but there are no files created in new_pool after the transfer finished. I've tried the same command in a VM (fresh install) and the files are there, copied over to…
0
votes
1 answer

LCAP and VLan on FreeNAS box

I can not seem to get the FreeNAS GUI to come up when I try to use link aggregation. I have been googling for days and I am totally lost as to where I am going wrong. I will list the equipment I have down below. Equipment 1.Ubiquiti EdgeRouter…
0
votes
2 answers

Cron Script running multiple times

We have a script that is used to sync some directories to a USB disk drive. It is set to run once a day but often takes longer than that. To ensure that multiple copies of the script don't run at the same time, we check the list of processes and if…
tl8
  • 131
  • 2
  • 4
0
votes
1 answer

Unable to access SMB share only on netbios alias

So we have an ancient Win7 machine which has been used as a file server. This thing has come to the end of its life, and the 20-user limit is starting to hit us hard. I have set up a FreeNAS server, and configured it with its own NetBIOS name, and…
0
votes
1 answer

df not showing subdirectories, only "multiple" parent directory

For example, we have directory structure: Root Directory Directory #1 Subdirectory #1 Subdirectory #2 Subdirectory #3 Directory #2 Directory #3 Now I'm using df -h to check disk usage but: When I'm in RootDirectory I'm getting spaces for…
Paul
  • 103
  • 2
0
votes
1 answer

Grub stuck at menu until I connect to console using VNC

I installed an Ubuntu 16.04 Server virtual machine on FreeNAS. Everything works as expected, except GRUB. When I reboot the machine with sudo reboot, it does not boot automatically. Every time I have to connect to the virtual machine console using a…
leonardorame
  • 327
  • 3
  • 14
0
votes
1 answer

FreeNAS too many errors on disk

One disk of my FreeNAS has failed, the zpool only contains a virtual machine. When I call zpool status -v, I get: root@freenas:/ # zpool status -v pool: freenas-boot state: ONLINE scan: scrub repaired 0 in 0 days 00:02:08 with 0 errors on Fri…
leonardorame
  • 327
  • 3
  • 14
0
votes
0 answers

How do I get my FreeNAS started after a restart

My NAS appliance (a FreeNAS MINI) wasn't responding today. (users couldn't access their network shares) Server IP addresses are assigned by DHCP. I access by host names. So, I tried connecting to the admin page, but the entire server wouldn't…
McKay
  • 101
  • 3
0
votes
1 answer

How to escape all file names in big directory copy with cp?

I'm trying to copy an archive of user data in a folder from one disk over to another for our new NAS system using cp -r dev-disk-by-label-MainAllData/ /root/backup/ but am getting many 'Invalid argument' replies from cp for files that have…
ezekiel
  • 265
  • 1
  • 3
  • 7
0
votes
1 answer

iocage jail with different subnet cannot ping network

I have a FreeBSD 11.1 iocage jail on a different subnet than the host and I want it to reach other hosts on the same subnet as the host. Host IP: 192.168.0.10 (interface re0) Default GW: 192.168.0.1 JAIL IP: 10.1.1.10 I have configured: iocage set…
leonardorame
  • 327
  • 3
  • 14
0
votes
1 answer

migrate stopped mariadb server to new one

Hi I'm running a freenas system where I have two jails. One jail is broken in a way that I cannot start the mariadb server anymore due to userland and kernel version mismatch. So I created a new jail where I installed the mariadb server. Now I want…
daeda
  • 101
  • 2
0
votes
2 answers

Back up Windows Shares with FreeNAS

I need to create a backup 'server' in my company (about 12 PCs) where all have shared their 'data' directories. So I was thinking to use my old PC with some HDD's and install FreeNAS on it but I have a little question - is it possible to do…
Paul
  • 103
  • 2