
| This forum is proudly powered by Scientific Linux 6 | SL website Download SL Help Search Members |
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| elliotsagan |
|
|||||||||||||
![]() SLF Rookie ![]() Group: Members Posts: 17 Member No.: 185 Joined: 16-May 11 |
Hi redman! Thank you very much for your very useful tips. Neat and straightforward. IMO, we are able to recognize real intelligence not in the obscure but in the light, clear and concise arguments. How could I access only and only one directory on my other home networked pc? Would you kindly help me to get to this next step? Needless to say I am a linux newbie TIA |
|||||||||||||
| redman |
Posted: May 23 2011, 05:38 PM
|
|
![]() SLF Admin ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Admins Posts: 1660 Member No.: 2 Joined: 8-April 11 |
First you need to think about HOW you want to access the directory remotely. Via FTP (using an FTP program to upload/download files), NFS (connect a directory like others on a Linux system) or simply through SSH? That answer determines what you need to setup
-------------------- What is SL? - Forum Rules - Info on 3rd Party Repos - How to post images - How to post large text / config files
Desktop: Asus P5QPL-AM, Intel Dual-Core E6500, 4GB DDR2, Asus GeForce GT 430 1GB, SL6.4 x86_64 Test box: Intel S5000PSL, 2x Intel Xeon E5310, 8GB ECC DDR2 FB-Dimm, Asus GeForce GT 220 1GB, SL6.4 x86_64 |
|
| helikaon |
Posted: May 26 2011, 09:32 AM
|
|
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 514 Member No.: 4 Joined: 8-April 11 |
"samba" possible too :-)
or all the combinations together :-)) -------------------- |
|
| elliotsagan |
Posted: May 27 2011, 10:34 AM
|
|||
![]() SLF Rookie ![]() Group: Members Posts: 17 Member No.: 185 Joined: 16-May 11 |
Ok. Thank you very much for your reply. I am guessing need to read a lot more about how a Linux system works. But, only to clarify my question: I am "bulding up" a little home network. Two workstations with fedora 14, another one with SL6 and one more with Win7. I was able to share my disks in each computer using sshd. But it would be a better way if I could mount the shared directories cause my needs are LAN oriented. I do not want to bother you with this situation, sorry. Regards |
|||
| redman |
Posted: May 27 2011, 10:46 AM
|
|||
![]() SLF Admin ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Admins Posts: 1660 Member No.: 2 Joined: 8-April 11 |
You aren't bothering If you want to mount a network share on all systems, you could go for a NFS server. Setting it up is not very hard, you might want to have a look here. Info on how to mount a NFS share on a Windows system can be read here (by Microsoft). Windows7 related info can be found here -------------------- What is SL? - Forum Rules - Info on 3rd Party Repos - How to post images - How to post large text / config files
Desktop: Asus P5QPL-AM, Intel Dual-Core E6500, 4GB DDR2, Asus GeForce GT 430 1GB, SL6.4 x86_64 Test box: Intel S5000PSL, 2x Intel Xeon E5310, 8GB ECC DDR2 FB-Dimm, Asus GeForce GT 220 1GB, SL6.4 x86_64 |
|||
| elliotsagan |
Posted: May 30 2011, 12:04 AM
|
|||||
![]() SLF Rookie ![]() Group: Members Posts: 17 Member No.: 185 Joined: 16-May 11 |
Hi Redman! Thank you for open up a new knowledge door. This is what NFS means to me. |
|||||
| elliotsagan |
Posted: May 30 2011, 12:07 AM
|
|||
![]() SLF Rookie ![]() Group: Members Posts: 17 Member No.: 185 Joined: 16-May 11 |
Hi helikaon! I was trying Samba also, of course. It was an easy way... but only in the Linux-to-Windows direction. Thank you for your tip. Regards. |
|||
| AndrewSerk |
Posted: May 30 2011, 02:10 PM
|
|
![]() SLF Moderator ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 524 Member No.: 54 Joined: 14-April 11 |
There is also sftp for a encrypted more secure than nfs or samba way to mount remote file systems. SFTP helps keep those that like to explore local networks from gaining access to your fs. You can use sftp with a GUI or with CLI.
|
|
| adebened |
Posted: May 30 2011, 10:57 PM
|
|
|
SLF Member ![]() ![]() ![]() Group: Members Posts: 93 Member No.: 21 Joined: 11-April 11 |
Hello,
Fuse is built in to the kernel so one could also use fuse-sshfs (available from rpmforge) to mount a directory. It just requires sshd to be running on the server and nothing more. You can access just the mounted directory and its sub-directories. Also, by default it does not follow symbolic links but it can with the follow_symlinks option. Basically, if you can ssh into it, you can mount it. |
|
| MD11Fanboy |
Posted: May 31 2011, 06:29 PM
|
|
|
SLF Newbie Group: Members Posts: 10 Member No.: 172 Joined: 13-May 11 |
Personally I use Samba (on AD auth) to authenticate all of my users logging in to EL6/F15 based boxes. Works quite well and any accounts subject to hammering can be auto-locked out without too much trouble
|
|
| elliotsagan |
Posted: Jun 5 2011, 11:04 PM
|
|||||||
![]() SLF Rookie ![]() Group: Members Posts: 17 Member No.: 185 Joined: 16-May 11 |
Hi! NFS Server setup: one step up.... I read the article at sourceforge.net but I am now needing a script to fire those demons... I was not able to find such script nor to build it.... Some suggestions? ![]() Thank you in advance. |
|||||||
| redman |
Posted: Jun 6 2011, 05:51 AM
|
|||
![]() SLF Admin ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Admins Posts: 1660 Member No.: 2 Joined: 8-April 11 |
Script? What script? You enable the deamons on the server by using the graphical tool or by using the terminal as root ("chkconfig [daemon] on"). On the client(s) you automount the shares by editing /etc/fstab. -------------------- What is SL? - Forum Rules - Info on 3rd Party Repos - How to post images - How to post large text / config files
Desktop: Asus P5QPL-AM, Intel Dual-Core E6500, 4GB DDR2, Asus GeForce GT 430 1GB, SL6.4 x86_64 Test box: Intel S5000PSL, 2x Intel Xeon E5310, 8GB ECC DDR2 FB-Dimm, Asus GeForce GT 220 1GB, SL6.4 x86_64 |
|||
| elliotsagan |
Posted: Jun 6 2011, 02:31 PM
|
|||||
![]() SLF Rookie ![]() Group: Members Posts: 17 Member No.: 185 Joined: 16-May 11 |
Hi Redman, Finaly I've got it. I am able to share my directories using NFS. It wasn't that hard, really. Thank you Redman for those kicks Regards |
|||||
| redman |
Posted: Jun 6 2011, 02:39 PM
|
|||
![]() SLF Admin ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Admins Posts: 1660 Member No.: 2 Joined: 8-April 11 |
Good work, glad I could help you -------------------- What is SL? - Forum Rules - Info on 3rd Party Repos - How to post images - How to post large text / config files
Desktop: Asus P5QPL-AM, Intel Dual-Core E6500, 4GB DDR2, Asus GeForce GT 430 1GB, SL6.4 x86_64 Test box: Intel S5000PSL, 2x Intel Xeon E5310, 8GB ECC DDR2 FB-Dimm, Asus GeForce GT 220 1GB, SL6.4 x86_64 |
|||
![]() |
![]() ![]() ![]() |