* Format a USB drive with FAT32 * Create the following folders: - Movies - Pictures - Music * Add the following to /usr/local/etc/rcS sleep 30 mount -t cifs -o nolock,proto=tcp,username=guest,password=guest //10.0.0.1/Data /mnt/usbmounts/sda1/mounts mount -o bind /mnt/usbmounts/sda1/mounts/movies /tmp/usbmounts/sda1/Movies mount -o bind /mnt/usbmounts/sda1/mounts/music /tmp/usbmounts/sda1/Music * Reboot the mini