Re: Server mount problem -

2014-12-15 Thread poma
On 15.12.2014 17:23, Bob Goodwin - Zuni, Virginia, USA wrote: > > On 12/15/14 09:06, poma wrote: >> https://wiki.archlinux.org/index.php/Samba/Tips_and_tricks#Share_files_without_a_username_and_password > I'm sure the answer is somewhere in that collection but I can't > understand which lines are

Re: Server mount problem -

2014-12-15 Thread Bob Goodwin - Zuni, Virginia, USA
On 12/15/14 09:06, poma wrote: https://wiki.archlinux.org/index.php/Samba/Tips_and_tricks#Share_files_without_a_username_and_password I'm sure the answer is somewhere in that collection but I can't understand which lines are required in my case. The simplest work-around seems to be "password=

Re: Server mount problem -

2014-12-15 Thread poma
On 14.12.2014 20:57, Garry T. Williams wrote: > On 12-14-14 14:41:07 Bob Goodwin - Zuni, Virginia, USA wrote: >> Ok, it looks like that may be the correct syntax then, after >> removing the colon ":" and rebooting it still does not mount but the >> error is now complaining about the password! >> >>

Re: Server mount problem -

2014-12-14 Thread Garry T. Williams
On 12-14-14 14:41:07 Bob Goodwin - Zuni, Virginia, USA wrote: > Ok, it looks like that may be the correct syntax then, after > removing the colon ":" and rebooting it still does not mount but the > error is now complaining about the password! > > Can I put the password in fstab and if so how? The p

Re: Server mount problem -

2014-12-14 Thread Bob Goodwin - Zuni, Virginia, USA
On 12/14/14 13:35, Alexander Dalloz wrote: Am 14.12.2014 um 17:49 schrieb Bob Goodwin - Zuni, Virginia, USA: 192.168.1.8:/home/ /mnt/HOME1/nfs4defaults0 0 192.168.1.8:/home//mnt/DATA1/nfs4 defaults0 0 //192.168.1.48:/myshare//mnt/box48/cifs guest,u

Re: Server mount problem -

2014-12-14 Thread Alexander Dalloz
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/nfs4defaults 0 0 192.168.1

Re: Server mount problem -

2014-12-14 Thread Tom H
On Sun, Dec 14, 2014 at 11:16 AM, Bob Goodwin - Zuni, Virginia, USA wrote: > > I have the following lines in /etc/fstab: > > 192.168.1.8:/home//mnt/HOME1/nfs4defaults0 0 > 192.168.1.8:/home//mnt/DATA1/nfs4defaults0 0 > 192.168.1.48/myshare//m

Re: Server mount problem -

2014-12-14 Thread Tim
I haven't used SMB for a very long time, but off the top of my head, you need to check these things: * check your IPs and hostnames are correct, and unless Samba is configured to use DNS or host files to resolve names, it uses other methods, which can take some time to work.

Re: Server mount problem -

2014-12-14 Thread Bob Goodwin - Zuni, Virginia, USA
On 12/14/14 11:56, Joe Zeff wrote: On 12/14/2014 08:49 AM, Bob Goodwin - Zuni, Virginia, USA wrote: So far I have mainly found what wont work! :-) I know it's a kludge, but if all else fails, you can mount it from /etc/rd/rc.local if mounting it from a command line works. If nothing bett

Re: Server mount problem -

2014-12-14 Thread Joe Zeff
On 12/14/2014 08:49 AM, Bob Goodwin - Zuni, Virginia, USA wrote: So far I have mainly found what wont work! :-) I know it's a kludge, but if all else fails, you can mount it from /etc/rd/rc.local if mounting it from a command line works. -- users mailing list users@lists.fedoraproject.org To

Re: Server mount problem -

2014-12-14 Thread 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/nfs4defaults 0 0 192.168.1.8:/home//mnt/DATA1/nfs4defaults 0 0 192.168.1.

Re: Server mount problem -

2014-12-14 Thread Alexander Dalloz
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/nfs4defaults0 0 192.168.1.8:/home//mnt/DATA1/nfs4defaults0 0 192.168.1.48/myshare//mnt/box48cifs g

Server mount problem -

2014-12-14 Thread Bob Goodwin - Zuni, Virginia, USA
I have the following lines in /etc/fstab: 192.168.1.8:/home//mnt/HOME1/nfs4defaults0 0 192.168.1.8:/home//mnt/DATA1/nfs4defaults0 0 192.168.1.48/myshare//mnt/box48cifs guest,uid=1000,iocharset=utf80 0 The nfs4 server [192.168.1.8