
나는 이것을 sudo gedit /etc/fstab //192.168.0.119/shared/kamil /mnt/backup cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0에 추가하고 sudo mount -a 및 i를 실행합니다. 이러한 오류가 발생했습니다
mount: wrong fs type, bad option, bad superblock on //192.168.0.119/shared/kamil,
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
그리고 나는 dmesg를 시도 | 꼬리와 결과는 다음과 같습니다
[ 17.552465] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
[ 24.200021] eth0: no IPv6 routers present
[ 30.427109] CIFS: Unknown mount option codepage
[ 30.427126] CIFS: Unknown mount option unicode
[ 30.427136] CIFS VFS: No username specified
[ 30.427148] CIFS VFS: cifs_mount failed w/return code = -22
[ 2404.866610] CIFS: Unknown mount option codepage
[ 2404.866625] CIFS: Unknown mount option unicode
[ 2404.866634] CIFS VFS: No username specified
[ 2404.866645] CIFS VFS: cifs_mount failed w/return code = -22
무슨 일인지 모르겠어요. 저는 우분투 11.04를 사용하고 있습니다
답변1
smbfs가 설치되어 있는지 확인하고 codepage=unicode
fstab에서 옵션을 제거해 보십시오. 옵션을 추가해야 할 수도 있습니다 username=guest
.