모처럼 우분투 쓸일이 있어서,
우분트에서 시놀로지 마운트 하려는데, 계속 안되는거다.
mount: wrong fs type, bad option, bad superblock on 192.168.0.100:/volume1/shared,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount. helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so.
또는
mount: can't find /Data/ in /etc/fstab
위처럼 메세지가 나와서 찾아보니,
NFS 추가 페키지를 설치해야된다더군....
CentOS에서는
> yum install nfs-utils
하면 되는데,
우분투는 찾아보니,
> apt-get install nfs-common
설치하면 마운트 된다.
'컴퓨터 > 시놀로지(Synology)' 카테고리의 다른 글
원격 마운트 하기(시놀로지폴더) 리눅스에서 접속 (0) | 2019.07.31 |
---|---|
시놀로지 역프록시 세팅하기(도커사용 포트세팅) (2) | 2018.06.28 |
시놀로지 DS215j 오픈기 (0) | 2018.04.27 |
시놀로지에서 홈페이지 돌리기(웹서버) (5) | 2018.01.24 |