====== FreeNAS ====== * [[FreeBSD]] * [[NAS4Free]] * [[ZFS]] FreeNAS is a FreeBSD-distro that provides network sharing. === Samba and OS X === There are a few cavaets related to OS X clients and Samba. == Avahi and Zeroconf == FreeNAS won't create an Avahi service entry for Samba, so you will need to run one on another box. Here's what a service file would look like. Make sure to use port 445 and not the default 139. nas _device-info._tcp 0 model=PowerMac nas.local _smb._tcp 445 nas.local == Shared Computers == When connecting to ''nas'', add the user and password to Keychain, so that it can automatically connect. If you don't do that, you will get an error as it tries to reconnect as a guest. === Notes === I ran into a few issues when trying to add new users, and get them recognized in Samba. The workaround was to stop Samba, then add/edit a user, and start Samba. When running off a USB, any changes you make to the filesystem will not be saved. Only the changes you make in the frontend are persistent.