4 articles
Tuesday, Sep 12, 2023
Error128: Key has been revoked trying to mount.cifs的解决方法 目标主机没有开启samba共享文件协议。否则就会报错 Error128: Key has been revoked trying to mount.cifs
Tuesday, Dec 29, 2020
使用curlftpfs 挂载远程FTP到本地目录事出现了下面的错误 fuse: bad mount point /file/demo/': Transport endpoint is not connected 解决方法很简单,因为已经挂载了该目录,所以卸载重新挂载即可 umount -l /fil...
Monday, Jun 8, 2020
Windows Mount iSCSI Hard Drive Record First you have to have an iSCSI hard drive, usually the average NAS has to provide iSCSI hard drive creation The...
Wednesday, Apr 8, 2020
挂载 硬盘分区时出现了下面的错误 mount: special device /dev/sdb1 does not exist 就是说sdb1设备不存在。。。 重新分区一下硬盘即可 fdisk /dev/sdb Welcome to fdisk util-linux 2.25.2. Changes ...