1, linux rw in maintenance mode
After enter into the maintenance mode, sometimes you need to modify the system files, but you don't have the rw access right to the system file, can use this command to reload the file system as the rw mode.
mount -o remount, rw /2, create the extended partition
maximum the linux system can create only 4 primary partition, and sometimes you need to create more than four partitions, then you need to create the extended partitions, the command sequence as,
fdisk /dev/sda
n-l(create the extended partition)-size-t-label-w

本文介绍了Linux系统中进入维护模式的方法及文件系统重新加载的命令,同时详细讲解了如何创建扩展分区,解决Linux系统中分区数量限制的问题。
976

被折叠的 条评论
为什么被折叠?



