no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | freenas [2015/06/02 00:11] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 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. | ||
+ | |||
+ | < | ||
+ | <?xml version=" | ||
+ | < | ||
+ | <!-- See avahi.service(5) for more information about this configuration file --> | ||
+ | < | ||
+ | <!-- Customize this to get a different name for your server in the Finder. --> | ||
+ | <!-- <name replace-wildcards=" | ||
+ | <name replace-wildcards=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <!-- Customize this to get a different icon in the Finder. --> | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | == Shared Computers == | ||
+ | |||
+ | When connecting to '' | ||
+ | |||
+ | === Notes === | ||
+ | |||
+ | I ran into a few issues when trying to add new users, and get them recognized in Samba. | ||
+ | |||
+ | When running off a USB, any changes you make to the filesystem will not be saved. |