Orange Pi Manual Copy right by Shenzhen Xunlong Software Co., Ltd
www.orangepi.org
31
www.xunlong.tv
v.
Setting start up
sudo nano /etc/rc.loacl add the following contents before
exit 0
cd /xx/xunlei
./etm_monitor &
ctrl +o and enter, ctrl +x to save and exit.
It could be remote downloading on computer, mobile phone or tablet by
login yuancheng.xunlei.com
g.
How to modify the size of the ext4 file system
Extended file system
1. Start to Linux, umount
/dev/sdb1 and /dev/sdb2
, if there is prompt of busy
disk, then use fuser to stop the running system.(Recommend using another Linux to
boot for leading system)
2. Use
fdisk /dev/sdb
to modify the size of partition, after that, enter p to mark
the size of start partition.
3. Enter
d
to delete the partition needs to change(my file system is /dev/sdb2,
which also is the second partition )
4. Enter
n
to build a new partition. Please note that the start position and deleted
partition are the same, and then input the size of your expected.
5. Enter
w
to keep the partition sheet
6. Use the following directory to check the file system(to make sure there is no
wrong of file system, make a preparation of modifying file system)
e2fsck -f /dev/sdb2
7. Re-size partition
resize2fs /dev/sdb2
8. Mount a partition to check whether the size changed.
Reduced file system