![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions Questions involving Unix to Windows (Desktop or Server) go here. Any Windows/DOS questions should go here as well. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing windows server alias name on windows or unix? | NycUnxer | UNIX for Dummies Questions & Answers | 1 | 03-26-2008 02:54 PM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 02:24 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 08:39 AM |
| Porting of Windows written unix scripts to unix platform | tamilselvi | UNIX for Advanced & Expert Users | 7 | 10-02-2002 07:55 AM |
| UNIX problem? Unix programm runs windows 2000 CPU over 100% | zerocool | UNIX for Dummies Questions & Answers | 2 | 11-06-2001 02:25 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
unix and Windows
I'm dead new to the forum and I'm probably going over well-trodden ground, but if you can refer me to the oracle's den I'd be more than grateful.
What is the simplest way of making Windows files directly accessible to unix? In layman's terms I mean I would love to be able to log into the unix system and type 'cat windows file' or 'cp unixfile windowsfile' I have pored through Samba, and it seems to be tilted the other way, ie allows the windows user to access data on the unix box. I have looked at sharity. Can you save me a long lonesome trek in the jungle and point me to the clearing. Thanks a pile |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
samba
|
|
#3
|
||||
|
||||
|
You can use samba as Norsk suggested - it works both ways. You can use smbclient to mount a windows drive into the *nix filesystem, or use an FTP-like interface. There are lots of GUI tools to simplify this (smb4k is one of them). It is the equivalent of "Mapping a network drive" under Windows.
e.g. to mount a Windows C$ share smbmount //mywinserver/c\$ /mnt/win_c Note that you have to "reverse" the slashes (windows uses backslashes, but in our *nix world this escapes stuff!) You can google for everything mentioned here. Cheers ZB |
|
#4
|
|||
|
|||
|
Many thanks guys, it's just good to know which path to set out on through the jungle!
|
|||
| Google The UNIX and Linux Forums |