![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Newbee lost in unix land | dortoh | Shell Programming and Scripting | 1 | 05-12-2008 02:10 PM |
| how can i copy data in LINUX Machine to windows XP | bsandeep_80 | UNIX for Advanced & Expert Users | 2 | 03-27-2008 02:25 AM |
| Unix Newbee :-) | vivekshankar | UNIX for Dummies Questions & Answers | 7 | 05-17-2005 11:04 AM |
| copy data from Windows to Unix any help? | odogbolu98 | UNIX for Advanced & Expert Users | 8 | 07-09-2002 09:22 AM |
| How to copy data file from UNIX and put it on PC | BillyT | UNIX for Dummies Questions & Answers | 3 | 01-22-2001 06:09 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have to setup a new server (linux) and I have to copy the data from the old unix system to the new one.
Can I access the unix data in dos? Please help. I know little about linux and unix |
| Forum Sponsor | ||
|
|
|
|||
|
Hi,
You could export the directories you want to copy using an nfs server on the unix machine, and then mount the directories on the linux machine, this would then allow you to copy them to a directory on the linux machine. Another way would be to ftp into the unix machine and download the files. Andy Hibbins |
|
|||
|
Andy Hibbins: is on the right track. i dont think dos can find a unix nfs unless you have samba installed.
also your alternative is to dump the data you want to tape and restore it on the new machine (this being the best idea cuz you will then have a static back up of the data if ever needed again. check out www.samba.org. altho if this is a one time thing samba might be more of a hasstle to set up, but it does come handy. if this is a one time deal then just tar every thing you want and send it over via ftp. but i will admit samba as a project can be fustrating but it is extreamly useful and fun after you get it working the first time. practice makes perfect. Last edited by Optimus_P; 06-28-2001 at 07:49 AM. |