FreeNAS is an open-source network-attached storage server based upon FreeBSD and licensed under the BSD license.
3
votes
1answer
44 views
How can I stop ssh from trying to create ~/.ssh?
I'm working on an rsync-based backup for a FreeNAS system.
Part of the backup process involves logging into the remote system that serves as the backup storage. Whenever I do that, I get the message
...
1
vote
0answers
140 views
Why does my server not shutdown properly?
When I run $ reboot on my embedded FreeNAS 0.7 (FreeBSD 7.2) it does start the shut down procedure but seemingly hangs.
I have registered a command to start a service script which is executed on ...
1
vote
1answer
67 views
Where can I find the user documentation for my old Freenas 0.7?
Every document links seem to have been replaced with the notice (to force me) to upgrade.
I know that I am supposed to upgrade but I would like to get hands on the old FreenNAS 0.7 Khasadar user ...
1
vote
0answers
278 views
nas4free server can't access local network
I'm not a linux/unix/freebsd expert. I'm a Microsoft .NET developer that knows Windows pretty well. Please bear with me :)
I'm trying to configure an old desktop machine as a NAS device with ...
0
votes
0answers
109 views
I lost my data on Freenas+iScsi
I lost my data on Freenas+iScsi
ZFS filesystem has mounted perfectly, I ran 'df' command and I can see the mount points.
Also, If I browse into the folders I can see the scsi extends files, too.
...
1
vote
0answers
236 views
Freenas e-mail configuration files
I have installed a Freenas 8 server to backup my files. I have configured its email alert system using web interface and I'm receiving regular daily email reports correctly. I'm curious: where Freenas ...
1
vote
2answers
923 views
How to persist a file in /usr/local in embedded FreeNAS
I have embedded FreeNAS, version 8.2 beta. Now I would like to install openvpn, of course persisting between updates.
I have managed to get the program itself persist by using
mount -wu /
pkg_add ...
2
votes
0answers
263 views
Media server RAID difficulties (on FreeNAS)
Disclaimer: I've never used FreeNAS or any type of RAID before, so this is a first.
I've decided to build a media server in my new apartment. I'm going to be going with a total 10TB of space (6x2TB ...
1
vote
2answers
2k views
Is it a good idea to run freenas 8 (inside virtualbox) on a lamp server?
I am redesigning my home network setup (specifically my nas and server), and recently asked a question about running a lamp server and freenas 8 on two separate machines. However, in the spirit of ...
1
vote
1answer
191 views
Is it possible to use a lamp server for serving files from a nas?
In my current home-network setup, i am running freenas 8 on a mini-itx box (on which i store all my files). I'm thinking about building an extra l.a.m.p. server with some spare parts (for use in my ...
6
votes
3answers
9k views
FreeNAS versus a regular (CentOS/Ubuntu) linux server?
I'm looking to build a medium sized (6TB, mini ITX board) server for personal use. Most importantly, it will serve as a seedbox and will store a whole lot of data. I will be accessing the data over my ...
18
votes
3answers
2k views
FreeNAS grub2 booting ISO
I've got usb-keys setup to multi-boot different Linux images. I wouldn't mind adding FreeNAS, and there's a doc with samples to add to grub.cfg
menuentry "FreeNAS-8.0.4-RELEASE-x64" {
insmod ufs2
...