真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

菜鳥教程linux命令 linux命令 菜鳥

Linux磁盤管理

是一個(gè)創(chuàng)建和維護(hù)分區(qū)表的程序,它兼容DOS類型的分區(qū)表、BSD或者SUN類型的磁盤列表。

10年的朗縣網(wǎng)站建設(shè)經(jīng)驗(yàn),針對(duì)設(shè)計(jì)、前端、開發(fā)、售后、文案、推廣等六對(duì)一服務(wù),響應(yīng)快,48小時(shí)及時(shí)工作處理。成都營銷網(wǎng)站建設(shè)的優(yōu)勢(shì)是能夠根據(jù)用戶設(shè)備顯示端的尺寸不同,自動(dòng)調(diào)整朗縣建站的顯示方式,使網(wǎng)站能夠適用不同顯示終端,在瀏覽器中調(diào)整網(wǎng)站的寬度,無論在任何一種瀏覽器上瀏覽網(wǎng)站,都能展現(xiàn)優(yōu)雅布局與設(shè)計(jì),從而大程度地提升瀏覽體驗(yàn)。創(chuàng)新互聯(lián)建站從事“朗縣網(wǎng)站設(shè)計(jì)”,“朗縣網(wǎng)站推廣”以來,每個(gè)客戶項(xiàng)目都認(rèn)真落實(shí)執(zhí)行。

語法

fdisk [必要參數(shù)][選擇參數(shù)]

必要參數(shù):

-l 列出素所有分區(qū)表

-u 與"-l"搭配使用,顯示分區(qū)數(shù)目

選擇參數(shù):

-s分區(qū)編號(hào) 指定分區(qū)

-v 版本信息

菜單操作說明

m :顯示菜單和幫助信息

a :活動(dòng)分區(qū)標(biāo)記/引導(dǎo)分區(qū)

d :刪除分區(qū)

l :顯示分區(qū)類型

n :新建分區(qū)

p :顯示分區(qū)信息

q :退出不保存

t :設(shè)置分區(qū)號(hào)

v :進(jìn)行分區(qū)檢查

w :保存修改

x :擴(kuò)展應(yīng)用,高級(jí)功能

(英文全拼:make file system)命令用于在特定的分區(qū)上建立 linux 文件系統(tǒng)。

使用方式? :

mkfs [-V] [-t fstype] [fs-options] filesys [blocks]

參數(shù)? :

device : 預(yù)備檢查的硬盤分區(qū),例如:/dev/sda1

-V : 詳細(xì)顯示模式

-t : 給定檔案系統(tǒng)的型式,Linux 的預(yù)設(shè)值為 ext2

-c : 在制做檔案系統(tǒng)前,檢查該partition 是否有壞軌

-l bad_blocks_file : 將有壞軌的block資料加到 bad_blocks_file 里面

block : 給定 block 的大小

命令是經(jīng)常會(huì)使用到的命令,它用于掛載Linux系統(tǒng)外的文件。

語法

mount [-hV]mount -a [-fFnrsvw] [-t vfstype]mount [-fnrsvw] [-o options [,...]] device | dir

mount [-fnrsvw] [-t vfstype] [-o options] device dir

參數(shù)說明:

-V:顯示程序版本

-h:顯示輔助訊息

-v:顯示較訊息,通常和 -f 用來除錯(cuò)。

-a:將 /etc/fstab 中定義的所有檔案系統(tǒng)掛上。

-F:這個(gè)命令通常和 -a 一起使用,它會(huì)為每一個(gè) mount 的動(dòng)作產(chǎn)生一個(gè)行程負(fù)責(zé)執(zhí)行。在系統(tǒng)需要掛上大量 NFS 檔案系統(tǒng)時(shí)可以加快掛上的動(dòng)作。

-f:通常用在除錯(cuò)的用途。它會(huì)使 mount 并不執(zhí)行實(shí)際掛上的動(dòng)作,而是模擬整個(gè)掛上的過程。通常會(huì)和 -v 一起使用。

-n:一般而言,mount 在掛上后會(huì)在 /etc/mtab 中寫入一筆資料。但在系統(tǒng)中沒有可寫入檔案系統(tǒng)存在的情況下可以用這個(gè)選項(xiàng)取消這個(gè)動(dòng)作。

-s-r:等于 -o ro

-w:等于 -o rw

-L:將含有特定標(biāo)簽的硬盤分割掛上。

