On Thu, 7 Nov 2002, jason marshall wrote: > I am having trouble mounting a smbfs mount in redhat 7.3. > > I have read the man pages for mount,smbmount,smbmnt, but haven't had > much luck. I am thinking I am just getting the syntax wrong. If I wanted > to mount a system on my network with the ip address of 192.168.0.1, What > would the syntax be for this? > > Any info would be of much help to me, Thank-You
mount -t smbfs -o ip=192.168.0.1 //servername/share /mnt/mntpoint The rest depends on your setup. /Urban -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
