Home  >  Q&A  >  body text

linux - tf card size cannot be recognized under kali image


As shown in the picture, the TF card is 32G. It is no problem to use the official original image of Raspberry Pi with the same card. The / partition size should be 29G, but using the kali system If so, only 6.7G can be recognized.

大家讲道理大家讲道理2673 days ago1065

reply all(1)I'll reply

  • typecho

    typecho2017-06-24 09:44:44

    Answer found. . . It turned out to be a problem with extending the partition size.

    fdisk /dev/mmcblk0

    pCheck the partition value of the mount point /, and record the start value and partition number of the partition.

    d Delete Partition

    2 Select partition number

    p Check the current disk partition status

    n Create new partition

    p The partition type is primary partition

    Enter the starting and ending disk block values

    w write

    Then enter reboot to restart the system

    Use resize2fs to resize the partition after restarting: resize2fs /dev/mmcblk0p2

    Now the partition size adjustment is completed.

    reply
    0
  • Cancelreply