-U:將檔案分割序號(hào)為 的檔案系統(tǒng)掛下。-L 和 -U 必須在/proc/partition 這種檔案存在時(shí)才有意義。

-t:指定檔案系統(tǒng)的型態(tài),通常不必指定。mount 會(huì)自動(dòng)選擇正確的型態(tài)。

-o async:打開非同步模式,所有的檔案讀寫動(dòng)作都會(huì)用非同步模式執(zhí)行。

-o sync:在同步模式下執(zhí)行。

-o atime、-o noatime:當(dāng) atime 打開時(shí),系統(tǒng)會(huì)在每次讀取檔案時(shí)更新檔案的『上一次調(diào)用時(shí)間』。當(dāng)我們使用 flash 檔案系統(tǒng)時(shí)可能會(huì)選項(xiàng)把這個(gè)選項(xiàng)關(guān)閉以減少寫入的次數(shù)。

-o auto、-o noauto:打開/關(guān)閉自動(dòng)掛上模式。

-o defaults:使用預(yù)設(shè)的選項(xiàng) rw, suid, dev, exec, auto, nouser, and async.

-o dev、-o nodev-o exec、-o noexec允許執(zhí)行檔被執(zhí)行。

-o suid、-o nosuid:

允許執(zhí)行檔在 root 權(quán)限下執(zhí)行。

-o user、-o nouser:使用者可以執(zhí)行 mount/umount 的動(dòng)作。

-o remount:將一個(gè)已經(jīng)掛下的檔案系統(tǒng)重新用不同的方式掛上。例如原先是唯讀的系統(tǒng),現(xiàn)在用可讀寫的模式重新掛上。

-o ro:用唯讀模式掛上。

-o rw:用可讀寫模式掛上。

-o loop=:使用 loop 模式用來將一個(gè)檔案當(dāng)成硬盤分割掛上系統(tǒng)。

(base) zfy@zfy-PC:~$ sudo fdisk -l

Disk /dev/sda: 80 GiB, 85899345920 bytes, 167772160 sectors

#塊設(shè)備名稱為/dev/sda,此設(shè)備的大小為80?GB,85899345920?bytes是轉(zhuǎn)換成字節(jié)后的大小,共167772160 個(gè)扇區(qū)

Disk model: VMware Virtual S

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: dos

Disk identifier: 0x3b1ffeba

Device? ? Boot? ? Start? ? ? End? Sectors? Size Id Type

#分區(qū)序列 | 引導(dǎo)?| 開始?| 終止?| Sectors?|?容量?| 分區(qū)類型ID?| 分區(qū)類型

/dev/sda1? *? ? ? ? 2048? 3147775? 3145728? 1.5G 83 Linux

/dev/sda2? ? ? ? 3147776 138412031 135264256 64.5G? 5 Extended

/dev/sda3? ? ? 138412032 161480703? 23068672? 11G 83 Linux

/dev/sda4? ? ? 161480704 167770111? 6289408? ? 3G 82 Linux swap / Solaris

/dev/sda5? ? ? ? 3149824? 34605055? 31455232? 15G 83 Linux

/dev/sda6? ? ? ? 34607104? 66062335? 31455232? 15G 83 Linux

/dev/sda7? ? ? ? 66064384 138412031? 72347648 34.5G 83 Linux

Partition table entries are not in disk order.

a. 在虛擬機(jī)中添加硬盤,添加后使用fdisk -l命令查看,磁盤變成兩個(gè),在sda中還沒有分區(qū)

root@zfy-PC:/home/zfy# fdisk -l

Disk /dev/sda: 2 GiB, 2147483648 bytes, 4194304 sectors

Disk model: VMware Virtual S

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 /dev/sdb: 80 GiB, 85899345920 bytes, 167772160 sectors

Disk model: VMware Virtual S

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: dos

Disk identifier: 0x3b1ffeba

Device? ? Boot? ? Start? ? ? End? Sectors? Size Id Type

/dev/sdb1? *? ? ? ? 2048? 3147775? 3145728? 1.5G 83 Linux

/dev/sdb2? ? ? ? 3147776 138412031 135264256 64.5G? 5 Extended

/dev/sdb3? ? ? 138412032 161480703? 23068672? 11G 83 Linux

/dev/sdb4? ? ? 161480704 167770111? 6289408? ? 3G 82 Linux swap / Solaris

/dev/sdb5? ? ? ? 3149824? 34605055? 31455232? 15G 83 Linux

