mount 掛載點 - BBS

Hedwig avatar
By Hedwig
at 2007-11-30T15:52

Table of Contents

※ 引述《thorita (燃燒殆盡)》之銘言:
: /dev/ad0s1a on / (ufs, local)
: devfs on /dev (devfs, local)
: /dev/ad0s1g on /home (ufs, local, soft-updates)
: /dev/ad0s1d on /tmp (ufs, local, soft-updates)
: /dev/ad0s1e on /usr (ufs, local, soft-updates)
: /dev/ad0s1f on /var (ufs, local, soft-updates)
: ad0s1h on /public (ufs, local, soft-updates)
: /dev/ad1s1c on /public (ufs, local, soft-updates)
: /dev/ad2s1d on /public/Movie (ufs, local, soft-updates)
: 這樣應該試 掛載成功了吧~
: 但是 有個小問題
: 就是 為什麼 ad0s1h
: 不是用
: /dev/ad0s1h 勒?
的確看起來怪怪的....
為什麼兩個硬碟ad0s1h與ad1s1c都掛在/public呢?
不妨把/etc/fstab貼上來看看?

: 而且我每次手動 mount public 的時候
: 都會出現
: WARNING:/public was not properly dismounted
: 是我掛載的時候 哪邊出問題了嗎?
: 看到都絕得 心中毛毛的 @@"
我覺得是你兩顆硬碟都掛載於/public時造成的怪問題耶...

: 另外謝謝 gaod yzupcbug 的幫忙
知道的就幫忙而已 :p

--
Tags: BBS

All Comments

bbs與mail server 是否可放在同一台linux上?

Annie avatar
By Annie
at 2007-11-30T11:26
各位使用maple bbs 的前輩好 最近在centos 上裝了maplebbs 但由於在此台機器有跑mail services 是否有可能可以配置 service pop3 { disable = yes socket_type = stream ...

資料夾無法刪除

Jack avatar
By Jack
at 2007-11-30T11:12
在系統中有一個資料夾abc 因為裡面的檔案太多 造成無法刪除 不管是rm -rf abc find /abc -type f |xargs -n 1 rm 最後都會因為記憶體吃完而失敗 fts_read: Cannot allocate memory 請問該如何處理呢? - ...

mount 掛載點

Ursula avatar
By Ursula
at 2007-11-29T22:09
※ 引述《gaod (雲淡風清)》之銘言: : 不知道原 po 的意思是不是我跟 yzupcbug 講的這種目錄結構 : 如果是的話,先在 / 下面 mkdir public : 接著再到 /public 下面 mkdir Misc : 然後應該就可以掛載了 嗯, 剛剛實驗結果也確實可以這樣掛, 因此猜測他是 ...

mount 掛載點

Charlotte avatar
By Charlotte
at 2007-11-29T20:20
※ 引述《yzupcbug (請加入HOT_Game板)》之銘言: : 猜測您的意思就是想要成這樣 : HDD mount-at : 40G / : 250G /public : 200G /public/Misc 如果是這樣,應該是不會有問題的 gaodatwww [/home/gaod] # mou ...

mount 掛載點

Dora avatar
By Dora
at 2007-11-29T20:02
※ 引述《yzupcbug (請加入HOT_Game板)》之銘言: : /Misc /public/Misc (用nullfs) 上面這個用nullfs的mount方式仍可能有同樣問題, 還是建議用下面的建立link 方式是最保險的. : 或是在/public下做個ln -s /Misc Misc 也是可以 ...