請問在embedded linux中打mount的問題 - Linux

Table of Contents

※ [本文轉錄自 LinuxDev 看板 #1D0ua7zu ]

作者: kentelva (zzz) 看板: LinuxDev
標題: [問題] 請問在embedded linux中打mount的問題
時間: Sat Dec 11 22:21:56 2010


==
sh-3.2# mount
rootfs on / type rootfs (rw)
/dev/root on / type romfs (ro)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw)
ramfs on /mnt type ramfs (rw)
ramfs on /tmp type ramfs (rw)
==

我在我的開發板上打了mount出現上面的訊息
我不太懂的是
前面兩行代表甚麼意思
到底 / 是掛載 rootfs(rw) 還是romfs(ro)

其實大概已經知道/掛的是唯獨的fs
但是還是想從這上面的訊息學到一點東西



--

All Comments