/dev/sdb6? ? ? ? 34607104? 66062335? 31455232? 15G 83 Linux

/dev/sdb7? ? ? ? 66064384 138412031? 72347648 34.5G 83 Linux

Partition table entries are not in disk order.

b.下面對(duì)sda進(jìn)行分區(qū)

root@zfy-PC:/home/zfy# fdisk /dev/sda

Welcome to fdisk (util-linux 2.33.1).? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?

Changes will remain in memory only, until you decide to write them.? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?

Be careful before using the write command.

Device does not contain a recognized partition table.

Created a new DOS disklabel with disk identifier 0xb985e226.

Command (m for help): m

#輸入m查看幫助

Help:

DOS (MBR)

a? toggle a bootable flag

b? edit nested BSD disklabel

c? toggle the dos compatibility flag

Generic

d? delete a partition

F? list free unpartitioned space

l? list known partition types

n? add a new partition

p? print the partition table

t? change a partition type

v? verify the partition table

i? print information about a partition

Misc

m? print this menu

u? change display/entry units

x? extra functionality (experts only)

Script

I? load disk layout from sfdisk script file

O? dump disk layout to sfdisk script file

Save Exit

w? write table to disk and exit

q? quit without saving changes

Create a new label

g? create a new empty GPT partition table

G? create a new empty SGI (IRIX) partition table

o? create a new empty DOS partition table

s? create a new empty Sun partition table

Command (m for help): n

#輸入n創(chuàng)建一個(gè)分區(qū)

Partition type

p? primary (0 primary, 0 extended, 4 free)

e? extended (container for logical partitions)

Select (default p): p

#選擇主分區(qū)

Partition number (1-4, default 1): 1

#選擇編號(hào)為1

First sector (2048-4194303, default 2048): 2500000

#起始sector?設(shè)為2500000

Last sector, +/-sectors or +/-size{K,M,G,T,P} (2500000-4194303, default 4194303): 4194303

#終止sector?設(shè)為4194303

Created a new partition 1 of type 'Linux' and of size 827.3 MiB.

#分區(qū)完成,分區(qū)大小為827.3 MiB

Command (m for help): n

#繼續(xù)創(chuàng)建一個(gè)分區(qū)

Partition type

p? primary (1 primary, 0 extended, 3 free)

e? extended (container for logical partitions)

Select (default p): e

#新增擴(kuò)展分區(qū)

Partition number (2-4, default 2): 2

#選擇編號(hào)為2

First sector (2048-4194303, default 2048): 2048

#起始sector為2048

Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-2499999, default 2499999):

#終止sector為2499999

Created a new partition 2 of type 'Extended' and of size 1.2 GiB.

#新增完成,大小為1.2GiB

Command (m for help): w

#保存

The partition table has been altered.

Calling ioctl() to re-read partition table.

Syncing disks.

c.查看分區(qū)后磁盤信息,此時(shí)sda磁盤已經(jīng)有兩個(gè)分區(qū)

Disk /dev/sda: 2 GiB, 2147483648 bytes, 4194304 sectors

Disk model: VMware Virtual S

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: dos

Disk identifier: 0xb985e226

Device? ? Boot? Start? ? End Sectors? Size Id Type

/dev/sda1? ? ? 2500000 4194303 1694304 827.3M 83 Linux

/dev/sda2? ? ? ? ? 2048 2499999 2497952? 1.2G? 5 Extended

Partition table entries are not in disk order.

Disk /dev/sdb: 80 GiB, 85899345920 bytes, 167772160 sectors

Disk model: VMware Virtual S

Units: sectors of 1 * 512 = 512 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disklabel type: dos

Disk identifier: 0x3b1ffeba

Device? ? Boot? ? Start? ? ? End? Sectors? Size Id Type

/dev/sdb1? *? ? ? ? 2048? 3147775? 3145728? 1.5G 83 Linux

/dev/sdb2? ? ? ? 3147776 138412031 135264256 64.5G? 5 Extended

/dev/sdb3? ? ? 138412032 161480703? 23068672? 11G 83 Linux

/dev/sdb4? ? ? 161480704 167770111? 6289408? ? 3G 82 Linux swap / Solaris

/dev/sdb5? ? ? ? 3149824? 34605055? 31455232? 15G 83 Linux

/dev/sdb6? ? ? ? 34607104? 66062335? 31455232? 15G 83 Linux

