一张 8G 的 SD 卡,使用 Win32DiskImager 制作 RASPBIAN 系统盘,进入系统后:
root@raspberrypi:/# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 2.9G 2.5G 279M 90% /
/dev/root 2.9G 2.5G 279M 90% /
devtmpfs 214M 0 214M 0% /dev
tmpfs 44M 232K 44M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 88M 0 88M 0% /run/shm
/dev/mmcblk0p1 56M 15M 42M 26% /boot
root@raspberrypi:/# fdisk -l
Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes
4 heads, 16 sectors/track, 242560 cylinders, total 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0009bf4f
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 6399999 3138560 83 Linux
可用空间只有 279M,剩余的容量应该怎么使用呢?
谢谢!
root@raspberrypi:/# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 2.9G 2.5G 279M 90% /
/dev/root 2.9G 2.5G 279M 90% /
devtmpfs 214M 0 214M 0% /dev
tmpfs 44M 232K 44M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 88M 0 88M 0% /run/shm
/dev/mmcblk0p1 56M 15M 42M 26% /boot
root@raspberrypi:/# fdisk -l
Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes
4 heads, 16 sectors/track, 242560 cylinders, total 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0009bf4f
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 6399999 3138560 83 Linux
可用空间只有 279M,剩余的容量应该怎么使用呢?
谢谢!
