After the Raspberry Pi system is installed on the SD card, the memory is only tens of M?
After installing the Linux system on the SD card, and then check under the Windows system, it seems that there are only dozens of M left. Because the partition under linux is invisible under win!
After installing the Linux system, the SD card will be divided into three format partitions: FAT32, EXT3, SWAP2. The Ext3 area belongs to the file system of Linux, just like the C drive of the win system. The Swap area is the virtual memory area of Linux, which is mainly used as a cache when the physical memory is not enough. The above two are partitions of the Linux system. FAT32 is the "tens of M" that novices see. Need to see the real size, you can use the command to view under linux, the command is: df -h
After the Raspberry Pi is burned, the system cannot access the Internet via wifi?
If the burning system is downloaded from the Raspberry Pi official website, you must first set the region to China. When you click on the wifi section, the system has actually prompted you to set the region, so it is normal after setting the region. Please search on Baidu for specific setting method.
What is the initial username and password of the Raspberry Pi? What is the root user password?
The user name is: Pi, the password is: raspberry, the most direct way is to open Preferences>>Raspberry Pi Configuration and set it up again.
The Raspberry Pi searches for WiFi but cannot connect?
Click the WiFi icon, then turn off, then turn on, turn it off and turn it on.
When the Raspberry Pi is plugged into the Internet cable, the light does not turn on or the Internet cannot be accessed.
If the light is not on, you must first make sure that the system can start up and see the Raspberry Pi desktop, or you can log in remotely; after the above is excluded, you can set the wired ip by command, enter: ifconfig eth0 down; ifconfig eth0 up; ifconfig eth0 192.168.1.11 (here ip needs to be set to a network segment with home).