快速业务通道

linux 下加挂硬盘的具体做法

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-05-03
Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Writing inode tables: done Creating journal (16384 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. [root@localhost ~]# 输入mkfs -t ext3 /dev/sdb1 下一步设置卷标 [root@localhost ~]# e2label /dev/sdb1 /test 这里/test 就是在根下起了个名字, 下一步创建挂载点 [root@localhost ~]# mkdir /test 下一步 设置开机自动挂载 [root@localhost ~]# vi /etc/fstab 修改这个文件为 LABEL=/test /test ext3 defaults 1 2 也就是加了这么一句 保存退出 下一步重启 [root@localhost ~]# reboot 能进系统说明挂载成功,要是进不了系统,那就是挂载失败 [root@localhost /]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 6092388 1990056 3787860 35% / /dev/sda3 988116 17700 919412 2% /home /dev/sda1 46633 10277 33948 24% /boot tmpfs 517660 0 517660 0% /dev/shm /dev/sdb1 3850292 73248 3581456 3% /test [root@localhost /]# 统计一下分区使用情况,ok 实验成功

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号