2、ext4 我的大資料_探索(2)!

來源:互聯網
上載者:User

  原系統:centos6.3 核心2.6.32  更新到3.6.9!

 

不說廢話,直接走個:

          1、下載linux-3.6.9核心包 百度,解壓進入

          2、核心配置(不要抄襲網路上的使用勾選,勾選會報錯。涉及部分編譯成模組)

# make mrproper #清除環境變數,即清除設定檔
# make menuconfig #在菜單模式下選擇需要編譯的核心模組

找到以下選中選項並選中Networking support → Networking options → Network packet filtering framework(netfilter)

(1)Core netfilter configuration

  • 將"Netfilter connection tracking support" 編譯成模組。
  • 將netbios name service protocal support(new) 編譯成模組,不然後面升級iptables後啟動時會出錯
  • 將"Netfilter Xtables support (required for ip_tables)"編譯成模組

(2)IP: Netfilter Configuration

  • 將 "IPv4 connection tracking support (require for NAT)" 編譯成模組。
  • 將IP tables support (required for filtering/masq/NAT) 編譯成模組。
  • 將 "Full NAT" 下的 "MASQUERADE target support" 和 "REDIRECT target support" 編譯成模組

(3)其它模組可以根據自己的需要進行選擇,若不懂可以參考核心配置手冊.

# make clean #確保所有東西均保持最新狀態.
# make bzImage #產生核心檔案
# make modules #編譯模組
# make modules_install #安裝模組

# make instal#安裝樓 祝你成功

4、編輯 /etc/grub.conf 檔案,將 default=1 改為 default=0

5、reboot

 

下一步趕緊學習 ext4 檔案系統!

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.