Re: SAMBA -- automatic remounting



to ensure that these mounts would survive reboots of the server

put this in /etc/fstab:

//servername/share /mount/point smbfs
auto,username=user,password=pw,uid=500,gid=500 0 0

Michael

.