How to install and set up Samba service

  

Samba is a tool that can implement SMB protocol. You can share Linux system software through Samba service. How do Fedora install and configure Samba service? Let's take a look at it with Xiaobian.

Environment:

[root @ localhost nfs] # lsb_release -a

LSB Version:: core-3.1-ia32: core-3.1-noarch: graphics -3.1-ia32: graphics-3.1-noarch

Distributor ID: Fedora

Description: Fedora release 9 (Sulphur)

Release: 9

Codename : Sulphur

Installation: The installation file for samba comes from the Fedora installation CD.

1. Mount the mount CD to /mnt/cdrom

mkdir /mnt/cdrom

mount /dev/cdrom /mnt/cdrom

Cd /mnt/cdrom/Packages

2. Check the samba-related RPM installation package on the CD and install it.

View:

0;root@localhost:/mnt/cdrom/Packages[root@localhost Packages]# ls |  Grep samba

samba-3.2.0-1.pre3.9.fc9.i386.rpm

samba-client-3.2.0-1.pre3.9.fc9.i386.rpm

samba-common-3.2.0-1.pre3.9.fc9.i386.rpm

samba-winbind-3.2.0-1.pre3.9.fc9.i386.rpm

system-config-samba-1.2.63-1.fc9.noarch.rpm

Using rpm -ivh samba-3.2.0-1.pre3.9.fc9.i386.rpm Install the above 5 rpm packages separately.

An error occurred during installation:

Error: Missing Dependency: perl(Convert::ASN1) is needed by package samba-3.2.0-1.pre3.9.fc9. I386.rpm

There is a dependency on installing samba and perl (Convert: ANS1). You need to install it first:

Execute rpm -ivh perl-Convert-ASN1-0.21-3.fc9.noarch .rpm

Install samba at this point, so that the software required by samba is installed, and then simple configuration is required.
Previous12Next Total 2 Pages

Copyright © Windows knowledge All Rights Reserved