Page 1 of 2 12 LastLast
Results 1 to 16 of 17

Thread: Mac --> Linux file transfer

  1. #1
    Member
    Join Date
    Aug 2004
    Posts
    185
    Thanks
    0
    Thanked
    0 times in 0 posts

    Mac --> Linux file transfer

    Hello guys,

    Quick question; i have a large amount of music stored on my iBook G4, which i want to transfer over to my Fedora Core2 rig, what is the quickest way?.. I have googled and i have a rough idea, but i thought i would ask on here before i tried anything!


    Cheers

    Dan.

  2. #2
    Cable Guy Jonny M's Avatar
    Join Date
    Jul 2003
    Location
    Loughborough Uni
    Posts
    4,263
    Thanks
    0
    Thanked
    4 times in 1 post

    Post

    How large is large? Easist method is probably to set the iBook up as an FTP server, and download the MP3s from the Linux box.

  3. #3
    Member
    Join Date
    Aug 2004
    Posts
    185
    Thanks
    0
    Thanked
    0 times in 0 posts
    4.5 Gb, not large relative to most music collections, in fact it´s pretty small, but i don´t have a DVD-R on my notebook

  4. #4
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    is the linux box running an ssh server (i.e. sshd)?

    if so, obtain an scp client for the mac - scp transfers files over ssh, like ftp but secure, and doesn't require any configuration fiddling

  5. #5
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    it works in reverse too, i think macos runs sshd by default - in kde you can enter fish://ipaddress into knqueror to connect to a computer with scp

  6. #6
    Member
    Join Date
    Aug 2004
    Posts
    185
    Thanks
    0
    Thanked
    0 times in 0 posts
    Sooo, connect the two via an ethernet cable,
    fish://ipaddress (where ipaddress is the ip of the notebook?)

    is it self explanatory after that? sorry guys i am not too hot on networking etc.

    Cheers

    Dan.

  7. #7
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    the two need to be properly configured for networking.

    i assumed you had a router or something which makes everything justwork(tm)

  8. #8
    Member
    Join Date
    Aug 2004
    Posts
    185
    Thanks
    0
    Thanked
    0 times in 0 posts
    Ha ha.. apologies directhex, i have them running through a d-link router, i for some reason didn´t think i could do that, or at least i didn´t think about doing that... Like i say, i am a noob to this stuff..

    I have pinged the laptop on the network, it´s ok, the connection is live, so what do i need to do now?

  9. #9
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    check that an ssh server is running on one machine (open a terminal, type "pgrep sshd", get a number back for yes or nothing for no). that machine is the server. if the client is the linux box, then type fish://ipaddress/ into konqueror. if the client is the mac, you'll need to find an scp utility on the net somewhere as i don't think it comes with one.

  10. #10
    Member
    Join Date
    Aug 2004
    Posts
    185
    Thanks
    0
    Thanked
    0 times in 0 posts
    pgrep gives me a number, so my linux box is the server...
    i have downloaded a client for the Mac, i need to find the IP address of the Linux rig, how do i do this? in Windows it was ipconfig, wasn´t it? this doesn´t work in nix..

  11. #11
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    linux has ifconfig for wired connections, iwconfig for wireless.

  12. #12
    Member
    Join Date
    Aug 2004
    Posts
    185
    Thanks
    0
    Thanked
    0 times in 0 posts
    bizzare! ifconfig returns a command not found? sorry about this!

  13. #13
    Senior Member
    Join Date
    Jul 2003
    Location
    Whitley Bay, UK
    Posts
    254
    Thanks
    0
    Thanked
    1 time in 1 post
    Ok, I reckon that the easiest way is to use the iBook as the ftp server. OS X has ftp and Apache servers built into the OS. To set it up, do the following steps:

    1 - click on 'System Preferences'
    2 - click on 'Sharing' which is on the Internet & Network part of system prefs
    3 - should now see the services options, click on ftp access, then click the start button

    You're done!

    Now all you would do is go to your Linux box, open an FTP client, and type the IP address of the iBook. Enter your user name and password (the Mac ones) and you can browse the whole iBook hard drive.

    This way means no need to find out IP of linux box if you're not sure, it's easy peasy on the Mac!

  14. #14
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    regular users can't run ifconfig, only root.

  15. #15
    Member
    Join Date
    Aug 2004
    Posts
    185
    Thanks
    0
    Thanked
    0 times in 0 posts
    Yeah, directhex i´m not THAT daft i dunno, doesn´t work, but never mind..

  16. #16
    Agent of the System ikonia's Avatar
    Join Date
    May 2004
    Location
    South West UK (Bath)
    Posts
    3,736
    Thanks
    39
    Thanked
    68 times in 51 posts
    ftp, samba, ftp, nfs, to name but a few
    It is Inevitable.....


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 63
    Last Post: 14-11-2011, 09:17 AM
  2. Linux - Anyone educated in it?
    By gamezfreak in forum Software
    Replies: 19
    Last Post: 12-12-2007, 10:42 AM
  3. PC to Mac file transfer
    By shiato storm in forum Apple Mac
    Replies: 3
    Last Post: 19-08-2004, 01:39 PM
  4. Manage downloaded webpages file and folder
    By Zathras in forum Software
    Replies: 0
    Last Post: 17-09-2003, 05:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •