我嘗試使用 samba 用戶端在 Linux 伺服器上安裝外部驅動器,但出現錯誤的 fs 類型錯誤

我嘗試使用 samba 用戶端在 Linux 伺服器上安裝外部驅動器,但出現錯誤的 fs 類型錯誤

在 Linux 上安裝

NAME="Red Hat Enterprise Linux Server"
VERSION="7.7 (Maipo)"

外部磁碟機名稱:

\\nav02001XXXXX10-XXXs01.aud01.XXXXXXXX.com\XXXXXXX$

使用以下命令:

sudo mount -t cifs -o username=XXXXXXX,domain=au.XXXXX.com,uid=XXX,gid=XXX,port=XXX '\\nav02001adds10-XXXs01.aud01.XXXXXXXX.com\XXXXXXX$' /opt/XXXXXX/NAS/


mount: wrong fs type, bad option, bad superblock on \\nav02001adds10-XXXs01.aud01.XXXXXXXX.com\XXXXXXX$
       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.

相關內容