how i can share the file between unix or linux in windows ??


 
Thread Tools Search this Thread
Operating Systems Linux how i can share the file between unix or linux in windows ??
# 1  
Old 12-04-2006
how i can share the file between unix or linux in windows ??

hello everybody

i have one quetion Smilie about how i can share my file in windows to use it in linux

explane

i have to opreating system

windows xp and linux fedore core and unix ( sun solaris 10 )
and i want to open me file that is storege in windows <<< want to open it in unix or linux

i think there are some commands i can use it but i don't know about it


if anyone know about this problems please tell me Smilie

good regered Smilie ..
# 2  
Old 12-04-2006
# 3  
Old 12-04-2006
If you have the samaba client package installed ( if not install it )

with a domain:
Code:
mount -t smbfs -o username='DOMAIN\user' //windows_machine/sharename /mountmount

For example:
Code:
mount -t smbfs -o username='REBORG\reborg' //reborg-pc/home /mnt

You can also do -o username=foo,password=bar but that would make you password visible using ps.
# 4  
Old 12-06-2006
Quote:
If you have the samaba client package installed ( if not install it )

with a domain:

Code:

mount -t smbfs -o username='DOMAIN\user' //windows_machine/sharename /mountmount

For example:

Code:

mount -t smbfs -o username='REBORG\reborg' //reborg-pc/home /mnt

You can also do -o username=foo,password=bar but that would make you password visible using ps.

can you explain i'am new in unix and linux
# 5  
Old 12-07-2006
Quote:
Originally Posted by msn22
can you explain i'am new in unix and linux
Those lines are things to type into a root console.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Mounting Windows Share to Linux Server

Hi Folks - I need to mount a Windows Share to a Linux server. What is the best/easiest way to do this? Is this 'how-to' guide accurate: How to Share Files Between Windows and Linux Or is there a better method you could share? Thanks! (8 Replies)
Discussion started by: SIMMS7400
8 Replies

2. UNIX for Advanced & Expert Users

Ftp from UNIX to windows share

Unix Expects, I am trying to connect to Unix server to windows share point using ftp or fstp. I want to get excel file from windows share to unix server. But i am not able to do it. Can you please help me on this. :confused: Cheers (6 Replies)
Discussion started by: AraR87
6 Replies

3. UNIX for Dummies Questions & Answers

[Solved] error while mounting windows share on linux

Hi whan i am trying to mount a windows share on linux i received the following error can some one help me with thsi # mount -t cifs \\\\servername\testdata -o username=xw27,password=*es*feed /test Mounting the DFS root for a particular server not implemented yet No ip address specified... (5 Replies)
Discussion started by: robo
5 Replies

4. Shell Programming and Scripting

help to access windows share from linux box

how to access windows share from a linux box windows machin is in different workgroup so how to pass credentials whil acessing a share from a script (2 Replies)
Discussion started by: robo
2 Replies

5. Red Hat

unable to mount windows share on linux 5.1

Hi, I am using redhat linux 5.1 - 64bit, using command mount -t cifs //192.192.192.192/SW/Ex /192.192.192.192 -o username=test I am getting below error. mount: block device //192.192.192.192/SW/Ex is write-protected, mounting read-only mount: cannot mount block device... (3 Replies)
Discussion started by: manoj.solaris
3 Replies

6. UNIX for Advanced & Expert Users

Help mounting Windows share in UNIX

We recently upgraded one of our engineering servers, and now the lone UNIX box that houses older CAD files can not connect to it. I have tried every variation of mount I can find, but to no avail. Help is appreciated. Here are the specs: Server: Windows 2003 x64 with Unix Services for Windows... (8 Replies)
Discussion started by: shatterstorm
8 Replies

7. UNIX for Advanced & Expert Users

How to Mount a Unix share drive on Windows

We are trying to mount a Unix share drive on a Windows 2003 server to avoid transfering files accross the network using sftp. I can see shared drives on the Solaris server using the "share" command. How can I mount the drives on my Windows server so that I can read them directly. Do I need... (2 Replies)
Discussion started by: rbdenham
2 Replies
Login or Register to Ask a Question