Changes between Version 6 and Version 7 of TipAndDoc/storage/filesystem


Ignore:
Timestamp:
Dec 10, 2010 1:00:21 AM (13 years ago)
Author:
mitty
Comment:

move from misc?

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/storage/filesystem

    v6 v7  
    11[[PageOutline]] 
     2 
     3 = mount with UUID = 
     4 * [http://sourceforge.jp/magazine/08/09/18/0148228/2 UUIDを使ったディスクドライブ指定 - SourceForge.JP Magazine] 
     5   * 「vol_id /dev/*」 でUUIDを取得できる 
     6   * knoppix(debian)では「/lib/udev/vol_id」という変な場所にコマンドがあるので注意 
     7 
     8 = swapが複数あるときの優先順位 = 
     9 * [http://www.linux.com/learn/docs/man/4244-swapon2 swapon.2] 
     10   * Each swap area has a priority, either high or low. The default priority is low. Within the low-priority areas, newer areas are even lower priority than older areas.  
     11   * All priorities set with swapflags are high-priority, higher than default. They may have any non-negative value chosen by the caller. Higher numbers mean higher priority.  
     12   * Swap pages are allocated from areas in priority order, highest priority first. For areas with different priorities, a higher-priority area is exhausted before using a lower-priority area. If two or more areas have the same priority, and it is the highest priority available, pages are allocated on a round-robin basis between them.  
     13 * [http://ubuntuforums.org/showthread.php?t=38613 SWAP Priority Setting - Ubuntu Forums] 
     14 
     15 = mount disk image = 
     16 * [http://lostman-worlds-end.blogspot.com/2009/05/blog-post_18.html (鬱とSEと)コンピュータ: ディスクイメージのマウント] 
     17 * [http://ubuntuforums.org/showthread.php?t=711773 mount dd image of and entire disk - Ubuntu Forums] 
    218 
    319 = testing xfs_growfs =