Networking OS X with Mandrake Linux 9.1

Posted:
in Genius Bar edited January 2014
Hi ppl. I finally have my Linux server running. The ony thing is that I've got no way of getting files off of it. Is there anything I can do to network the two machines (my iBook and my Gateway machine I that I'm using as a server) together? I wanna be able to pull files off of it. Any help would be appreciated.

Comments

  • Reply 1 of 5
    You need to setup SMB server on the linux machine. Also, you can check out a linux file sharing product called "Lisa". It allows you to browse connected networks.



    ME
  • Reply 2 of 5
    dobbydobby Posts: 797member
    Just export a dir on the linux box and

    $mount linux:/dir_path /some_dir_mountpoint on OS x.





    Dobby.
  • Reply 3 of 5
    Quote:

    Originally posted by pc-to-mac

    You need to setup SMB server on the linux machine. Also, you can check out a linux file sharing product called "Lisa". It allows you to browse connected networks.



    ME




    Where can I find Lisa? Would the SMB shit be on my Mandrake CDs? Thanks for the replies.
  • Reply 4 of 5
    BTW, if you are talking about simply copying a few files/folders once or twice, the quick easy way is to start sshd on both machines and then:



    scp 192.168.x.x:/Users/n00b/amateur_porno/*.mpg ./

    or similar.



    'man scp' of course.



    On linux, '/etc/init.d/sshd start' starts it up. Search google for how to get it to automatically start on boot (which is very smart and handy for remote administration!). On OSX, it's in your network prefs somewhere, called 'remote login' or something.
  • Reply 5 of 5
    I run Suse Pro 8.2 and the Lisa daemon came on my cd's. I found their site by searching google though. And yes, SMB should be a basic load or atleast on your cd's.
Sign In or Register to comment.