mount error 12 - Linux

Table of Contents

原本用得好好的mount,前幾天突然出現了錯誤

所有設定都沒有改,除了微軟自己偷更新(?)

執行 mount -t cifs -o -u squall -p squall iocharset=utf8,codepage=unicode
//192.168.0.3/music /media/music/

會顯示 mount: argument to -p or --pass-fd must be a number

於是我改執行
mount -t cifs -o username=squall,password=squall,iocharset=utf8 //192.168.0.3
/music /media/music/

結果變成顯示 mount error 12 = Cannot allocate memory

Linux 是 centos 5.2
Windows 是 windows 7

不知道為何會突然變成這樣,上網查了一下好像是修改win上的登錄檔就好

不過我修改完也沒改善>"< 不知道有沒有人遇過類似的問題!

謝謝:)

--
╭════╮ ξξξ◥ ╭═══╮ ╭◢█ ◣
◣ ◢ ╰════ξξξξξ══════╯◢█◣╰═════════╯█▌ █
◥█◣██◣ ◢█◣ ████ ◢█◣ ◢█◣ ◥◣◥ ◢◢◣◣ ◢█◣ ◢◢◣ ◢ ◤
█ █▌█ █◢◤ζξζ◢█◢█ █▌█ ◣◥◣ ████ █◢◤ █◤ ◥ ◣
◥▌◤ ◥█◤ ◥◤◥ ◥▌◤ ◥█◤ ◥◤◥◤ ◥█◤ █ █▌ █
╰══════════ ══════════════════════◥█ ◤

--

All Comments