close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 23, 2009, 11:36:29 PM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
1 | 1 | = 2009-09-23 = |
| 2 | |
| 3 | == File System : lessfs : deduplication == |
| 4 | |
| 5 | * 先前一直有在注意 virtualization 所帶來的資料重疊問題,!NetApp 在這方面就很厲害,可以從 File System 下手,把重複的檔案進行濃縮(deduplication)。今天剛好看到 Linux Magazine 的文章「[http://www.linux-mag.com/id/7535 Deduping Storage Depulication]」,裡面有提到目前許多商業解決方案,但自由軟體呢?目前似乎只有用 FUSE 寫的 [http://sourceforge.net/projects/lessfs/ lessfs],它的官方網站 http://www.lessfs.com/ 目前並沒有太多資料,希望未來會有更多這類的檔案系統出現。我第一個想到的問題是在 loop device image 裡重複的檔案,該怎麼進行 deduplication 呢?? 同樣的 vmdk 這一些虛擬化的硬碟,有辦法作 deduplication 嘛?? |
| 6 | |
| 7 | == Virtualization == |
| 8 | |
| 9 | * [http://www.linux-mag.com/id/7532 Virtualization Makes Traditional Operating Systems Obsolete] - 從開始研究虛擬化之後,就有一種感覺,現在「OS 不再是 OS」,研究雲端運算之後,覺得「Browser 不再是 Browser」,反倒是「Browser 有點像新的 OS 可以拿來跑 Web Application」。特別是回顧了關注很久的 !CoreBoot (LinuxBIOS) 專案後更覺得「BIOS 不再是 BIOS」,如果把 Xen 擺到 LinuxBIOS 去,那現有的 OS 就變成只是一個 Client Application,那還需要 OS 嘛?! |
2 | 10 | |
3 | 11 | == Cloud Computing == |