Resizing Sd card partitions on windows.
I'm using a Windows system so Gparted won't work on it. Is there a Windows program that will allow me to resize the partitions?
Re: Resizing Sd card partitions on windows.
I dont know of any that are free,
I'd just burn a gparted boot CD , boot your PC from the gparted CD, put in the SD card and resize the partitions on the SD card. Shut down and remove the CD when finished. This wont alter anything on your PC. Only thing is if you don't have the CD/DVD drive in your boot sequence but you should be able to find info on the net on how to do that if you dont already know. Its quite easy.
I'd just burn a gparted boot CD , boot your PC from the gparted CD, put in the SD card and resize the partitions on the SD card. Shut down and remove the CD when finished. This wont alter anything on your PC. Only thing is if you don't have the CD/DVD drive in your boot sequence but you should be able to find info on the net on how to do that if you dont already know. Its quite easy.
Re: Resizing Sd card partitions on windows.
Use the Debian wheezy image and you don't need to reimage before pluging into the pi.
Wheezy has a configuration script at first boot, one if the options is to resize the partitions.
T.
Wheezy has a configuration script at first boot, one if the options is to resize the partitions.
T.
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555
Re: Resizing Sd card partitions on windows.
Does this mean that my Wheezy image, which was just 2 GB will now have expanded to use all available space on my 4GB SD-Card?
How can I check if this is the case? I don't have a monitor so I am running headless by connecting with SSH through PuTTY via the network.
What I mean is how can I find out how much space is available on the drive in Linux (command line)??
How can I check if this is the case? I don't have a monitor so I am running headless by connecting with SSH through PuTTY via the network.
What I mean is how can I find out how much space is available on the drive in Linux (command line)??
Re: Resizing Sd card partitions on windows.
Someone with more Linux experience can tell you about how much space is free. Note the first (boot) image will remain at ~70mb, its the other main partition that gets expanded. Once ur in the X GUI the file system tells you how much space is left.
Texy
Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555
Re: Resizing Sd card partitions on windows.
I have no GUI access, just SSH via PuTTY....
So I need a commandline command to find out.
So I need a commandline command to find out.
-
- Posts: 1090
- Joined: Sun Sep 25, 2011 11:44 am
- Location: Potters Bar, United Kingdom
- Contact: Website
Re: Resizing Sd card partitions on windows.
You can use the df command to get details of mounted file systems.
Re: Resizing Sd card partitions on windows.
You can still get GUI access without having a monitor fitted. Search for tightvncserver.
T.
T.
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555
Re: Resizing Sd card partitions on windows.
By the way, there is a way to resize the partitions on the pi itself, sorry but I cant find the link to the topic that showed it.charlie wrote:I'm using a Windows system so Gparted won't work on it. Is there a Windows program that will allow me to resize the partitions?
Re: Resizing Sd card partitions on windows.
As itimpi said, the "df" command will show you filesystems mounted on your Pi and how much space is left on each. At the command line (logged in via SSH in your case) type:
and you'll get something like this:
BY the way, the -h flag means 'show the sizes in something that a human can understand'.
Andrew
Code: Select all
df -h
Code: Select all
Filesystem Size Used Avail Use% Mounted on
tmpfs 94M 0 94M 0% /lib/init/rw
udev 10M 136K 9.9M 2% /dev
tmpfs 94M 0 94M 0% /dev/shm
rootfs 1.6G 1.6G 0 100% /
/dev/mmcblk0p1 75M 28M 47M 38% /boot
Andrew
-
- Posts: 4
- Joined: Tue Jul 17, 2012 6:35 pm
Re: Resizing Sd card partitions on windows.
hello, if using debian on your raspi you can read that : http://elinux.org/RPi_Resize_Flash_Partitions
Re: Resizing Sd card partitions on windows.
There is a free Windows partition manager called Easus partition manager. Try that.