自動掛載突然失效 - Linux

William avatar
By William
at 2010-11-29T12:45

Table of Contents

OS版本為CetnOs5.5,一如往常放入光碟的時候,

系統應該會自動掛載該光碟,但是現在我卻變成要手動掛載,

有人知道問題點出在哪裡嗎?

autofs有啟動,auto.master,auto.misc我都沒有修改他,

請問有人遇過這種情況嗎?

雖然手動掛載對我影響不大,不過我很好奇到底哪裡出了問題,

感謝各位!

--
Tags: Linux

All Comments

opensuse使用vsftpd的問題

Michael avatar
By Michael
at 2010-11-29T11:57
目前使用opensuse 使用vsftpd架設ftp主機 但是使用者登陸後只能看到目錄列表 卻無法上傳檔案 上傳時候會出現錯誤訊息:550 permission denied -- vsftpd.conf的設定如下: # Example config file /etc/vsftpd.conf # # Th ...

solaris root 使用 passwd 無許可權?

Linda avatar
By Linda
at 2010-11-28T22:47
solaris 10 系統 小弟想新增使用者 使用root使用者 新增了其他使用者test 然後想使用passwd 為他設密碼 # passwd test # 新密碼: # 再次輸入密碼: # 無許可權 都變成上述情形 也就是說 我成功新增了使用者,但是一直沒辦法為他設密碼 所以該使用者也無法 ...

gnome壞掉了= =

Emily avatar
By Emily
at 2010-11-28T21:26
找到一個好用的網址 有一堆新的yum更新 然後很自然而然的就去用了 我記得我是更新gtk+ 然後一堆相依性 有一個bonobo-activation-server error 卡超久... 然後我又去make file gnome 成功了 但死更慘XD 出現歡迎程式不正常終止 我想請問一下= = ...

請問要怎樣透過system call查看一個process的memory address

Doris avatar
By Doris
at 2010-11-28T21:02
我用的kernel是linux-2.6.18.1 希望用system call 找到指定的process的virtual memory 然後用那個process的translation tables找到它對應的physical address配置 - ...

hello.c在arm linux下運行失敗

Mason avatar
By Mason
at 2010-11-28T18:19
compile的平台是linux x86 我用arm-linux-gcc hello.c -o hello 然後用usb copy到實驗版的/tmp 然後cd /tmp 然後執行./hello 結果出現 ./hello: no such file or directory 卡關卡好久了 救救我阿 ...