您好,欢迎来到 - 67学习网 - http://www.67xuexi.com !

vps的硬盘扩容后的挂载探索

摘要:4096000Writing inode tables: doneCreating journal (32768 blocks): doneWriting superblocks and filesystem accounting information: doneThis filesystem will be automatically checked every 33 mounts or180 days, whichever comes first. Use tune2fs -c or -i to override.到此,分区就创建成功了,这个需要只需要将其挂载到指定的目录即可:mount /dev/sdb2 /aaa当然为了能够在下次启动的时候,让其自动挂载,我们需要在分区表中加入如下信息:/dev/sdb2 /aaa ext3 defaults 1 2分区表的文件位于:/etc/fstab通过df命令就可以看到我们挂载后的分区了,至此分区成功完成。上一页 [1] [2]
vps的硬盘扩容后的挂载探索,标签:电脑常识大全,http://www.67xuexi.com

  4096000

  Writing inode tables: done

  Creating journal (32768 blocks): done

  Writing superblocks and filesystem accounting information: done

  This filesystem will be automatically checked every 33 mounts or

  180 days, whichever comes first. Use tune2fs -c or -i to override.

  到此,分区就创建成功了,这个需要只需要将其挂载到指定的目录即可:

  mount /dev/sdb2 /aaa

  当然为了能够在下次启动的时候,让其自动挂载,我们需要在分区表中加入如下信息:

  /dev/sdb2 /aaa ext3 defaults 1 2

  分区表的文件位于:/etc/fstab

  通过df命令就可以看到我们挂载后的分区了,至此分区成功完成。

上一页  [1] [2] 


Tag:电脑常识电脑常识大全电脑教程 - 电脑常识

《vps的硬盘扩容后的挂载探索》相关文章