{"id":5680,"date":"2015-04-07T00:45:08","date_gmt":"2015-04-06T21:45:08","guid":{"rendered":"http:\/\/www.hbyconsultancy.com\/?p=5061"},"modified":"2015-04-07T00:45:08","modified_gmt":"2015-04-06T21:45:08","slug":"proof-of-concept-a-30-dollars-diy-personal-cloud-server","status":"publish","type":"post","link":"https:\/\/hbyconsultancy.com\/2015\/04\/proof-of-concept-a-30-dollars-diy-personal-cloud-server.html","title":{"rendered":"Proof of concept : A $30 dollars DIY Personal Cloud Server"},"content":{"rendered":"

Personal cloud devices are available today in the market for different prices depending on the storage size, let’s say around $200 the 4TB. But it happens that I have already a storage device that I am happy with, and a mini PC in a stick (MK802<\/a>) that came with Android 4.0 pre-installed.<\/p>\n

You can find the Android mini PC in eBay for less than $30, and we will need just a micro SD card to install the operation system, so we can replace the Android with an embedded linux distribution. Finally I’ll transform it into a personal cloud server to sync my files from PC\/Mac\/Android …etc.<\/p>\n

An easy way to do this is to install the system on an SD card then we can easily expand storage using USB drives. For example you can see actually in my MK802 I have already about 3G available for data :<\/p>\n

root@MK802:~# df -h\nFilesystem      Size  Used Avail Use% Mounted on\nrootfs          3.6G  878M  2.6G  26% \/\n\/dev\/root       3.6G  878M  2.6G  26% \/\ndevtmpfs        153M     0  153M   0% \/dev\ntmpfs            31M  200K   31M   1% \/run\ntmpfs           5.0M     0  5.0M   0% \/run\/lock\ntmpfs            62M     0   62M   0% \/run\/shm\ntmpfs           154M     0  154M   0% \/tmp<\/pre>\n

It could be enough , or I can easily expand it for example using a 1T USB drive :<\/p>\n

root@MK802:~# df -h\nFilesystem      Size  Used Avail Use% Mounted on\nrootfs          3.6G  916M  2.5G  27% \/\n\/dev\/root       3.6G  916M  2.5G  27% \/\ndevtmpfs        153M     0  153M   0% \/dev\ntmpfs            31M  200K   31M   1% \/run\ntmpfs           5.0M     0  5.0M   0% \/run\/lock\ntmpfs            62M     0   62M   0% \/run\/shm\ntmpfs           154M     0  154M   0% \/tmp\n\/dev\/sda2       782G  120G  662G  16% \/media\/usb0\n\/dev\/sda3       4.9G  9.8M  4.6G   1% \/media\/usb1\n\/dev\/sda5       143G  5.7G  138G   4% \/media\/usb2<\/pre>\n

Hardware used :<\/strong><\/p>\n