dschmenk / apple2pi

Apple II client/server for Raspberry Pi
GNU General Public License v3.0
112 stars 24 forks source link

RaspApple2 distro missing fsck.vfat #4

Open KenKashmarek opened 9 years ago

KenKashmarek commented 9 years ago

I get an error message indicating possible problem with a file system (points to boot). In indicates that I should run fsck on that file system.

However, fsch fails because boot if vfat format, and fsck.vfat is missing.

The system appears to boot okay. Any ideas about the missing fsck.vfat?

The swap on this system is SMALL, only about 100 meg (for a 512 meg size). It was built as part of the configuration when the disto was first booted. Any way to make it larger?

dschmenk commented 9 years ago

Hi Ken-

Can you contact me directly at dschmenk@gmail.com instead of through GitHub? BTW, that error is nothing to worry about - it's just the FAT boot partition. As for the swap file size, check the Raspberry Pi forums, I'm sure someone has looked into that.

Dave...

On Oct 17, 2014, at 6:16 AM, KenKashmarek notifications@github.com wrote:

I get an error message indicating possible problem with a file system (points to boot). In indicates that I should run fsck on that file system.

However, fsch fails because boot if vfat format, and fsck.vfat is missing.

The system appears to boot okay. Any ideas about the missing fsck.vfat?

The swap on this system is SMALL, only about 100 meg (for a 512 meg size). It was built as part of the configuration when the disto was first booted. Any way to make it larger?

— Reply to this email directly or view it on GitHub https://github.com/dschmenk/apple2pi/issues/4.