please choosego to mobile | Continue to access the PC version
123
Return to list Post new posts
Author: admin

Orange Pi 3G-IOT is on the way!

[Copy link]

1

threads

28

posts

174

credits

Registered member

Rank: 2

credits
174
Published in 2019-1-30 17:59:42 | Show all floors
Edited by vinhjaxt at 2019-1-30 18:01
chathura_edi replied at 2019-1-30 14:27
How did you extend the root partition up to 3.5GB?My device details below:

Here you go:
fdisk /dev/mmcblk0
d 1 # (delete 2TB partition)
w # (Write it)
reboot
fdisk /dev/mmcblk0
p # remember start sector of partition 4: 113152
# /dev/mmcblk0p4      113152 2210303 2097152   1G 83 Linux

d 4 # (delete partition 4)
F # (Show unallocated space)
n # (Create new partition)
p
4
# First sector here: 113152
[enter]
w # (Write it)
reboot
resize2fs /dev/mmcblk0p4
# enjoy


3

threads

5

posts

82

credits

Registered member

Rank: 2

credits
82
Published in 2019-1-30 19:23:51 | Show all floors
vinhjaxt replied at 2019-1-30 17:59
Here you go:
fdisk /dev/mmcblk0
d 1 # (delete 2TB partition)

Thanks bro. it worked.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list