by pobrika » 28 Jul 2016, 15:59
Hi Guys you have 2 real choices to fix this issue, but I'll include a third as an option, one is in a linux gui tool the other 2 would be using the cmd line on the rpi, One extends the partition the other option creates a new one.
1) Download something like ubuntu or linux Mint, then use gparted, this is a gui driven partitioning tool.
Insert RPI SD card into computer, start gparted, select your USB drive.
Right click on the largest partition and chose resize, drag to fill the whole of the usb device or whatever size you want, Apply change.
Put SD card back in RPI and enjoy.
2) Use the cmd to resize the card the following site offers a solution that should work, you'll need use putty or similar to connect over ssh to your RPI.
3) Use either partition tool to add a new partition after the 2GB one, format the filesystem system and then add to the /etc/fstab so it automatically mounts to something like /mnt/MPD/Data, create the folder with mkdir /mnt/MPD/Data. Then copy all your media from the /mnt/MPD/local files to your new folder. This method will increase the storage area for media however the OS could still run out of room and you may find yourself trying to find large file logs etc to remove.