Its been a while working on Raspberry Pi 2, I realized that there is a need for "User Data" drive for the RPi. So with this blog I will be sharing the procedure to make and mount a drive. To get started, its recommended to have monitor, keyboard and mouse connected to RPi. If its not available then follow my previous blog on Raspberry Pi . Connect the drive to RPi, if the drive is formatted then you can skip these steps and jump to mounting, else if the drive is not formatted then open terminal (Ctrl+atl+T), type lsblk this will list the drives attached to RPi. Find the drive to be formatted, now type sudo fdisk /dev/'your disk' replace 'your disk' with sda/sdb/sdc... whatever that you found using 'lsblk'. Be careful while entering, if you chose the mmc card the OS drive will be formatted first enter 'd' followed by 'n', hit enter 4 times and finally enter 'w'. With this you have created a new partit...
A blog on understanding things with simplicity...