Rasperry Pi: SD Card Partitions Layout Noobs Backup Restore

If you use a raspberry pi for projects which is shipped with a 8GB SDCard it is very useful to know basics about the root, file and recovery system on the preinstalled card. Major Basics about the Partitioning you find here To save time the raspberry pi offers possibility to run a Full Backup if the … Read more

Debian Linux Wheezy: Partitioning 3TB Hard Drives with GPT Table (fdisk show 2TB max.)

Problem: On Debian Linux the brand new 3TB SATA Drives only seen as 2TB Drives by fdisk Background: GPT Partition Table must be used as new technology Solution: install “gdisk” the GPT Tool for big Drives with #sudo aptitude install gdisk clean the new Drives first Table Headers with #sudo dd if=/dev/zero of=/dev/sdb count=1 bs=512 … Read more