第9次星系主題:A journey of Filesystem on JOS - Linux

Eden avatar
By Eden
at 2012-09-06T15:42

Table of Contents

*主題內容: A journey of Filesystem on JOS (90分鐘)*
*分享者:wayling*

*摘要*
無論有無作業系統的存在,使用者常常需要對硬碟或其他外部儲存裝置做操作,
因此檔案系統在任何系統中幾乎都是非常重要且不可或缺的一部份,
所以實做基本檔案系統也成了一個必須的主題。
本此探討JOS的主題有兩部份,一是檔案系統本身,二是JOS的檔案系統服務。

*提綱*
Part1:
- Filesystem struct In-memory and On-disk struct
Part2:
- Client/Server FileSystem access
- remote procedure call (RPC) base on IPC and process

* *
*背景知識(2)*
* *

參加活動前,請大家配合,先行預習(較易於與講者互動)(Optional)

- *LEC 9:* File systems<http://pdos.csail.mit.edu/6.828/2011/lec/l-fs.txt>
-
wiki/Remote_procedure_call<http://en.wikipedia.org/wiki/Remote_procedure_call>

*備註*

此次活動已加入TOSSUG行程(請參閱http://www.tossug.org/2012)

活動時間:2012/09/11 7:30pm 開始,6:30pm 開始入場

報名網址:http://registrano.com/events/c6d849

官方網址:http://www.juluos.org/

共筆網址:http://sync.in/juluosdev

地點: Mix Coffee &Tea <http://www.tossug.org/mix-coffee-tea>

(註1:如包場,參加者需在店消費約200元以下,折抵場地費。)

(註2:活動採分享心得或研究實作展示。)

(註3:活動場地有提供無線網路。)

--
http://www.tossug.org/
台北開放原始碼軟體使用者社群 (台北土虱社群)
Taipei Open Source Software User Group (TOSSUG)

--
Tags: Linux

All Comments

Kyle avatar
By Kyle
at 2012-09-10T20:59
想要找人聊聊 KDE 的 可以過來找我喔 每周二我都會在

openSUSE 12.2 釋出囉!

Eden avatar
By Eden
at 2012-09-06T14:27
Hi~ 各位先進大家好,在這邊小小的分享一下。 openSUSE 12.2 已經釋出囉,有興趣的可以來參考一下。^^ http://www.opensuse.org/zh-tw/ http://software.opensuse.org/122/zh_TW openSUSE是一個不錯的選擇喔^^ - ...

用rkhunter後門檢測得到的結果

Olga avatar
By Olga
at 2012-09-06T09:33
有幾個warning 281 [09:17:35] /usr/bin/unhide.rb [ Warning ] 282 [09:17:35] Warning: The command and#39;/usr/bin/unhide.rband#39 ...

Xming突然不能用了

Connor avatar
By Connor
at 2012-09-06T08:02
我是照著這個網站設定 http://www.scylzx.net/a/jxyx/jxzy/it/2011/0311/1298.html 之前都跑得好好的 突然有一天就不行了 所有程式都顯示cannot open display 什麼其他訊息都沒有 重新檢查了一次設定 檢查了windows防火牆 檢查了X11 ...

goagent出錯,不知道怎麼回事

Caroline avatar
By Caroline
at 2012-09-05T21:31
出錯信息是這樣,有人遇到過嗎? 405 Method Not Allowed The method POST is not allowed for this resource. -- 心情不好,做做瑜伽吧,伸伸懶腰,心情會變好的。 - ...

ln的問題

Iris avatar
By Iris
at 2012-09-05T19:39
各位板友好 我將~/vimrc/.vimrc做了一個symbolic link到~/.vimrc ln -s ~/vimrc/.vimrc ~/.vimrc 這時候我只要修改到~/.vimrc也會同時修改到~/vimrc/.vimrc 可是如果我有一個檔案叫test 我用ln -s test tes ...