Computing.Net > Forums > Linux > Using smbclient to access W9X shares

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Using smbclient to access W9X shares

Reply to Message Icon

Name: LLL
Date: January 1, 2001 at 13:42:16 Pacific
Comment:

OK, I've been using Samba for almost a year at work (I think it's 2.0) and it works great. Using it for a file server primarily to backup data for NT and W9X PC's.

Been reading up on Samba (too cold to do much else). Have a few things I'd like to do. But I'm without my linux box at home for awile, so I can't try it here.

I don't have a printer on the Linux box and would like to print to a W9X shared printer. Can I do this using:

smbclient //host/printer passwd

I don't know how in the world I survived a year without printing anything.

Can I do something similar to go out and grab the desired files for backup using a script (instead of manually doing it from the client box)?

I guess I'm a bit confused - when my books talk about accessing a SMB share does this also apply to accessing a W9X or NT share from the Samba server? Does it work both directions?



Sponsored Link
Ads by Google

Response Number 1
Name: blumini
Date: January 5, 2001 at 13:45:09 Pacific
Reply:

yeah it works both directions. At least with file shares
smbmount //host/share /mnt -U username
with printers I dont know, cause in unix most printers are postscript and in the windows world they are not.


0

Response Number 2
Name: Mike Johnson
Date: January 11, 2001 at 16:05:33 Pacific
Reply:

smbmount doesn't work anymore....

It's now a full-fledged network filesystem
under linux. You can use it with the mount
command.

mount -t smbfs -o username=LLL
//challenger/pub /mnt

It would be a world easier to put the printer
on the linux box. Windows 9x is not a server
solution, and I don't believe you would have
any luck getting it to print linux documents
properly. (Though NT server does it fine,
since you can select the print processor as RAW.)

You'll run into lots and lots of problems
using windows in this case. CR/LF translation
issues... print spoolers... merely
connecting.... Use samba as a server and save
yourself some time!

How *did* you get away with not needing to
print for a whole year? :-)

- Mike Johnson


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Using smbclient to access W9X shares

samba almost working www.computing.net/answers/linux/samba-almost-working/4762.html

How to access Windows Shares in Linux, P www.computing.net/answers/linux/how-to-access-windows-shares-in-linux-p/7159.html

Use Samba to print to a Windows shared printer? www.computing.net/answers/linux/use-samba-to-print-to-a-windows-shared-printer/1949.html