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



--
users mailing list
users@lists.fedoraproject.org
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

Reply via email to