[ILUG] Sharing A Drive
Conor_D_Wynne at Dell.com
Conor_D_Wynne at Dell.com
Mon Feb 2 10:14:21 GMT 2004
wrote:
> Finally installed Fedora Core 1.
> Using server setup.
>
> Q1 How do I find a 2nd hd I formatted as Fat32,
> Q2. then how do I share it with samba.
> Q3. How do I get samba to autostart and mount this drive
> Q4. What config is needed in the firewall , to allow access from the
> local PC's
>
>
> Frank
1. fdisk -l
2. create a mount point, say /mnt/disk1, eh hang on, why is it fat32, I see
no valid reason for this, nuke it with ext3 or something. mke2fs -j
/dev/hdx, edit your smb.conf and reference the mount point comme d'hab.
3. create an entry in your fstab or alternatively use autofs to mount the
drive. The init script for smb will sort out samba starting. Fedora eh ->
chkconfig --level 345 smb on
4. grep smb /etc/services, then add those ports to your firewall cfg.
Conor.
More information about the ILUG
mailing list