Samba share not found?



I have an external usb hard drive that i used on a windows computer.
When I had it, I did not have a linux computer, and therefore just accepted to format it as the default NTFS file system.
Now, a year later, I wish to attatch it to my linux computer.
I have succeeded in connecting it to the computer and mounting the drive just fine with:


mount -t ntfs -o rw,umask=022 /dev/sda1 /media/usbhdd

I can access all of the files on my linux system now in read/write mode.
That works great.
The problem I have is that I later setup a samba share for the drive in my /etc/samba/smb.conf file:


[usbdrive]
   comment = USB Drive
   writable = yes
   browsable = yes
   path = /media/usbhdd

Samba works fine. I am browsing, reading and writing fine to my /home/john folder, which samba adds by default for each user who logs in:

[homes]
   comment = Home Directories
   browseable = yes
   writable = yes
   create mask = 0775
   directory mask = 0775

The masks are said to only set the mask on newly created items, and not to affect accessibility to the main directory.
Through my Windows XP laptop, I can access \\linuxcomputer\john directory fine, but when I attempt to double click on the \\linuxcomputer\usbdrive directory, it gives me an error:


www server(Samba 3.0.1a-Debian) (linuxcomputer)
\\linuxcomputer\usbdrive 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.


Is there something that I am doing wrong?
.



Relevant Pages

  • Re: file transfer
    ... >> On my windows computer I have a very nice program for transferring ... >> there a similar program I can use on my Linux computer. ... >> Regards Stan. ...
    (alt.os.linux.suse)
  • Re: linux windows hostname problem
    ... Dhruv wrote: ... > I have a problem with linux computer and windows computer. ... Your computer has gone crazy and is sending ...
    (comp.os.linux.networking)
  • Re: Oh sh!t..... now what?
    ... Of course I have to get this on my Windows computer. ... I have to put it on a floppy and somehow move it to the Linux computer ...
    (alt.linux)
  • Problem with SuSe 9.3 imapd & OE
    ... Ive got imapd set on my linux computer and I would like do access the ... files from my windows computer with OE. ... But it doesn't work anymore. ... the program to accept my login atempts. ...
    (alt.os.linux.suse)