時(shí)間:2015-06-28 00:00:00 來(lái)源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)
1.關(guān)機(jī)接好第二塊SCSI硬盤(pán)
2.開(kāi)機(jī)進(jìn)入linux系統(tǒng),輸入fdisk -l 或者dmesg |grep sdb(這個(gè)命令會(huì)顯示本機(jī)第2塊硬盤(pán)的信息)
3.fdisk /dev/sdb
[root@OracleDB ~]# fdisk /dev/sdb
The number of cylinders for this disk is set to 1044.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) 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): m
Command action
a?? toggle a bootable flag
b?? edit bsd disklabel
c?? toggle the dos compatibility flag
d?? delete a partition
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): n
Command action
e?? extended
p?? primary partition (1-4)
1
Invalid partition number for type `1'
Command action
e?? extended
p?? primary partition (1-4)
p
最后保存 w
然后fdisk -l
會(huì)看到/dev/sdb1這個(gè)分區(qū)
下面把這個(gè)分區(qū)格式化成ext3格式
然后格式化分區(qū),創(chuàng)建文件系統(tǒng)
mkfs -t ext3 /dev/sdb5,等一會(huì)兒就完成了。
創(chuàng)建mount point:
#cd /
#mkdir app
測(cè)試是否MOUNT
#mount -t ext3 /dev/sdb5?? /app
一舉成功。
#umount?? /app
最后修改/etc/fstab,增加一行:
/dev/sdb5?? /app ext3 default 1 2
保存后運(yùn)行命令
mount -a
結(jié)果ok, cd /app 發(fā)現(xiàn)了lost+found。
#p#副標(biāo)題#e#
------------------------------------------------------------------------------------------------------------------------------
Linux下添加一塊硬盤(pán),劃分2個(gè)分區(qū)
------------------------------------------------------------------------------------------------------------------------------
[root@OracleDB ~]# fdisk -l
Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot????? Start?? End????? Blocks?? Id System
/dev/sda1?? *???? 1??? 13????? 104391?? 83 Linux
/dev/sda2? 14??? 78????? 522112+ 82 Linux swap / Solaris
/dev/sda3? 79?? 116????? 305235?? 83 Linux
/dev/sda4 117? 1044???? 7454160??? 5 Extended
/dev/sda5 117? 1044???? 7454128+ 83 Linux
Disk /dev/sdb: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdb doesn't contain a valid partition table
[root@OracleDB ~]# fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
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
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): n
Command action
e?? extended
p?? primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-522, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-522, default 522):
Using default value 522
Command (m for help): p
#p#副標(biāo)題#e#
Disk /dev/sdb: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot????? Start?? End????? Blocks?? Id System
/dev/sdb1?? 1?? 522???? 4192933+ 83 Linux
Command (m for help): q
[root@OracleDB ~]# demsg /dev/sdb
bash: demsg: command not found
[root@OracleDB ~]# demsg
bash: demsg: command not found
[root@OracleDB ~]# clear
[root@OracleDB ~]# fdislk -;
bash: fdislk: command not found
[root@OracleDB ~]# fdisk -l
Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot????? Start?? End????? Blocks?? Id System
/dev/sda1?? *???? 1??? 13????? 104391?? 83 Linux
/dev/sda2? 14??? 78????? 522112+ 82 Linux swap / Solaris
/dev/sda3????&n
關(guān)鍵詞標(biāo)簽:Linux,scsi硬盤(pán)
相關(guān)閱讀
熱門(mén)文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 多種操作系統(tǒng)NTP客戶(hù)端配置 Linux操作系統(tǒng)修改IP
人氣排行 Linux下獲取CPUID、硬盤(pán)序列號(hào)與MAC地址 dmidecode命令查看內(nèi)存型號(hào) linux tc實(shí)現(xiàn)ip流量限制 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 linux下解壓rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 關(guān)機(jī)、重啟、注銷(xiāo) 命令 查看linux服務(wù)器硬盤(pán)IO讀寫(xiě)負(fù)載