"Ошибка монтирования (13): В доступе отказано". Каковы ошибки синтаксического анализа в моем тексте?
Bonjour/ привет,
Мой /etc/fstab выглядит так:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda3 during installation
UUID=4e7427c7-6df4-4fc3-92ae-d757d5f00139 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=70AD-311D /boot/efi vfat umask=0077 0 1
//pdc.mio.osupytheas.fr/BIOINFO/ /home/emily/mount/bioinfo/ cifs
credentials=/home/emily/.smbcredentials,noperm,dir_mode=0777,file_mode=0777,iocharset=utf8,_netdev
0 0
//pdc.mio.osupytheas.fr/PHYCOVIR/ /home/emily/mount/PHYCOVIR/ cifs
credentials=/home/emily/.smbcredentials,noperm,dir_mode=0777,file_mode=0777,iocharset=utf8,_netdev
0 0
Я получаю:
mount: /etc/fstab: parse error at line 15 -- ignored
mount: /etc/fstab: parse error at line 16 -- ignored
mount: /etc/fstab: parse error at line 19 -- ignored
mount: /etc/fstab: parse error at line 20 -- ignored
Password for root@//pdc.mio.osupytheas.fr/PHYCOVIR/: ************
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
После того как я
sudo mount "/home/emily/mount/PHYCOVIR/"
Что я делаю неправильно? Также спасибо за любую помощь, я прошу прощения за вопрос новичка - я просто очень не уверен здесь.