Find the answer to your Linux question:
Results 1 to 6 of 6
I have a set of XP machines running on the same workgroup (MSHOME) and I just recently installed the latest version of Fedora on my laptop (I've also been installing ...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    3

    Can almost see my Linux folder on my XP machine

    I have a set of XP machines running on the same workgroup (MSHOME) and I just recently installed the latest version of Fedora on my laptop (I've also been installing the updates).

    After reading a lot of advice on the web, and after too many steps to remember, I am finally at the point where I can see the Linux machine from my WinXP machines. I click on Network Neighborhood, and I see the Linux machine. I click on the Linux machine, and I see the Public folder which I intended to share. When I click on the Public folder, I get the message:

    "\\Linuxmachine\Public is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.

    The network path was not found."

    In my samba settings, I specified that all users should be able to see and modify the Public folder. I've turned off every firewall setting that I could find, as my router does the firewall work for me. On the Linux machine itself, browsing through the network, I am unable to access the public folder.

    Thank you in advance.

    John

  2. #2
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    try executing this command:
    Code:
    chmod -R 755 /path_to_shared_folder
    Also, temporarily set the security level to share than user in smb.conf, atleast until you get file sharing working.
    Life is complex, it has a real part and an imaginary part.

  3. #3
    Just Joined!
    Join Date
    Dec 2006
    Posts
    3
    Quote Originally Posted by AlexK
    try executing this command:
    Code:
    chmod -R 755 /path_to_shared_folder
    Also, temporarily set the security level to share than user in smb.conf, atleast until you get file sharing working.
    Okay, I did the chmod, and I confirmed that the security level is set to share in my smb.conf (I believe I ran some wizard which specified this value). I still get the same error message.

    I noticed that when I try accessing this folder from my WinXP machine, the hard drive on the Linux machine churns before I get the error message - it seems like the Linux machine is being asked for access to that folder but informing the caller that the folder does not exist.

  4. #4
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    Hmm strange,
    on the server, what happens when you run testparm? Also see the howto I wrote on doing this.
    Life is complex, it has a real part and an imaginary part.

  5. #5
    Just Joined!
    Join Date
    Dec 2006
    Posts
    3
    Quote Originally Posted by AlexK
    Hmm strange,
    on the server, what happens when you run testparm? Also see the howto I wrote on doing this.
    Thank you - I will read your tutorial. As for testparm, the output is below:

    Load smb config files from /etc/samba/smb.conf
    Processing section "[homes]"
    Processing section "[printers]"
    Processing section "[Public]"
    Loaded services file OK.
    Server role: ROLE_STANDALONE
    Press enter to see a dump of your service definitions
    [global]
    workgroup = MSHOME
    server string = Linux Machine
    security = SHARE
    log file = /var/log/samba/%m.log
    max log size = 50
    dns proxy = No
    cups options = raw

    [homes]
    comment = Home Directories
    read only = No
    browseable = No

    [printers]
    comment = All Printers
    path = /usr/spool/samba
    printable = Yes
    browseable = No

    [Public]
    comment = jmarco's public folder
    path = /home/jmarco/Public
    read only = No
    guest ok = Yes

  6. #6
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    if you are trying to access Public, set browseable = yes
    Life is complex, it has a real part and an imaginary part.

Posting Permissions

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