如何使用mount重新挂载设备

1. 简单命令(不改变原来的文件系统类型):

mount -o remount,rw /device /mount_point

示例:

Google Nexus5 上重新挂在/system挂在点

mount - o remount,rw /dev/block/platform/msm_sdcc.1/by-name/system /system


你可能感兴趣的:(Linux)