rpiswag wrote:I want to install a os that is 7.96 gb on a 8 gb sd card but the sd card says it can only hold 7.88 gb. Is there some way for me to get 8 gb from the sd card.
In which format do you have this OS ? I'm guessing that its an imagefile that you try to write to sdcard with some software, is this assumption correct ? (Which software btw. ?)
Its very unlikely that the filesystem in that image is full, so its possible that it will work quite well even if the very last bit is not written to the sdcard. Then its just a matter of convincng the software to write even if the card is slightly too small. (In Linux with "dd" this is easy).
The second method is more complicated and involves:
* mounting the image as a disk
* resizing the partition slighty
* and then chopping of the last part of the image-file.
I know a recipe for Doing this on Linux but not on any other OS.