Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 4 of 4
  1. #1
    eklektic is offline Registered User
    Join Date
    Oct 2003
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    sharing my music folder with windows users

    Hi all -

    I have my pb running os x and am sharing an internet connection with my 2 roommates who use windows. My question is: how can I give them access to my music folder (or to any specific folder for that matter?) I turned windows file sharing on and created a user for them but all I can do is grant them permission to use applications which is really of no interest to them since all I want is to share my music with them. I created an alias to my music folder inside my public folder, but I don't want to give them my user name or password so basically that's pointless, I thought that other users on my machine could access my public folder from their account but I guess that's wrong. Anyway, I hope you understand my question and can help me out. Thenks.

  2. #2
    bobw's Avatar
    bobw is offline The Late: SuperMacMod
    Join Date
    Mar 2001
    Location
    Phila,PA
    Posts
    8,835
    Thanks
    0
    Thanked 49 Times in 26 Posts

  3. #3
    macidiot's Avatar
    macidiot is offline Registered User
    Join Date
    Jul 2001
    Location
    OH
    Posts
    225
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You just need to create a symbolic link... you can do that in the terminal, just type "ln -s [source file] [target file]" so if you wanted to create a link to your music folder in a users music folder (we'll call the user joe for now) you would type "ln -s ~/music /Users/joe/Music/music"

    That would create a symbolic link to your music folder from his music folder. You have to enable permissions on your music folder to allow group (if joe is an admin) or everyone (if joe is NOT an admin) to at least read. (you can do that by cmd clicking on your music folder, and choosing get info)

    All of this assumes you have write permissions to joe's music folder. If you do not, you will need to throw sudo in front of the ln -s command I gave you earlier. That would run the command as root, and allow you to create the link in his home directory. (it will ask for your password)

    All of this also assumes you are an administrator.

    OK...... maybe sharepoints is better. But if you feel geeky, this way will work to.

  4. #4
    Arden's Avatar
    Arden is offline Where mah "any" keys at?
    Join Date
    Dec 2002
    Location
    Spokane, WA
    Posts
    7,752
    Thanks
    0
    Thanked 1 Time in 1 Post
    Remember that you can drag a file or folder to the Terminal to have it insert the path to that file/folder automatically. For example, you would type ls -s (with space) and drag the music folder you want to share into the Terminal, push space, and drag the target folder to the Terminal.

    Just thought I'd save you a tedious step...
    Systems:
    2.5 GHz MacBook Pro Core 2 Duo, 4 GB RAM, 320 GB hard drive, runs 10.6.8
    1.6 GHz iMac G5, 1.5 GB RAM, 120 GB hard drive, runs 10.4.11 (out of commission)
    iPhone 4, 16 GB, iOS 4.3.5

 

 

Bookmarks

Posting Permissions

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