![]() |
|
|
|
|
|||||||
| 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 |
| check if file exists in a mounted windows shared folder | jul | Shell Programming and Scripting | 2 | 05-13-2008 10:50 PM |
| Command to list samba shared folder in linux | bache_gowda | UNIX for Dummies Questions & Answers | 0 | 04-27-2005 05:05 AM |
| Unix versus Windows 2000 | Bnite | UNIX for Dummies Questions & Answers | 1 | 12-12-2004 02:14 PM |
| Windows 2000 to Linux | Rawdawg | Linux | 5 | 11-16-2003 02:31 AM |
| Unix with Windows 2000 | mastermold | UNIX for Advanced & Expert Users | 11 | 02-11-2002 11:47 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
mounting a directory to a windows 2000 shared folder
until recently I've been using the following command successfully:
mount -t smbfs -o username=my_user_name,password=password /home/temp/ //oldserver/openexchange To connect to a Win2000 shared folder called openexchange on a machine called //oldserver. But as from today, I've been getting the following error message: INFO: Debug class all level = 1 (pid 27535 from pid 27535) Could not resolve mount point //oldserver/openexchange Anyone have any ideas what could have changed? Many thanks for any help. Christian |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Try this instead:
mount -t smbfs -o username=my_user_name,password=password //oldserver/openexchange /home/temp/ |
|
#3
|
|||
|
|||
|
Cheers RTM,
I must have my head on back to front |
|||
| Google The UNIX and Linux Forums |