Link to home
Start Free TrialLog in
Avatar of psimonov
psimonov

asked on

Copy from NTFS

I dummy with Linux, but I have to accomplish one small thing. I have to copy files from my File server (NTFS) to Linux Server.
I know question is stupid and easy, but how I can do it?
Thanks
PS
Avatar of LC/OS
LC/OS

You don't detail the network topography.

Are the mount volumes directly accessible from the boxes concerened. If so do a direct mount using the type 'ntfs' for the Win volumes.

If they are remote from each other then you can achieve Win / *nix connectivity using NFS mounts or SAMBA mounts.
Not very experienced in setting up NFS mounts, and SAMBA setup can be achieved, assuming SAMBA is setup on the Linux box, using localhost:901 from a browser.

Once the volumes are mounted and visible from both Win and *nix boxes then simply do a copy (cp -rf ....).

you can only use a NTFS mount if you are on a dual boot machine with a NTFS partition.
In your situation you should do this on your linux box:
- install smbmount (e.g.: apt-get install smbfs for debian)
- mount //winnt_host/share /mnt/mountpoint -o username='user', password='pass'
- copy your files using cp.

Samba is not necessary.
But isn't smbmount part of SAMBA ?
Avatar of psimonov

ASKER

OK that I have I a Linux RedHat 7.3 box (no Samba, no Graphical Interface) and remote File Server Windows NT with *.tar.gz package on it. I have to copy this package to Linux box. And rest I have instruction on it.
To be honest I did copy file use SecureFX, but but I want to know how do it without any third party applications.
Thanks
Peter
OK that I have I a Linux RedHat 7.3 box (no Samba, no Graphical Interface) and remote File Server Windows NT with *.tar.gz package on it. I have to copy this package to Linux box. And rest I have instruction on it.
To be honest I did copy file use SecureFX, but but I want to know how do it without any third party applications.
Thanks
Peter
ASKER CERTIFIED SOLUTION
Avatar of psadac
psadac
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Setup IIS FTP on the NT Server or get a shareware FTPd app like bullet proof and then from the Linux box type: ftp x.x.x.x. type in user/pass type: bin, prompt, mget *, quit...
psimonov:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
Accept comments from psadac as answer
Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

TheWeakestLink
EE Cleanup Volunteer