Re: SMBFS question



Bruce Coryell wrote:

Can anyone give me syntax for an FSTAB line to mount a Windows share,
assuming the mount point is defined, and the username and password are
in a /home/user/.credentials file? The distro is CentOS 5.0.

//IP_Adrress/share /mnt/point cifs credentials=/home/user/.creds,rw 0 0

Sample .creds file (note the spacing);

username = user
password = upass




.