Am 14.12.2014 um 17:49 schrieb Bob Goodwin - Zuni, Virginia, USA:
On 12/14/14 11:29, Alexander Dalloz wrote:
Am 14.12.2014 um 17:16 schrieb Bob Goodwin - Zuni, Virginia, USA:
I have the following lines in /etc/fstab:
192.168.1.8:/home/ /mnt/HOME1/ nfs4 defaults 0 0
192.168.1.8:/home/ /mnt/DATA1/ nfs4 defaults 0 0
192.168.1.48/myshare/ /mnt/box48 cifs
guest,uid=1000,iocharset=utf8 0 0
The nfs4 server [192.168.1.8] is mounted at boot, the Samba cifs server
is not. It does mount easily enough with:
[root@box10 bobg]# mount //192.168.1.48/myshare/ /mnt/box48/
Why don't you use that exact format in your fstab?
//<server>/share /<mountpoint> cifs <options> 0 0
[ ... ]
Bob
Alexander
Tried it once more to be certain I had not missed that, changed fstab
and rebooted:
192.168.1.8:/home/ /mnt/HOME1/ nfs4 defaults 0 0
192.168.1.8:/home/ /mnt/DATA1/ nfs4 defaults 0 0
//192.168.1.48:/myshare/ /mnt/box48/ cifs
guest,uid=1000,iocharset=utf8 0 0
Why do you still use wrong syntax?
NOT: //192.168.1.48:/myshare
BUT: //192.168.1.48/myshare
It is still not mounted and /var/log/messages shows:
> Dec 14 11:35:15 box7 mount: mount error: could not resolve address
for 192.168.1.48:: Unknown error
[ ... ]
Bob
Alexander
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org