----------------
아무튼 삼바에서 \\servername\share 의 포맷으로 나오는건 위에 포맷은 아닌데 도대체 멀까..
일단 nautilus 에서는 smb://servername/share/directory/ 식으로 되는 URL 타입이고
mount 시에는 앞의 프로토콜을 제외한 servername/share/directory/ 식으로 되는 데이터를 요구한다
(물론 servername은 server ip로 resolv)
그런데 mount 시에
CIFS: UNC Path does not begin with // or \\
이러한 에러를 출력하는데, UNC는 윈도우즈에서 사용하는 것이며, U로 시작하고 비슷한 느낌이지만
위의 URL, URI, URN 과는 개념적으로 유사하지만 다른 용어로 생각이 된다.
The Microsoft Windows UNC, short for Universal Naming Convention or Uniform Naming Convention,
specifies a common syntax to describe the location of a network
resource, such as a shared file, directory, or printer. The UNC syntax
for Windows systems has the generic form:
Microsoft Windows uses the following types of paths:
local file system (LFS), such as C:\File,
uniform naming convention (UNC), such as \\Server\Volume\File,
Long UNC or UNCW, such as \\?\C:\File or \\?\UNC\Server\Volume\File.