原帖由 kenkilaw 於 29-1-2009 14:29 發表 
只出到
mke2fs 1.35 (28-Feb-2004)
mount: you must specify the filesystem type
請問出了問題問題??請指點
---------------------shell script----------------------
if [ "$testing" == "" ]; then
if [ $ ...
請問你這個 script 的用途是什麼??
script 本來係將一些重覆又重覆既 command / job 寫埋一齊,方便每一次 run 唔需要再打咁多次而設的,那你每次 run 此 script 的話,都變成先 format 再 mount 成一個 mount point 的
mkfs > format (dos)
咁未即係每次一 run 就 format 左個 hdd ???
真係唔明你呢個 script 要黎做咩?
如果你係想 mount 起一個 hdd / partition 於每次 stratup 的話,就以為先要 mkfs 才可以,這明顯就錯了,只要做一次,之後係 /etc/fstab 再加上就可以 |