在終端上面輸入命令:sudo fdisk -l 回車。然后找到/dev/sda /dev/sdb這樣子的英文。這里電腦上面的硬盤,其中sda則是第一個硬盤,sdb是第二個硬盤。
十余年的陽信網(wǎng)站建設經(jīng)驗,針對設計、前端、開發(fā)、售后、文案、推廣等六對一服務,響應快,48小時及時工作處理。全網(wǎng)營銷推廣的優(yōu)勢是能夠根據(jù)用戶設備顯示端的尺寸不同,自動調(diào)整陽信建站的顯示方式,使網(wǎng)站能夠適用不同顯示終端,在瀏覽器中調(diào)整網(wǎng)站的寬度,無論在任何一種瀏覽器上瀏覽網(wǎng)站,都能展現(xiàn)優(yōu)雅布局與設計,從而大程度地提升瀏覽體驗。成都創(chuàng)新互聯(lián)從事“陽信網(wǎng)站設計”,“陽信網(wǎng)站推廣”以來,每個客戶項目都認真落實執(zhí)行。
格式化硬盤分區(qū):
在終端輸入命令:圖片里面的命令回車。
其中sudo mkfs -t 理解為固定格式即可,ntfs則是格式化的類型U盤可以改成fat32 后面的/dev/sdb1 格式化的分區(qū)。如果直接寫入sdb則會出錯,無法格式化整個硬盤,只能夠格式化分區(qū)。
上面的命令回車后,會看到圖一的百分比,等到百分百就可以。最后成功后會顯示completed successfully,證明成功格式化。
4.掛載分區(qū):格式化后的分區(qū)需要查看寫入文件的話還需要進行掛載。在終端輸入命令:圖片里面的命令
回車沒有報錯則為掛載成功,其中sdb1就是你所需掛載的分區(qū)。
輸入命令:df -h ?可以看到分區(qū)的容量大小等信息。命令使用介紹請查看“Linux命令大全”
磁盤雖然分好區(qū)了,但是還不能用,還需要在這每一個分區(qū)上格式化,所謂格式化,其實就是安裝文件系統(tǒng),Windows下的文件系統(tǒng)有Fat32、NTFS,CentOS使用的文件系統(tǒng)為ext,之前centOS5版本使用ext3作為默認的文件系統(tǒng),而CentOS6使用ext4作為默認的文件系統(tǒng)。
當用man查詢這四個命令的幫助文檔時,你會發(fā)現(xiàn)我們看到了同一個幫助文檔,這說明四個命令是一樣的。
指定文件系統(tǒng)格式為ext4,該命令等同于mkfs ext4 /dev/sdb5,以后我們遇到余姚格式磁盤分區(qū)的時候,直接指定格式化為ext4即可,也可以根據(jù)操作系統(tǒng)的版本來決定格式化什么格式。
選項:-b:分區(qū)時設定每個數(shù)據(jù)塊占用空間大小,目前支持1024、2048以及4096 bytes每個塊。-i:設定inode的大小。-N:設定inode數(shù)量,有時使用默認的inode數(shù)不夠用,所以要自定設定inode數(shù)量。-c:在格式化前先檢測一下磁盤是否有問題,加上這個選項后會非常慢。
-L:預設該分區(qū)的標簽label。-j:建立ext3格式的分區(qū),如果使用mkfs.ext3就不用加這個選項了。-t:用來指定什么類型的文件系統(tǒng),可以是ext2、ext3也可以是ext4。-m:格式化時,指定預留給管理員的磁盤比例,是一個百分比,只針對mke2fs命令。
注意:可以使用-L來指定標簽,標簽會在掛載磁盤的時候使用,另外也可以寫到配置文件里,關于格式化的這一部分,我建議除非有需求,否則不需要指定塊的大小,也就是說,你只需要記住這兩個選項:-t和-L即可。
擴展資料
格式化的種類
盤片格式化牽涉兩個不同的程序:低級與高級格式化。前者處理盤片表面格式化賦與磁片扇區(qū)數(shù)的特質(zhì);低級格式化完成后,硬件盤片控制器(disk controller)即可看到并使用低級格式化的成果;后者處理“伴隨著操作系統(tǒng)所寫的特定信息”。
低級格式化
低級格式化(Low-Level Formatting)又稱低層格式化或物理格式化(Physical Format),對于部分硬盤制造廠商,它也被稱為初始化(initialization)。最早,伴隨著應用CHS編址方法、頻率調(diào)制(FM)、改進頻率調(diào)制(MFM)等編碼方案的磁盤的出現(xiàn),低級格式化被用于指代對磁盤進行劃分柱面、磁道、扇區(qū)的操作。
現(xiàn)今,隨著軟盤的逐漸退出日常應用,應用新的編址方法和接口的磁盤的出現(xiàn),這個詞已經(jīng)失去了原本的含義,大多數(shù)的硬盤制造商將低級格式化(Low-Level Formatting)定義為創(chuàng)建硬盤扇區(qū)(sector)使硬盤具備存儲能力的操作?,F(xiàn)在,人們對低級格式化存在一定的誤解,多數(shù)情況下,提及低級格式化,往往是指硬盤的填零操作。
對于一張標準的1.44 MB軟盤,其低級格式化將在軟盤上創(chuàng)建160個磁道(track)(每面80個),每磁道18個扇區(qū)(sector),每扇區(qū)512位位組(byte);共計1,474,560位組。需要注意的是:軟盤的低級格式化通常是系統(tǒng)所內(nèi)置支持的。通常情況下,對軟盤的格式化操作即包含了低級格式化操作和高級格式化操作兩個部分。
高級格式化
高級格式化又稱邏輯格式化,它是指根據(jù)用戶選定的文件系統(tǒng)(如FAT12、FAT16、FAT32、NTFS、EXT2、EXT3等),在磁盤的特定區(qū)域?qū)懭胩囟〝?shù)據(jù),以達到初始化磁盤或磁盤分區(qū)、清除原磁盤或磁盤分區(qū)中所有文件的一個操作。
高級格式化包括對主引導記錄中分區(qū)表相應區(qū)域的重寫、根據(jù)用戶選定的文件系統(tǒng),在分區(qū)中劃出一片用于存放文件分配表、目錄表等用于文件管理的磁盤空間,以便用戶使用該分區(qū)管理文件。
格式化(format)是指對磁盤或磁盤中的分區(qū)(partition)進行初始化的一種操作,這種操作通常會導致現(xiàn)有的磁盤或分區(qū)中所有的文件被清除。格式化通常分為低級格式化和高級格式化。如果沒有特別指明,對硬盤的格式化通常是指高級格式化,而對軟盤的格式化則通常同時包括這兩者。
Linux下添加新硬盤及分區(qū)格式化要點:在為主機添加硬盤前,首先要了解linux系統(tǒng)下對硬盤和分區(qū)的命名方法。
在Linux下對IDE的設備是以hd命名的,第一個ide設備是hda,第二個是hdb。依此類推。一般主板上有兩個IDE接口,一共可以安裝四個IDE設備。主IDE上的兩個設備分別對應hda和hdb,第二個IDE口上的兩個設備對應hdc和hdd。
一般硬盤安裝在主IDE的主接口上,所以是hda;光驅(qū)一般安裝在第二個IDE的主接口上,所以是hdc(應為hdb是用來命名主IDE上的從接口)。
SCSI接口設備是用sd命名的,第一個設備是sda,第二個是sdb。依此類推。分區(qū)是用設備名稱加數(shù)字命名的。例如hda1代表hda這個硬盤設備上的第一個分區(qū)。
每個硬盤最多可以有四個主分區(qū),作用是用1-4命名硬盤的主分區(qū)。邏輯分區(qū)是從5開始的,每多一個分區(qū),數(shù)字加一就可以。
參考資料:百度百科:格式化
LVM將一個或多個硬盤的分區(qū)在邏輯上集合,相當于一個大硬盤來使用,當硬盤的空間不夠使用的時候,可以繼續(xù)將 其它 的硬盤的分區(qū)加入其中,這樣可以實現(xiàn)磁盤空間的動態(tài)管理,相對于普通的磁盤分區(qū)有很大的靈活性。那么你知道linux系統(tǒng)硬盤怎么格式化嗎?我?guī)砹薼inux系統(tǒng)硬盤格式化的具 體操 作過程,下面大家跟著我一起來學習一下吧。
linux系統(tǒng)硬盤怎么格式化
分區(qū)與格式化
先用fdisk分區(qū),分區(qū)完成后再用mkfs格式化并創(chuàng)建文件系統(tǒng),掛載,磁盤就能使用啦。
分區(qū)的原理:
MBR:主引導扇區(qū)
主分區(qū)表:64bytes,最多只能分四個主分區(qū),每個主分區(qū)的記錄(相關信息,比如分區(qū)大小,位置)在主分區(qū)表里占14bytes。
如果要建多于四個的分區(qū),就要拿出一個主分區(qū)做為擴展分區(qū),再在擴展分區(qū)里面進行其它的分區(qū)操作。在 建擴展分區(qū)的時候會建立一張對應的擴展分區(qū)表,它記錄了在這個擴展分區(qū)里的分區(qū)的相關信息;理論上它沒有分區(qū)數(shù)量的限制,在擴展分區(qū)內(nèi)部的分區(qū)叫做邏輯分區(qū),如上圖中的 /dev/hda5,/dev/hda6/,/dev/hda7
格式化原理:
在分好區(qū)后,分區(qū)里面是空的,沒有任何東西。為了能讓OS識別,就必須要向分區(qū)里寫入相應格式的數(shù)據(jù)。比如windows的FAT32,NTFS;Linux的ext2,ext3,ext4(目前ext3格式的用的比較多,ext4還在實驗之中,在新的Fedora上使用的就是ext4的文件系統(tǒng))。
Windows/dos常用的分區(qū)工具:fdisk/partition magic/diskpart
Linux下常用的分區(qū)工具:
fdisk/sfdisk:命令行工具,各種版本和環(huán)境都能使用,包含在軟件包util-linux中
diskdruid:圖形化分區(qū)工具,只能在安裝REDHAT系統(tǒng)時使用。
下面我們開始實驗:
環(huán)境/工具:Fedora 14/256M內(nèi)存卡;fdisk
第一步:fdisk
[root@novice ~]# fdisk -l /dev/sdb
Disk /dev/sdb: 254 MB, 254017536 bytes
8 heads, 61 sectors/track, 1016 cylinders, total 496128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
[root@novice ~]# fdisk /dev/sdb
Command (m for help): #在輸入上面的命令后會出現(xiàn)左邊的提示,輸入m就會得到一個幫助菜單,如下:
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)
#help雖然是英文的,可都很簡單,在這里不再解釋。
#現(xiàn)在,我們正式開始分區(qū)的操作:
Command (m for help): n #新建分區(qū)
Command action
e extended
p primary partition (1-4)
#e/p分別對應擴展分區(qū) /主分區(qū);我們先分四個主分區(qū),每個50M;然后再來增加主分區(qū)或擴展分區(qū),看會出現(xiàn)怎樣的狀況,嘿嘿。
p #分區(qū)類型為主分區(qū)
Partition number (1-4, default 1): 1 #分區(qū)號,在這里我們依次選擇1、2、3、4
First sector (2048-496127, default 2048): #指定分區(qū)的起始扇區(qū),一般默認,按enter鍵即可。
Last sector, +sectors or +size{K,M,G} (2048-496127, default 496127): +50M #指定分區(qū)的終止扇區(qū),根據(jù)前面的提示我們可以做出相應的選擇+sectors 或 +size{K,M,G}
Command (m for help): p #用p打印出已建好的分區(qū)列表
Disk /dev/sdb: 254 MB, 254017536 bytes
8 heads, 61 sectors/track, 1016 cylinders, total 496128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 2048 104447 51200 83 Linux
#剩下的三個分區(qū)的建立操作同上
#分好四個主分區(qū)后的情況如下
Command (m for help): p
Disk /dev/sdb: 254 MB, 254017536 bytes
8 heads, 61 sectors/track, 1016 cylinders, total 496128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 2048 104447 51200 83 Linux
/dev/sdb2 104448 206847 51200 83 Linux
/dev/sdb3 206848 309247 51200 83 Linux
/dev/sdb4 309248 309298 25+ 83 Linux
#已經(jīng)建好四個主分區(qū)啦,現(xiàn)在我們來看看如果再建主分區(qū)或是擴展分區(qū)的話會出現(xiàn)怎樣的情況:
Command (m for help): n
You must delete some partition and add an extended partition first
#看到了吧,不能再建分區(qū)啦!要再建分區(qū)的話必須刪除some分區(qū),再新建一個擴展分區(qū)才行。
#現(xiàn)在,我們刪掉一個主分區(qū),來新建擴展分區(qū)
Command (m for help): d #刪除分區(qū)
Partition number (1-4): 4 #選擇要刪除分區(qū)的分區(qū)號,我們選第四個
Command (m for help): p #打印,如下,四個分區(qū)變成了三個!
Disk /dev/sdb: 254 MB, 254017536 bytes
8 heads, 61 sectors/track, 1016 cylinders, total 496128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 2048 104447 51200 83 Linux
/dev/sdb2 104448 206847 51200 83 Linux
/dev/sdb3 206848 309247 51200 83 Linux
#新建一個擴展分區(qū)
#如果在沒有建滿三個主分的區(qū)的情況下建立擴展分區(qū),相關選項會有些不同。
Command (m for help): n
Command action
e extended
p primary partition (1-4)
e
Selected partition 4
First sector (309248-496127, default 309248): #enter,默認
Using default value 309248
Last sector, +sectors or +size{K,M,G} (309248-496127, default 496127): #enter,默認,使用剩余空間
Using default value 496127
Command (m for help): p
Disk /dev/sdb: 254 MB, 254017536 bytes
8 heads, 61 sectors/track, 1016 cylinders, total 496128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 2048 104447 51200 83 Linux
/dev/sdb2 104448 206847 51200 83 Linux
/dev/sdb3 206848 309247 51200 83 Linux
/dev/sdb4 309248 496127 93440 5 Extended
#接下來,我們在新建的擴展分區(qū)里再新建兩個邏輯分區(qū),因為已經(jīng)有了三個主分區(qū),這里不會再顯示是建立邏輯分區(qū)還是主分區(qū)的提示!
Command (m for help): n
First sector (311296-496127, default 311296): #enter
Using default value 311296
Last sector, +sectors or +size{K,M,G} (311296-496127, default 496127): +50M
Command (m for help): n
First sector (415744-496127, default 415744): #enter
Using default value 415744
Last sector, +sectors or +size{K,M,G} (415744-496127, default 496127): #enter
Using default value 496127
Command (m for help): p
Disk /dev/sdb: 254 MB, 254017536 bytes
8 heads, 61 sectors/track, 1016 cylinders, total 496128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 2048 104447 51200 83 Linux
/dev/sdb2 104448 206847 51200 83 Linux
/dev/sdb3 206848 309247 51200 83 Linux
/dev/sdb4 309248 496127 93440 5 Extended
/dev/sdb5 311296 413695 51200 83 Linux
/dev/sdb6 415744 496127 40192 83 Linux
#上面的列表,就是我們今天分區(qū)的成果啦!接下來保存退出,重啟計算機,就可以進行下一步的mkfs操作啦!如果忘記了相關的操作命令,記得按m!!!
Command (m for help): w #保存
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
另:在建好分區(qū)后,我們還可以更改相關分區(qū)的文件系統(tǒng)類型
#如,我們要把第二個主分區(qū)改成Linux下的交換分區(qū),操作如下
Command (m for help): t #更改文件系統(tǒng)類型
Partition number (1-6): 2 #選擇第二個分區(qū)
Hex code (type L to list codes): L #選擇要更改的文件系統(tǒng)編碼,可以按L來查看相關編碼信息。
0 Empty 24 NEC DOS 81 Minix / old Lin bf Solaris
1 FAT12 39 Plan 9 82 Linux swap / So c1 DRDOS/sec (FAT-
2 XENIX root 3c PartitionMagic 83 Linux c4 DRDOS/sec (FAT-
3 XENIX usr 40 Venix 80286 84 OS/2 hidden C: c6 DRDOS/sec (FAT-
............
16 Hidden FAT16 64 Novell Netware af HFS / HFS+ fb VMware VMFS
17 Hidden HPFS/NTF 65 Novell Netware b7 BSDI fs fc VMware VMKCORE
18 AST SmartSleep 70 DiskSecure Mult b8 BSDI swap fd Linux raid auto
1b Hidden W95 FAT3 75 PC/IX bb Boot Wizard hid fe LANstep
1c Hidden W95 FAT3 80 Old Minix be Solaris boot ff BBT
1e Hidden W95 FAT1
Hex code (type L to list codes): 82 #查找到linux swap的編碼為82
Changed system type of partition 2 to 82 (Linux swap / Solaris)
Command (m for help): p
..............
Device Boot Start End Blocks Id System
/dev/sdb1 2048 104447 51200 83 Linux
/dev/sdb2 104448 206847 51200 82 Linux swap / Solaris
/dev/sdb3 206848 309247 51200 83 Linux
/dev/sdb4 309248 496127 93440 5 Extended
/dev/sdb5 311296 413695 51200 83 Linux
/dev/sdb6 415744 496127 40192 83 Linux
#最后別忘了保存!如果你須要的話!
#擴展分區(qū)不能直接使用,邏輯分區(qū)只能建立在擴展分區(qū)上!
第二步:mkfs(mkfs時分區(qū)的格式最好與fdisk設定的分區(qū)格式一致,不然.......)
mkfs支持ext2 ext3 vfa msdos jfs reiserfs等文件系統(tǒng)。
用法1:mkfs -t
例: mkfs -t ext3 /dev/sdb2
用法2:mkfs.
例:mkfs,vfat /dev/sdb3
mke2fs支持ext2/ext3文件系統(tǒng)
用法:mke2fs [-j]
例:mke2fs -j /dev/sdb5
# 更多更具體的用法請參照相關命令的man手冊
下面,接著實驗:
例一
[root@novice ~]# mkfs -t ext3 /dev/sdb1
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
Stride=0 blocks, Stripe width=0 blocks
12824 inodes, 51200 blocks
2560 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=52428800
7 block groups
8192 blocks per group, 8192 fragments per group
1832 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 34 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
例二:
[root@novice ~]# fdisk /dev/sdb
Command (m for help): t
Partition number (1-6): 6
Hex code (type L to list codes): L
0 Empty 24 NEC DOS 81 Minix / old Lin bf Solaris
1 FAT12 39 Plan 9 82 Linux swap / So c1 DRDOS/sec (FAT-
2 XENIX root 3c PartitionMagic 83 Linux c4 DRDOS/sec (FAT-
3 XENIX usr 40 Venix 80286 84 OS/2 hidden C: c6 DRDOS/sec (FAT-
4 FAT16 32M 41 PPC PReP Boot 85 Linux extended c7 Syrinx
5 Extended 42 SFS 86 NTFS volume set da Non-FS data
6 FAT16 4d QNX4.x 87 NTFS volume set db CP/M / CTOS / .
7 HPFS/NTFS 4e QNX4.x 2nd part 88 Linux plaintext de Dell Utility
.........
Hex code (type L to list codes): 7
Changed system type of partition 6 to 7 (HPFS/NTFS)
Command (m for help): p
Disk /dev/sdb: 254 MB, 254017536 bytes
8 heads, 61 sectors/track, 1016 cylinders, total 496128 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 2048 104447 51200 83 Linux
/dev/sdb2 104448 206847 51200 82 Linux swap / Solaris
/dev/sdb3 206848 309247 51200 83 Linux
/dev/sdb4 309248 496127 93440 5 Extended
/dev/sdb5 311296 413695 51200 83 Linux
/dev/sdb6 415744 496127 40192 7 HPFS/NTFS
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@novice ~]# mkfs.ntfs /dev/sdb6
Cluster size has been automatically set to 4096 bytes.
Initializing device with zeroes: 100% - Done.
Creating NTFS volume structures.
mkntfs completed successfully. Have a nice day.
新聞名稱:linux全盤格式化命令,格式化 linux
URL分享:http://jinyejixie.com/article24/hopcce.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供用戶體驗、網(wǎng)站改版、動態(tài)網(wǎng)站、ChatGPT、靜態(tài)網(wǎng)站、營銷型網(wǎng)站建設
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)