快速业务通道

linux iscsi

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-05-16
) software that runs at boot time (e.g., old versions of LILO) 2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK) Command (m for help):p Disk /dev/sdb:255 heads, 63 sectors, 4427 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/sdb1 1 4427 35559846 83 Linux Command (m for help):q
1.2.3 格式化分区 [root@localhost ~]# mkfs -t ext3 /dev/sdb1 mke2fs 1.39 (29-May-2006) Filesystem label=OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 214761472 inodes, 429495759 blocks 21474787 blocks (5.00%) reserved for the super user First data block=0 Maximum filesystem blocks=0 13108 block groups 32768 blocks per group, 32768 fragments per group 16384 inodes per group Superblock backups stored . blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, 102400000, 214990848 Writing inode tables: done Creating journal (32768 blocks): done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 31 mounts or180 days, whichever comes first. Use tune2fs -c or -i to override.
1.2.4 设定加载点: 文件系统有一个挂载点,它只是一个空的目录,新文件系统在这里与系统目录树“相连”.经过以上的操作,我的 Linux服务器已经连接到 iSCSI 储存设备, 并且如同Linux 本机上面的一个 SCSI 硬盘一样. 使用的方式几乎一模一样. 假设iSCSI 主机挂载到 /cluster/raid 目录下: [root@linux ~]# mkdir /cluster/raid [root@linux ~]# mount /dev/sda1 /cluster/raid [root@linux ~]# df Filesystem 1K-blocks Used Available Use% Mounted . /dev/hda1 10080488 2950408 6618012 31% / tmpfs 5036316 81172 4699312 0% /dev/shm /dev/sda1 1914788196 27040372 1790482212 2% /cluster/raid
1.2.5 设定自动挂载: 在机器重新启动后自动加载分区,你在/etc/fstab中加入相应分区,但分区类型市"_netdev".例如加载的分区sdb1: [root@linux ~]# vi /etc/fstab /dev/sdb1 /cluster/raid ext3 ­_netdev 0 0 /dev/sdc1 /data/sdc1 ext3 _netdev 0 0 /dev/sdd1 /data/sdd1 ext3 _netdev 0 0
1.2.6 查看挂载分区: [root@localhost ~]# df -h 文件系统 容量 已用 可用 已用% 挂载点 /dev/sda1 64G 5.6G 55G 10% / tmpfs 1.7G 0 1.7G 0% /dev/shm /dev/sdb1 1.6T 197M 1.5T 1% /data/sdb1 /dev/sdc1 1.6T 197M 1.5T 1% /data/sdc1

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站: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号