linux系统Padavan中U盘硬盘格式化为ext4 fdisk -l umount /dev/sdb1 mkfs.ext4 /dev/sdb1 如下图 参考资料 http://www.chenyajun/?id=41
发布评论