How to map on a Windows disk ?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to map on a Windows disk ?
# 1  
Old 11-29-2010
How to map on a Windows disk ?

Hi,
I have installed ubuntu.
-how to see the disk on Windows machine ? I should copy some files from a Windows machien which is on the same network to my ubuntu machine.

Thank you.
# 2  
Old 11-29-2010
Do you need a mount, or will a network file copy do?

Can the Client be on Windows, or must it be ubuntu?
# 3  
Old 11-29-2010
By using CIFS smb etc...(man samba for a start...)
# 4  
Old 11-29-2010
Sometimes it is easier to mount a UNIX disk on Windows than the opposite, but sometimes that is more trouble, less secure and versatile than just installing ssh2 on both ends.
# 5  
Old 12-01-2010
~ root@whatever # mount_smbfs //user@winnt/pub /mnt , where user option is your username in unix and winnt is your windows name, pub is a share folder and /mnt is mount point. if you installing in 1 pc. "dual boot....etc, use mount fat32

Last edited by mastotosugiarto; 12-01-2010 at 02:43 PM.. Reason: wrong answer
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

map unix directory to Windows 2003 server

Hi, I am new unix, In the unix server we have two folders 1. /home/directory/sub1/ 2. /home/directory/sub2/ Under each sub we have some other subfolders also. Here my question is I want to create sub2(including subfolder of this) as share drive to windows 2003 server. Can... (7 Replies)
Discussion started by: mabu.ps
7 Replies

2. Windows & DOS: Issues & Discussions

How to map a path to a drive in windows

Hi all, Can anybody explain me about mapping a path to a drive with example? Thanks (3 Replies)
Discussion started by: Bobby16
3 Replies

3. Shell Programming and Scripting

map windows server to unix server

How to map the windows server to tenet/unix server an dget the files in the windows server to unix server? (1 Reply)
Discussion started by: vinay123
1 Replies

4. Shell Programming and Scripting

map windows directories to unix

How to map the windows directories to unix filepath using perl scripts? (0 Replies)
Discussion started by: vinay123
0 Replies

5. UNIX for Dummies Questions & Answers

Map Drive From Windows To Apache Shared Drive?

Anyone know how I can map a windows drive to an apache shared drive? In my httpd.conf file, I have: Alias /merc_rpts/ "/u/merc_rpts/" <Directory "/u/merc_rpts"> Options Indexes </Directory> I'm able to bring up a browser and see the contents of this folder. In... (0 Replies)
Discussion started by: gseyforth
0 Replies

6. Solaris

How to map drive from Sun Solaris to Windows! Help me

I have two servers, one running on Windows server 2003 and one running Sun Solaris 10. Can you help me how to map drive from Sun Solaris to Windows server 2003. Thanks (1 Reply)
Discussion started by: tanhq
1 Replies

7. Linux

Map Linux volume under Windows XP

I want to mount Linux Server /home and /var as a network drive under my Windows XP, please tell me the procedure? Thank. (2 Replies)
Discussion started by: zp523444
2 Replies

8. Solaris

How to map unix network dirver in windows

Hi, boss i have question about to how can i map the unix(solaris8) network driver in window. how to config the sorlaris system? thanks very waiting online................... (2 Replies)
Discussion started by: surainbow
2 Replies

9. UNIX for Dummies Questions & Answers

Map Drive from UNIX Server to Windows Clients

hi all ;; I have a Tru64 UNIX machine , first i want my employees ( windows clients) to see specific directory on unix , and how can i put a unix command in a visual basic code to copy the contents of that directory to drive c in the client side who request that by clicking a push button. ... (3 Replies)
Discussion started by: kafaween
3 Replies

10. Solaris

How to map a disk block to filename/ Inode

Hi, I want to find out a particular disk block belong to which file. in solaris 2.8 Can anyone help. Thanks and Regards Bala (1 Reply)
Discussion started by: Balamurugan
1 Replies
Login or Register to Ask a Question