/dev/sdb7? ? ? ? 66064384 138412031? 72347648 34.5G 83 Linux

Partition table entries are not in disk order.

d.用ext3的文件系統(tǒng)對(duì)分區(qū)進(jìn)行格式化

root@zfy-PC:/home/zfy# mkfs -t ext3 /dev/sda1

mke2fs 1.44.5 (15-Dec-2018)

Creating filesystem with 211788 4k blocks and 52976 inodes

Filesystem UUID: db384338-4af1-4eec-a62d-f2b2f8e0ec96

Superblock backups stored on blocks:

? ? 32768, 98304, 163840

Allocating group tables: done? ? ? ? ? ? ? ? ? ? ? ? ? ?

Writing inode tables: done? ? ? ? ? ? ? ? ? ? ? ? ? ?

Creating journal (4096 blocks): done

Writing superblocks and filesystem accounting information: done

e.新建一個(gè)分區(qū)目錄 /data,并掛載

root@zfy-PC:/home/zfy# mkdir data

root@zfy-PC:/home/zfy# mount /dev/sda1 /data

root@zfy-PC:/home/zfy# df -TH /data/#查看是否掛載成功

文件系統(tǒng)? ? ? 類型? 容量? 已用? 可用 已用% 掛載點(diǎn)

/dev/sda1? ? ? ext3? 838M? 881k? 793M? ? 1% /data

f. 用vim打開?etc/fstab并假如 /dev/sda1/data ext3 defaults 0 0,這樣重啟后便不需要再掛載

參考文獻(xiàn):

【1】 Linux mount命令 | 菜鳥教程 (runoob.com)

【2】 linux添加新磁盤和創(chuàng)建分區(qū) - IT(小菜雞) - 博客園 (cnblogs.com)

linux新手按照菜鳥教程安裝的CentOS6.8,用yum指令安裝wget時(shí)報(bào)no package wget available。

建議先檢查網(wǎng)絡(luò)通信是否正常,如果正常,請(qǐng)嘗試切換yum源到aliyun的備用源。

然后執(zhí)行下列命令清理yum緩存

sudo yum clean all

sudo yum repolist

即可,然后再次嘗試下載wget

新手入門Linux的步驟

新手想要快速入門學(xué)習(xí)Linux,要制定合適的學(xué)習(xí)路線,這樣才可以達(dá)到事半功倍的效果。

第一階段:linux基礎(chǔ)入門

1. 開班課程介紹-規(guī)章制度介紹-破冰活動(dòng);

2. Linux硬件基礎(chǔ)/Linux發(fā)展歷史;

3. Linux系統(tǒng)安裝/xshell連接/xshell優(yōu)化/SSH遠(yuǎn)程連接故障問題排查

4. 第一關(guān)一大波命令及特殊字符知識(shí)考試題講解

5. L inux基礎(chǔ)優(yōu)化

6. Linux目錄結(jié)構(gòu)知識(shí)精講

7. 第二關(guān)一大波命令及特殊知識(shí)考試題講解(上)

8. 第二關(guān)一大波命令及特殊知識(shí)考試題講解(下)

9. Linux文件屬性一大堆知識(shí)精講

10. Linux通配符/正則表達(dá)式

11. 第三關(guān)一大波命令及重要知識(shí)考試題講解(上)

12. 第三關(guān)一大波命令及重要知識(shí)考試題講解(下)

13. Linux系統(tǒng)權(quán)限(上)

14. Linux系統(tǒng)權(quán)限(下)

15. 第一階段結(jié)束需要導(dǎo)師或講師對(duì)整體課程進(jìn)行回顧

第二階段:linux系統(tǒng)管理進(jìn)階

1. Linux定時(shí)任務(wù)

2. Linux用戶管理

3. Linux磁盤與文件系統(tǒng)(上)

4. Linux磁盤與文件系統(tǒng)(中下)

5. Linux三劍客之sed命令

第三階段:Linux Shell基礎(chǔ)

1. Shell編程基礎(chǔ)1

2. Shell編程基礎(chǔ)234

3. Linux三劍客之a(chǎn)wk命令

第四階段:Linux網(wǎng)絡(luò)基礎(chǔ)

1. 計(jì)算機(jī)網(wǎng)絡(luò)基礎(chǔ)上

2. 計(jì)算機(jī)網(wǎng)絡(luò)基礎(chǔ)下

3. 第二階段結(jié)束需要導(dǎo)師或講師對(duì)整體課程進(jìn)行回顧。

