728x90
mount -t cifs 에서 error 발생하면 확인 가능한 error code의 숫자는 아래 코드의 합
ex) 111 = 64+32+8+4+2+1
CIFS VFS: Error connecting to socket. Aborting operation.
CIFS VFS: cifs_mount failed w/return code = -111
RETURN CODES
mount has the following return codes (the bits can be ORed):
0 success
1 incorrect invocation or permissions
2 system error (out of memory, cannot fork, no more loop devices)
4 internal mount bug
8 user interrupt
16 problems writing or locking /etc/mtab
32 mount failure
64 some mount succeeded
출처 https://stackoverflow.com/questions/30054880/what-does-cifs-mount-failed-w-return-code-111-indicate
728x90
'Linux' 카테고리의 다른 글
/dev/ttyUSB* 에러 별 해결 방법 (0) | 2022.11.17 |
---|---|
[linux] Samba 폴더 내부/외부망에서 mount 하기 (0) | 2022.10.20 |
[linux] 일반 사용자에게 sudo, root 권한 부여 (0) | 2022.10.17 |
[linux] ADB server didn't ACK 해결방법 (0) | 2022.10.11 |
[linux] /dev/ttyUSB0 을 volume으로 인식할때 (0) | 2022.10.01 |