Go to advanced search

by tabsterleir
Mon Apr 15, 2013 3:46 am
Forum: Beginners
Topic: Pisces + MATE: Use the whole SD Card
Replies: 2
Views: 998

Re: Pisces + MATE: Use the whole SD Card

I've used this method on multiple distros for the Pi and its worked every time. Of course, do this at your own risk, YMMV etc

Open a root terminal and type/press the following in sequence

fdisk /dev/mmcblk0
d
2
n
p
2
enter
enter
w
shutdown -r now
resize2fs /dev/mmcblk0p2

Go to advanced search