Uploaded August 2017 | Updated September 2026, 6 days ago
My blender broke and instead of buying a new one I figured I could probably fix it by printing a new part to replace the old one.
Cost me probably ½ hour in modelling time, 1½ hours in printing and 10 cents of plastic at most.
The STL file and the modeling FCStd file can be downloaded from here:
youmagine.com/designs/obh-nordica-blender-power-transfer-plastic-bit
My blender broke and instead of buying a new one I figured I could probably fix it by printing a new part to replace the old one.
Cost me probably ½ hour in modelling time, 1½ hours in printing and 10 cents of plastic at most.
The STL file and the modeling FCStd file can be downloaded from here:
youmagine.com/designs/obh-nordica-blender-power-transfer-plastic-bit


![Raspberry Pi Network attached storage how to
How to make a Linux network fileshare using a raspberry pi and a flash drive to be used with Windows clients.
Note: the SSH remote connection needs to be turned on from the initial Pi setup or installed later for this tutorial to work
commands used:
ifconfig
sudo su
fdisk -l
umount /dev/sda1 (note, replace the sda1 with your own device 1. partition be it sdb1 etc.)
fdisk /dev/sda
mkfs.ext3 /dev/sda
mkdir /nas
mount /dev/sda1 /nas/
nano /etc/fstab
in fstab: /dev/sda1 /nas ext3 rw
apt-get update
apt-get install samba samba-common-bin
nano /etc/samba/smb.conf
service samba restart
smb.conf config used:
[share]
comment = raspberrypi share
path = /nas
writeable = yes
browseable = yes
only guest = yes
directory mask = 777
public = yes Raspberry Pi Network attached storage how to](https://i.ytimg.com/vi/yuzuPKNwwII/mqdefault.jpg)

