Geocities web hosting - 746 Part V . Running Servers Mounting Samba

746 Part V . Running Servers Mounting Samba Directories in Linux Linux can view your Samba shared directories as it does any other medium (hard disk, NFS shares, CD-ROM, and so on). Use mount to mount a Samba shared file system so that it is permanently connected to your Linux file system. Here s an example of the mount command in which a home directory (/home/ chris) from a computer named toys on a local directory (/mnt/toys) is mounted. The command is typed, as root user, from a Terminal window: # mkdir /mnt/toys # mount -t smbfs -o username=chris,password=a72mg //toys/chris /mnt/toys The file system type for a Samba share is smbfs (-t smbfs). The username (chris) and password (a72mg) are passed as options (-o). The remote share of the home directory on toys is //toys/chris. The local mount point is /mnt/toys. At this point, you can access the contents of /home/chris on toys as you would any file or directory locally. You will have the same permission to access and change the contents of that directory (and its subdirectories) as you would if you were the user chris using those contents directly from toys. To mount the Samba shared directory permanently, add an entry to your /etc/ fstab file. For the example just described, you d add the following line (as root user): //toys/chris /mnt/toys smbfs username=chris,password=a72mg Troubleshooting Your Samba Server A lot can go wrong with a Samba server. If your Samba server isn t working properly, the descriptions in this section should help you pinpoint the problem. Basic Networking in Place? You can t share anything with other computers without a network. Before computers can share directories and printers from Samba, they must be able to communicate on your LAN. Your Samba server can use the TCP/IP name as the NetBIOS name (used by Window networks for file and printer sharing), or a separate NetBIOS name can be set in the smb.conf file. It is critical, however, that the broadcast address be the same as the broadcast address for all clients communicating with your Samba server. To see your broadcast address, type the following (as root user): # ifconfig -a eth0 Link encap:Ethernet HWadd 00:D1:B3:75:A5:1B inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
You need excellent and relaible webhost company to host your web applications? Then pay a visit to Inexpensive Web Hosting services.

Leave a Reply