Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th April 2005, 02:41 PM
mha Offline
Registered User
 
Join Date: Mar 2005
Location: Bahrain
Age: 52
Posts: 124
Shared directory/folder - How ?

Hi all,
I want to create a shared directory on my FC3 machine, to be used by windows users and also by embeded Linux system. What is the easiet and best way to do so ? It is ok to have 2 directories, one for windows and the other for linux users.


Thanks,
mha
Reply With Quote
  #2  
Old 9th April 2005, 03:24 PM
AndyGreen's Avatar
AndyGreen Offline
Registered User
 
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026
Samba / CIFS is a good universal way to share a directory. Windows users can see this as a "shared folder" and hook up to it with \\your-server-ip\sharename.

yum install samba system-config-samba
chkconfig samba on
service samba start

Also:

iptables -I INPUT -ptcp --dport 137:139 -j ACCEPT
iptables -I INPUT -pudp --dport 137:139 -j ACCEPT

run these two commands as root, and also add them to /etc/rc.local so they will be active on future reboots. These tell the firewall to let other guys in on the Samba ports.

Then run

service-samba-config

and set up which directory to share according to this easy GUI app.
__________________
Freelance RedHat Certified Engineer - http://northantsIT.com
Reply With Quote
  #3  
Old 9th April 2005, 03:25 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
create a folder in the home directory nam

as root mkdir /home/sharred
chmod 777 /home/sharred <----everyone has rights now
Plus it insn't in your home dir so others won't be able to navigate to your folder
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #4  
Old 9th April 2005, 03:36 PM
mha Offline
Registered User
 
Join Date: Mar 2005
Location: Bahrain
Age: 52
Posts: 124
What file system is suitable ? FAT or native linux ?

mha
Reply With Quote
  #5  
Old 9th April 2005, 03:40 PM
AndyGreen's Avatar
AndyGreen Offline
Registered User
 
Join Date: Apr 2005
Location: Northants, UK
Posts: 2,026
Any filesystem is suitable for Samba, but you will have a happier time in Linux if it is ext3.
__________________
Freelance RedHat Certified Engineer - http://northantsIT.com
Reply With Quote
Reply

Tags
directory or folder, shared

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I can't access shared folder MMaghraby Servers & Networking 6 28th December 2008 03:06 PM
windos shared folder.... elf_aka Using Fedora 2 21st May 2008 11:53 AM
Connecting to shared folder vybzk Using Fedora 3 7th March 2007 04:53 AM
Shared folder problem *desk* Using Fedora 3 1st May 2006 07:32 PM
Mounting Windows shared folder in FC4 FamMan Using Fedora 23 14th November 2005 02:47 PM


Current GMT-time: 20:15 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat