mount.nfs: Input/output error
今天在掛載nfs的時候出現下面的錯誤:
mount.nfs: Input/output error
在服務端檢視日誌也沒有發現異常錯誤,執行狀態也正常,檢視其portmap,nfs的執行狀態如下:
[root@localhost /]# service nfs status
rpc.mountd (pid 6204) is running...
nfsd (pid 6201 6200 6199 6198 6197 6196 6195 6194) is running...
rpc.rquotad (pid 6189) is running...
[root@localhost /]# service portmap status
portmap (pid 6260) is running...
在客戶端檢視portmap執行狀態,結果發現protmap服務沒有執行,暈倒!
因為NFS及其輔助程式都是基於RPC的,所以我們要確保系統中首先執行portmap服務。
做個筆記,記得上次也犯過這樣的錯誤。
mount.nfs: Input/output error
在服務端檢視日誌也沒有發現異常錯誤,執行狀態也正常,檢視其portmap,nfs的執行狀態如下:
[root@localhost /]# service nfs status
rpc.mountd (pid 6204) is running...
nfsd (pid 6201 6200 6199 6198 6197 6196 6195 6194) is running...
rpc.rquotad (pid 6189) is running...
[root@localhost /]# service portmap status
portmap (pid 6260) is running...
在客戶端檢視portmap執行狀態,結果發現protmap服務沒有執行,暈倒!
因為NFS及其輔助程式都是基於RPC的,所以我們要確保系統中首先執行portmap服務。
做個筆記,記得上次也犯過這樣的錯誤。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29734436/viewspace-1470799/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mount error(5): Input/output errorError
- angular input和outputAngular
- input delay和output delay講解
- MapReduce--Input與Output規則
- 解決IDEA Error:Output directory is not specifiedIdeaError
- onnx 增刪改查,修改節點,刪除節點,修改input,output
- linux 中的 nohup 命令(設定後臺程式): nohup: ignoring input and appending output to ‘nohup.out’LinuxAPP
- sublime上配置java環境,解決Decode error - output not utf-8問題JavaError
- [debug] vagrant報錯mount.nfs: Connection timed outNFS
- ElasticSearch7.3學習(三十二)----logstash三大外掛(input、filter、output)及其綜合示例ElasticsearchFilter
- Sublime Text 2報 Decode error - output not utf-8 錯誤的解決辦法Error
- Structured OutputStruct
- 解決報錯 cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.DNNErrorAPP
- diff output understanding
- 安裝win10系統提示Output error file to the following location A:\ghosterr.txt怎麼辦Win10Error
- Error: CreateProcess failed, Command: ‘C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin -o ..\OBJ\outputErrorAIOBJ
- DML_The OUTPUT Clause
- OpenVINO(get_output_tensor())
- HTML <output> 輸出域HTML
- “no source“: Error: #5: cannot open source input file “C:\Users\xxx\AppData\Local\Temp\p4228: PermiErrorAPP
- Python -- raw_input() and input() -- ACMPythonACM
- input
- kettle MongoDB Output 配置說明MongoDB
- zabbix報錯fping failed:no outputAI
- 第10講:Flink Side OutPut 分流IDE
- SqlConnection,command基本用法,output,輸出SQL
- Angular cli 父傳子,子傳父,服務Service, @input,@output,@ViewChild 裝飾器的簡單使用,看這一篇就夠了AngularView
- ABAP 辨析ON INPUT|REQUEST|CHAIN-INPUT|CHAIN-REQUESTAI
- AndroidStudio Build Output亂碼解決方案AndroidUI
- How to use “cat” command on “find” command's output?
- [鴻蒙開發]真機轉模擬機執行出現錯誤: ERROR: Failed to find the incremental input file:鴻蒙ErrorAIREM
- JavaScript input 事件JavaScript事件
- HTML input rangeHTML
- 輕鬆理解 Transformers (4) :Decoder 和 Output 部分ORM
- Razavi - RF Microelectronics的筆記 - Differential Output Current筆記
- [TinyRenderer] Chapter1 p1 Output ImageAPT
- MySQL 5.6 遭遇 OS bug INNODB MONITOR OUTPUT 事件MySql事件
- sql server 帶有OUTPUT的INSERT,DELETE,UPDATESQLServerdelete
- Python2 中 input() 和 raw_input() 的區別Python