Changes between Version 13 and Version 14 of TipAndDoc/storage/filesystem
- Timestamp:
- Feb 23, 2011 10:01:26 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/storage/filesystem
v13 v14 7 7 * http://howtoforge.com/native-zfs-on-ubuntu 8 8 9 = NTFS = 10 * [http://blogs.technet.com/b/extreme/archive/2008/02/19/windows-server-2008-self-healing-ntfs.aspx Windows Server 2008 - Self-healing NTFS - eXtreme. tech. - Site Home - TechNet Blogs] 9 = mount(8) = 10 * man 8 mount 11 > -B, --bind 12 >> Remount a subtree somewhere else (so that its contents are available in both places). See above. 13 * via [http://d.hatena.ne.jp/magicalhat/20081226/1230220014 特定の VirtualHost でのみ SuEXEC したい - ふしぎなぼうし] 11 14 12 = mount with UUID=15 == mount with UUID == 13 16 * [http://sourceforge.jp/magazine/08/09/18/0148228/2 UUIDを使ったディスクドライブ指定 - SourceForge.JP Magazine] 14 17 * 「vol_id /dev/*」 でUUIDを取得できる 15 18 * knoppix(debian)では「/lib/udev/vol_id」という変な場所にコマンドがあるので注意 19 20 == mount disk image == 21 * [http://lostman-worlds-end.blogspot.com/2009/05/blog-post_18.html (鬱とSEと)コンピュータ: ディスクイメージのマウント] 22 * [http://ubuntuforums.org/showthread.php?t=711773 mount dd image of and entire disk - Ubuntu Forums] 23 24 = NTFS = 25 * [http://blogs.technet.com/b/extreme/archive/2008/02/19/windows-server-2008-self-healing-ntfs.aspx Windows Server 2008 - Self-healing NTFS - eXtreme. tech. - Site Home - TechNet Blogs] 16 26 17 27 = swapが複数あるときの優先順位 = … … 21 31 * 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. 22 32 * [http://ubuntuforums.org/showthread.php?t=38613 SWAP Priority Setting - Ubuntu Forums] 23 24 = mount disk image =25 * [http://lostman-worlds-end.blogspot.com/2009/05/blog-post_18.html (鬱とSEと)コンピュータ: ディスクイメージのマウント]26 * [http://ubuntuforums.org/showthread.php?t=711773 mount dd image of and entire disk - Ubuntu Forums]27 33 28 34 = testing xfs_growfs =