国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

[gist]flash dd-wrt and install transmission in WNR

Astrian / 2612人閱讀

摘要:格式化成格式根據(jù)官方最新的已經(jīng)不用了目前的目錄結(jié)構(gòu)是這樣的已經(jīng)因此根據(jù)需要格式化如果你的硬盤一直要與路由連或者需要在硬盤上裝軟件就格成如果只是存儲(chǔ)數(shù)據(jù)也可用建議連路由專用的硬盤可用格式成這樣你

from http://oyanglul.us

Prepaire

    USB disk 格式化成ext2/3格式, with gparted in linux. 根據(jù)官方wiki, 最新的v24已經(jīng) 不用jffs了, 目前的dd-wrt目錄結(jié)構(gòu)是這樣的:

    /tmp ## mounted on the RAM drive of dd-wrt
    /jffs  ## builti-in flash, 已經(jīng)disable
    /mnt ## used for rw drive
    

    因此根據(jù)需要格式化, 如果你的硬盤一直要與路由連, 或者需要在硬盤上裝軟件 , 就格成ext3,如果只是存儲(chǔ)數(shù)據(jù), whatever, fat也可用

    Use ONLY ext2/3 for partition/drives that you plan for permanent connection to your DD-WRT box, or for drives where you plan to install additional software packages onto (like optware, Samba, Torrent etc.). You can use any of the three mount points: /opt, /mnt, /jffs

    Use FAT32 on data partitions if you intend to connect this drive to other systems (MAC, Windows) to copy files from/to directly. You should use the mount point: /mnt

    wiki建議連路由專用的硬盤可用格式成這樣

        one: for optware packages - make it 32MB - 2GB - use ext2/3 as the format
        two: for swap file - make it 16-256 MB - format it as linux swap file
        three: for data space - make it fit the rest of the disk - use ext2/3 or FAT32 as the format
        four: for jffs space - make it 32MB - 2GB - use ext2/3 as the format 
    

      Connection 你需要用ssh或者telnet連接router來安裝軟件 # Installation #

      mount your usb Under Services->USB: * Enable Core USB Support * Disable USB Printer Support (enable it if you need printing support) * Enable USB Storage Support * Enable Automatic Drive Mount * Set Disk Mount Point to /mnt * Click Apply Settings

      make sure mount it to /mnt 我的usb讀卡器mount到了/mnt/sda_part1上, 需要再手動(dòng)mount到mnt目錄下

      mount some directions

      cd /mnt
      mkdir etc opt root
      touch optware.enable
      chmod 755 etc opt root
      mkdir opt/lib
      chmod 755 opt/lib
      cp -a /etc/* /mnt/etc/
      mount -o bind /mnt/etc /etc
      mount -o bind /mnt/opt /jffs 
      

      文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

      轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/85262.html

相關(guān)文章

  • 昂瑞威 HS6621 低功耗藍(lán)牙芯片燒錄調(diào)試

    摘要:此目錄下包含三個(gè)例程及工程,可以直接打開編譯,建議客戶直接在此目錄下進(jìn)行編譯開發(fā)。此目錄下有兩個(gè)腳本文件及,需要根據(jù)芯片版本的區(qū)別來運(yùn)行對(duì)應(yīng)的腳本此默認(rèn)為無需更改。 ...

    sihai 評(píng)論0 收藏0
  • [gist]Build Yourself a Backbone.js Step by Step

    from http://oyanglul.us Install Node brew install node node here is use for setup tools like grunt and mocha npm install -g grunt grunt is...

    mochixuan 評(píng)論0 收藏0
  • [gist]pure and secure javascript oauth with yql

    from http://oyanglul.us It would be awesome if we can use OAuth in JavaScript purely in client side. before start to do that, please let me e...

    ityouknow 評(píng)論0 收藏0
  • GitChat · 架構(gòu) | 如何從零開始搭建高性能直播平臺(tái)?

    摘要:在本文中,我將先從協(xié)議開始,一步步帶領(lǐng)大家搭建一個(gè)簡(jiǎn)易高性能的直播平臺(tái)。停止應(yīng)用簡(jiǎn)介俄羅斯人民開發(fā)的一款的流媒體插件,除了直播發(fā)布音視頻流之外具備流媒體服務(wù)器的常見功能在線直播。語法上下文描述使視頻流從一個(gè)關(guān)鍵幀開始。 來自 GitChat 作者:七夜 前言 現(xiàn)在直播已經(jīng)成為移動(dòng)互聯(lián)網(wǎng)時(shí)代一個(gè)新的重要流量入口,從YY、斗魚到花椒直播,直播已經(jīng)成為人們分享交流的新方式,應(yīng)用場(chǎng)景眾多,主要...

    isaced 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

最新活動(dòng)
閱讀需要支付1元查看
<