亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>電腦硬件知識(shí)>硬盤(pán)知識(shí)>

      linux大硬盤(pán)怎么分區(qū)

      時(shí)間: 樂(lè)恒1051 分享

        隨著硬盤(pán)的增大,linux系統(tǒng)對(duì)大硬盤(pán),大分區(qū)的支持也有了相應(yīng)的設(shè)置。很多剛剛學(xué)習(xí)的小白還是不太懂硬盤(pán)的掛載。為此學(xué)習(xí)啦小編為大家整理推薦了相關(guān)的知識(shí),希望大家喜歡。

        linux大硬盤(pán)分區(qū)的詳細(xì)方法

        查看分區(qū)

        root@Dios ~]# fdisk -l (這個(gè)命令是查看你為掛載的分區(qū)的位置)WARNING: GPT (GUID Partition Table) detected on '/dev/cciss/c0d1'! The util fdisk doesn't support GPT. Use GNU Parted.Disk /dev/cciss/c0d1: 4000.6 GB, 4000684662784 bytes255 heads, 63 sectors/track, 486388 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesDevice Boot Start End Blocks Id System/dev/cciss/c0d1p1 1 267350 2147483647+ ee EFI GPT

        Parted工具分區(qū)轉(zhuǎn)換

        1. 使用parted命令:[root@Dios ~]# parted /dev/cciss/c0d1 (這個(gè)命令是對(duì)我們上面查到的分區(qū)進(jìn)行GPT轉(zhuǎn)換)GNU Parted 1.8.1Using /dev/cciss/c0d1Welcome to GNU Parted! Type 'help' to view a list of commands.(parted) mklabel gpt Warning: The existing disk label on /dev/cciss/c0d1 will be destroyed and all data on this disk will be lost. Do you want tocontinue?Yes/No? y New disk label type? [gpt]? gpt

        2. (parted) mkpart primary 0 4000GB(進(jìn)行轉(zhuǎn)換及分區(qū))(parted) print Model: Compaq Smart Array (cpqarray)Disk /dev/cciss/c0d1: 4001GBSector size (logical/physical): 512B/512BPartition Table: gptNumber Start End Size File system Name Flags1 17.4kB 4001GB 4001GB primary (parted) quit Information: Don't forget to update /etc/fstab, if necessary.

        格式化分區(qū)

        1.[root@Dios ~]# mkfs.ext3 -F /dev/cciss/c0d1(格式化為EXT3文件系統(tǒng))mke2fs 1.39 (29-May-2006)Filesystem label=OS type: LinuxBlock size=4096 (log=2)Fragment size=4096 (log=2)488374272 inodes, 976729654 blocks48836482 blocks (5.00%) reserved for the super userFirst data block=0Maximum filesystem blocks=029808 block groups32768 blocks per group, 32768 fragments per group16384 inodes per groupSuperblock backups stored on blocks:32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,102400000, 214990848, 512000000, 550731776, 644972544Writing inode tables: done Creating journal (32768 blocks): doneWriting superblocks and filesystem accounting information: doneThis filesystem will be automatically checked every 22 mounts or180 days, whichever comes first. Use tune2fs -c or -i to override.

        開(kāi)機(jī)自動(dòng)掛載分區(qū)

        1.掛載(因?yàn)檫@樣掛在比較麻煩 我們用下面的命令進(jìn)行開(kāi)機(jī)掛在)[root@Dios ~]# mkdir -p /mnt/cciss/c0d1[root@Dios ~]# mount /dev/cciss/c0d1 /mnt/cciss/c0d1[root@Dios ~]# df -hFilesystem Size Used Avail Use% Mounted on/dev/cciss/c0d0p5 15G 1.8G 12G 13% //dev/cciss/c0d0p3 19G 173M 18G 1% /usr/local/dev/cciss/c0d0p2 862G 200M 817G 1% /else/dev/cciss/c0d0p1 251M 21M 218M 9% /boottmpfs 2.0G 0 2.0G 0% /dev/shm/dev/cciss/c0d1 3.6T 197M 3.4T 1% /mnt/cciss/c0d1

        開(kāi)機(jī)自動(dòng)掛載這塊硬盤(pán):vi /etc/rc.local加上:mount /dev/cciss/c0d1 /mnt/cciss/c0d1

      linux大硬盤(pán)怎么分區(qū)

      隨著硬盤(pán)的增大,linux系統(tǒng)對(duì)大硬盤(pán),大分區(qū)的支持也有了相應(yīng)的設(shè)置。很多剛剛學(xué)習(xí)的小白還是不太懂硬盤(pán)的掛載。為此學(xué)習(xí)啦小編為大家整理推薦了相關(guān)的知識(shí),希望大家喜歡。 linux大硬盤(pán)分區(qū)的詳細(xì)方法 查看分區(qū) root@Dios ~]# fdisk -l
      推薦度:
      點(diǎn)擊下載文檔文檔為doc格式

      精選文章

      • 有哪些硬盤(pán)檢查工具好用的
        有哪些硬盤(pán)檢查工具好用的

        硬盤(pán)是我們計(jì)算機(jī)的重要部件之一,硬盤(pán)故障直接影響電腦的正常運(yùn)行,所以我們需要經(jīng)常管理維護(hù),那么有哪些硬盤(pán)檢查工具好用的呢?下面一起看看! 各

      • 如何讓硬盤(pán)更快?
        如何讓硬盤(pán)更快?

        今天,跟大家分享一下硬盤(pán)的保養(yǎng)和運(yùn)用的習(xí)慣。下面是小編為大家精心整理的關(guān)于如何讓硬盤(pán)更快?希望能夠幫助到你們。 方法/步驟 1要了解硬盤(pán)的維護(hù)

      • 如何更換筆記本電腦硬盤(pán)?
        如何更換筆記本電腦硬盤(pán)?

        今天,給大家介紹將筆記本機(jī)械硬盤(pán)更換為固態(tài)硬盤(pán)。下面是小編為大家精心整理的關(guān)于如何更換筆記本電腦硬盤(pán)?望希能夠幫助到你們。 方法/步驟 1把筆

      • 介紹硬盤(pán)備份工具
        介紹硬盤(pán)備份工具

        今天,給大家介紹一下硬盤(pán)備份工具。下面是小編為大家精心整理的關(guān)于介紹硬盤(pán)備份工具,希望能夠幫助到你們。 方法/步驟 1多備份客戶端是可以對(duì)硬盤(pán)

      3002849