>> I've setup a small Samba-based network. Accessing files in Linux
>> server from Win98 is OK. But accessing shared C: drive in Win98 (pc1)
>> from Linux is a bit problematic. WORKGROUP is the Workgroup
>>
>> Command tried:
>> # smbclient
>> '//pc1\\\\Network_Neighborhood\\Entire_Network\\WORKGROUP\\PC1\\C:\\$' -U
>> user1
>>
> i do not usually use smbclient but as i recall it is something like
> # smbclient //workgroupname/pcname/sharename -U user1
>
> even if you share the entire C: drive win98 will require you to place a
> sharename and by default it is simply C. that make the command.
> # smbclient //WORKGROUP/PC1/C -U user1
Try using smbmount. It used to work for me seamlessly without any problems.
I think the syntax would be
$ smbmount //Name/Shared _Drive_Name /<where you want it mounted>
gino
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]