搜索

Linux分区

发布网友 发布时间:2022-02-26 19:48

我来回答

8个回答

懂视网 时间:2022-02-27 00:10

产品型号:Thinkpad E15

系统版本:centos8

案例:在sdb盘上建一个分区,大小为1G

在虚拟机上添加一块硬盘

 

例:对sdb这块盘划分一个100M的分区出来

[root@xuegod63 ~]# fdisk /dev/sdb

...

Command (m for help): m

Command action

   a   toggle a bootable flag

   b   edit bsd disklabel

   c   toggle the dos compatibility flag

   d   delete a partition   删除分区

   g   create a new empty GPT partition table

   G   create an IRIX (SGI) partition table

   l   list known partition types   显示分区类型

   m   print this menu   打印帮助菜单

   n   add a new partition   添加新的分区

   o   create a new empty DOS partition table

   p   print the partition table   显示分区表

   q   quit without saving changes   不保存,退出

   s   create a new empty Sun disklabel

   t   change a partition's system id   改变分区类型

   u   change display/entry units

   v   verify the partition table

   w   write table to disk and exit   写分区表信息到硬盘,保存操作并退出

   x   extra functionality (experts only)

Command (m for help): p   -----打印分区表

Command (m for help): n   ----新建一个分区

Partition type:

   p   primary (2 primary, 0 extended, 2 free)    p:主分区

   e   extended                         e:扩展分区

Select (default p):     --#直接默认

Using default response p

Partition number (1,4, default 1):   ---#直接默认

First sector (1230848-41943039, default 1230848):   ---#直接默认 

Using default value 1230848

Last sector, +sectors or +size{K,M,G} (1230848-41943039, default 41943039): +1G 

#输入分区大小

Partition 3 of type Linux and of size 1 GiB is set

Command (m for help): w   #保存退出

格式化并创建文件系统

[root@xuegod63 ~]# mkfs.xfs  /dev/sdb1   

注:-f 参数可以对已经存在文件系统的分区,强制格式化

[root@xuegod63 ~]# mkdir /sdb1   #创建挂载点

[root@xuegod63 ~]# mount /dev/sdb1 /sdb1/ #挂载

[root@xuegod63 ~]# df -h    #查看

总结: 

1. 添加硬盘

2. fdisk /dev/sdb创建分区

3. mkfs.xfs /dev/sdb1格式化并创建文件系统

4. 创建挂载目录/sdb1

5. 挂载/dev/sdb1到/sdb1


热心网友 时间:2022-02-26 21:18

could not find kernel image:linux
不是分区的问题,你分区搞定了也解决不了这个问题。
这个问题与你下载的光盘镜像有关,也可能在某个过程中丢失了或破坏了相关文件。

重新下载再做个系统光盘吧,或者用ubuntu,它的wubi.exe可以让你在windows中安装Ubuntu,避免了刻录光盘。

热心网友 时间:2022-02-26 22:36

要是你是linux新手的话,推荐你使用ubuntu系统,可以用wubi模式象安装windows应用软件一样安装linux系统到你的windows上,也可以在windows里象卸载普通广泛应用软件一样卸载。并不会改变windows原有分区。重启时就有双系统的启动菜单了。也不用考虑改成linux分区,不影响windows文件,有必要时可以把windows文件系统挂载到linux。

热心网友 时间:2022-02-27 00:10

我记得在安装的过程中会有一个分区选项,吧默认的分区都删除掉,选择你想要的格式和分区建立就哦了

热心网友 时间:2022-02-27 02:02

两种方法:
1,在windows下用PM直接建立EXT3分区,然后用Linux安装记住要有一个BOOT或\,一个HOME,一个SWAP分区。
2,用wubi安装,进入到Live模式下进行安装时,会进行分区的操作。
具体去一些Linux的社区看看,会对你很有帮助的。
祝你成功!

热心网友 时间:2022-02-27 04:10

与分区无关的分区是在安装过程中分区的~建议安装ubuntu10.04对硬件支持比较好也比较适合新手使用…

热心网友 时间:2022-02-27 06:34

could not find kernel image:linux——可以保证,是你的盘有问题,如果是自己刻的话,最好验证一下盘的可靠性。刻录软件可以验盘
而转分区很简单,在安装的过程中linux会提供一个图形环境的分区功能的,在那里删掉原来win下的一个分区,指定linux安装在这里面就可以了

热心网友 时间:2022-02-27 09:16

用光盘启动,安装过程中,重新初始化磁盘。 如果你要装双系统,那就先到windows里删掉部分分区,,,在安装linux时,选择使用剩余磁盘空间安装。
声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。
E-MAIL:11247931@qq.com
Top