ubuntu 에서 윈도우에서 공유한 폴더를 마운트 하는 방법에 대해서 알아본다.
나의 경우 NAS 구성을 아래와 같이 하였다.

Windows 10

  • windows folder share.(F Drive)

  • hyper-v(guest os ubuntu 16.4)

Ubuntu

  • 윈도우공유 폴더 마운트(F Drive named HDD1)

  • transmission wirte folder(HDD1)

  • FTP server(read, write HDD1)

윈도우 공유폴더를 우분투에서 마운트하고 토렌트 및 FTP에서 읽고 쓰기가능하도록 설정하는 과정에서 삽질내용을 정리해본다

부팅때마다 마운트 시키기 위해 아래와 같이 등록하여 준다

//192.168.29.110/f cifs defaults, username=id,pass=pw, rw,uid=userid,gid=groupid 0 0

SAMBA

삼바(samba) 는 PC에서 Linux또는 UNIX서버에 접속하여 파일이나 프린터를 공유하여 사용 할 수 있도록 해주는 소프트웨어

CIFS

CIFS(Common Internet File System) 으로 인트라넷과 인터넷에서 파일을 공유하는 표준 방법

fstab

The fstab (https://en.wikipedia.org/wiki/Fstab) (or file systems table) is a system configuration file commonly found at /etc/fstab on Unix and Unix-like computer systems.