我在BBB上运行Debian。我正试着装NAS WD我的书实况。我的fstab文件:
# /etc/fstab: static file system information.
#
# Auto generated by: beaglebone-black-eMMC-flasher.sh
#
UUID=d91f9fd0-cffe-40bb-88bc-2844bf27b2cd / ext4 noatime,errors=remount-ro 0 1
UUID=485D-6D99 /boot/uboot auto defaults 0 0
debugfs /sys/kernel/debug debugfs defaults 0 0
//10.0.0.6/Music/Music /mnt/music cifs defaults,username=any,password=admin 0 0当我使用mount _a时
我收到一条错误消息
Retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)发布于 2015-01-01 19:43:09
试着手动安装,
mount –t cifs \\10.0.0.6\Music\Music\ /mnt/music –o username=any password:还尝试将fstab文件中的网络路径的"/“更改为"\”,然后检查挂载
\\10.0.0.6\Music\Music\ /mnt/music cifs defaults,username=any,password=admin 0 0希望这能有所帮助!
https://askubuntu.com/questions/567761
复制相似问题