mount: wrong fs type, bad option, bad superblock on //backup.neulwon.com/neulwon

리눅스/OS 일반|2014. 12. 31. 00:30
반응형

# mount -t cifs -o username=sysdocu,password=1234 //backup.sysdocu.tistory.com/sysdocu /backup

mount: wrong fs type, bad option, bad superblock on //backup.sysdocu.tistory.com/sysdocu,
       missing codepage or helper program, or other error
       (for several filesystems (e.g. nfs, cifs) you might
       need a /sbin/mount.<type> helper program)
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
 

cifs 형식의 마운트 명령시 위와 같은 메세지가 출력된다면 필요한 리눅스 패키지를 설치합니다.

 

yum install cifs-utils        // CentOS 일 경우

apt-get install cifs-utils    // Ubuntu 일 경우

반응형

댓글()