第五階段:Linux網(wǎng)絡(luò)服務(wù)

1. 集群實(shí)戰(zhàn)架構(gòu)開始及環(huán)境準(zhǔn)備

2. rsync數(shù)據(jù)同步服務(wù)

3. Linux全網(wǎng)備份項(xiàng)目案例精講

4. nfs網(wǎng)絡(luò)存儲(chǔ)服務(wù)精講

5. inotify/sersync實(shí)時(shí)數(shù)據(jù)同步/nfs存儲(chǔ)實(shí)時(shí)備份項(xiàng)目案例精講

第六階段:Linux重要網(wǎng)絡(luò)服務(wù)

1. http協(xié)議/www服務(wù)基礎(chǔ)

2. nginx web介紹及基礎(chǔ)實(shí)踐

3. nginx web精講結(jié)束

4. lnmp環(huán)境部署/數(shù)據(jù)庫異機(jī)遷移/共享數(shù)據(jù)異機(jī)遷移到NFS系統(tǒng)

5. nginx負(fù)載均衡深入透徹

6. keepalived高可用深入透徹

第七階段:Linux中小規(guī)模集群構(gòu)建與優(yōu)化(50臺(tái))

1. 期中架構(gòu)開戰(zhàn)說明+期中架構(gòu)部署回顧

2. 全體晝夜兼程部署期中架構(gòu)并完成上臺(tái)述職演講(加上兩個(gè)周末共9天)

3. kickstart cobbler 批量自動(dòng)安裝系統(tǒng)

4. pptp vpn與ntp服務(wù)

5. memcached原理及部署/作為緩存及session會(huì)話共享

第八階段:Ansible自動(dòng)化運(yùn)維與Zabbix監(jiān)控

1. SSH服務(wù)秘鑰認(rèn)證

2. ansible批量自動(dòng)化管理集群(入門及深入)

3. zabbix監(jiān)控

第九階段:大規(guī)模集群高可用服務(wù)(Lvs、Keepalived)

1. Centos7系統(tǒng)自行安裝/centos6與7區(qū)別

2. lvs負(fù)載均衡集群/keepalived管理LVS集群

第十階段:Java Tomcat服務(wù)及防火墻Iptables

1. iptables防火墻精講上

2. iptables防火墻精講下

3. tomcat java應(yīng)用服務(wù)/nginx配合tomcat服務(wù)部署及優(yōu)化

第十一階段:MySQL DBA高級(jí)應(yīng)用實(shí)踐

1. MySQL數(shù)據(jù)庫入門基礎(chǔ)命令

2. MySQL數(shù)據(jù)庫進(jìn)階備份恢復(fù)

3. MySQL數(shù)據(jù)庫深入事務(wù)引擎

4. MySQL數(shù)據(jù)庫優(yōu)化SQL語句優(yōu)化

5. MySQL數(shù)據(jù)庫集群主從復(fù)制/讀寫分離

6. MySQL數(shù)據(jù)庫高可用/mha/keepalved

第十二階段:高性能數(shù)據(jù)庫Redis和Memcached課程

第十三階段:Linux大規(guī)模集群架構(gòu)構(gòu)建(200臺(tái))

第十四階段:Linux Shell編程企業(yè)案例實(shí)戰(zhàn)

第十五階段:企業(yè)級(jí)代碼發(fā)布上線方案(SVN和Git)

1. GIT管理

2. 代碼上線項(xiàng)目案例

第十六階段企業(yè)級(jí)Kvm虛擬化與OpenStack云計(jì)算

1. KVM虛擬化企業(yè)級(jí)實(shí)戰(zhàn)

2. OpenStack云計(jì)算企業(yè)級(jí)實(shí)戰(zhàn)

第十七階段公有云阿里云8大組件構(gòu)建集群實(shí)戰(zhàn)

第十八階段:Docker技術(shù)企業(yè)應(yīng)用實(shí)踐

1. Docker容器與微服務(wù)深入實(shí)踐

2. 大數(shù)據(jù)Hadoop生態(tài)體系及實(shí)踐

第十九階段:Python自動(dòng)化入門及進(jìn)階

第二十階段:職業(yè)規(guī)劃與高薪就業(yè)指導(dǎo)


新聞名稱:菜鳥教程linux命令 linux命令 菜鳥
當(dāng)前鏈接:http://weahome.cn/article/dojoijc.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部