Am 05.07.2020 um 13:23 schrieb Bob Goodwin:

Well here is a copy of /etc/fstab, now with the extra lines 'commented out' I think, the way I always do it?

[bobg@WS1 ~]$ cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Tue Apr 28 17:29:19 2020
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=dc58ec30-a128-4557-9b66-02b9e897ccbd / ext4    defaults        1 1
UUID=cd1cce29-230c-42f4-b71a-662d74aac4e0 /boot ext4    defaults        1 2
UUID=b8657d71-feaa-41b4-a2ea-fff2bfa12b76 /home ext4    defaults        1 2
/dev/mapper/fedora_localhost--live-swap none swap    defaults        0 0
# //192.168.50.148/smbBOX48         /mnt/box48/    cifs defaults,password=cred   0 0
# //192.168.50.149/home/share        cifs    /media/smb defaults   0 0
# //192.168.50.149/   /media/smb cifs cred=/home/bobg/cred,iocharset=utf8,vers=3.0,noperm 0 0 # //192.168.50.149/home/share    /media/smb    cifs defaults,credentials=/home/bobg/cred   0 0 # //192.168.50.149/home/share  /media/smb cifs uid=bobg,credentials=/home/bobg/#
#   cred,iocharset=utf8,noperm,dir_mode=0775,file_mode=0664  0 0

mount -o uid=bobg,credentials=/home/bobg/cred //192.168.50.149/home/share /media/smb

192.168.50.32:/nfs4exports/home  /media/nfs    nfs4 rw,soft,intr,fg,comment=systemd.automout  0 0

I suspect your fstab ends there.

Remove the line

mount -o uid=bobg,credentials=/home/bobg/cred //192.168.50.149/home/share /media/smb

It is not meant to be an fstab entry because it was a suggestion to try mounting the cifs share manually issueing the mount command.

Much of it is trash I've tried, juust examples of "what don't work" and this is what I get this morning.

[root@WS1 bobg]# mount /media/smb
mount: /etc/fstab: parse error at line 23 -- ignored
mount: /media/smb: can't find in /etc/fstab.

Is the command not right?

Of course that fails because there is no matching entry in the fstab.

-Well here is a .................................-
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
FEDORA-32/64bit LINUX XFCE Fastmail POP3

Alexander
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to