Skip to content

Tag Archives: NAS

Re-doing Public Samba Share with FreeBSD/ZFS

01-Feb-11

This time, I’m going to to try using FreeBSD’s support for NFS ACL’s, using http://forums.freebsd.org/showthread.php?t=17627 as a reference: server# zfs set aclmode=passthrough tank/Users server# zfs set aclinherit=passthrough tank/Users I created ZFS filesystems within tank/Users/Public like so: [cce_bash] server% cat add_pub.sh #!/bin/sh u=”$1″ zfs create tank/Users/$u chown nobody:nogroup /tank/Users/$u for d in “Documents” “Music” “Videos” “Pictures”; […]

My Windows Home Server Atom D525 Build

27-Oct-10

My portwell machine finally died. No idea what’s wrong with it. It was never super-reliable to begin with. It would shut down randomly (I presumed due to a flaky power connector—but now I ‘m not so sure). Anyway, I decided to go ahead and build my own Atom D510 PC. This would not normally make […]