LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-05-2003, 10:00 PM   #1
CableDude
LQ Newbie
 
Registered: Apr 2003
Distribution: Red Hat Linux
Posts: 4

Rep: Reputation: 0
Question Ftp????


Hello,

I'm brand new to this forum so bare with me here, I have a laptop that is dual booted with windows and Red Hat 8, i have my ntfs partition mounted on /mnt/dev/hda5, i can see the data and wish to transfer the data on that partiton to another windows machine on my LAN so that I can wipe windows. My question is what is the best way to do that, should I use FTP? and if so how? i have tried FTP'ing from my widows machine into linux but it gives me an "unknown error" i did a service ftp start on my linux box, but it says that it's an unknown service, do I need to set up a FTP server on my linux box just to transer a few files?

Or is there a better way to do it? i.e samba, or anything else that may work.

Thanks in Advance......
 
Old 04-05-2003, 10:02 PM   #2
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Well if you have mounted your ntfs partition you can simply copy the files off of /mnt/dev/hda5 to your linux partition.

There are many ftp packages so a:

service ftp start

would not work. You would have to do:

service vsftpd start

or whatever ftp application you are using.
 
Old 04-05-2003, 10:23 PM   #3
CableDude
LQ Newbie
 
Registered: Apr 2003
Distribution: Red Hat Linux
Posts: 4

Original Poster
Rep: Reputation: 0
thanks that helped, I tried a vsftpd start and here is what I got:

# service vsftpd start
vsftpd: unrecognized service

does that mean that i don't have the package installed?

I copied the files over to my linux partiton but I want to get them over to my other machine which is running windows, what would be the best way to do that? still ftp? how can I get linux to respond to my ftp requests from my windows machine?


Thanks again......
 
Old 04-05-2003, 11:07 PM   #4
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Well if you have a cd burner you could burn them to cd. How much are you trying to copy? If your trying to copy a couple gigs worth of stuff then you could be ftp'ing for a while.

Yes you have to have the vsftpd package installed first before you do a:

service vsftpd start

Just to be fair there are a lot more ftp packages available like pro-ftp and wu-ftp. Do a search for these if you want to see what the differences are between them.
 
Old 04-05-2003, 11:11 PM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Okay, you have two machines on same network I presume right?

If you have Machine A with a dual boot of Windows and Linux and Machine B with Windows, why not just boot into Windows and copy your files over to the other Windows machine thru the network. That would eliminate FTP and maybe setting up Samba to transfer from Linux to Windows.. etc.

Did I understand you correctly? If not, then ignore me. But from what I've read so far, that is how you have your setup for these two machines.
 
Old 04-05-2003, 11:35 PM   #6
CableDude
LQ Newbie
 
Registered: Apr 2003
Distribution: Red Hat Linux
Posts: 4

Original Poster
Rep: Reputation: 0
thanks for the info guys, the reason why I can't boot into windows and just copy the files over that way is because when I installed linux i overwrote the nt bootloader with grub and now I can't boot into windows, I want to back up my data before I attempt to fix it, i guess the best way to go would be to install an ftp package and ftp them over my LAN then huh, since I don't have a CD burner, it is a copule of gigs though........
 
Old 04-06-2003, 06:53 PM   #7
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Why not configure your bootloader you overwrote it with to boot into Windows? Either Lilo or Grub, whichever your using shouldn't be that hard of a task to configure, its asked, answered and done all the time.

Have a look around the forums, I believe going any other way is just more of a hassle and more steps involved.
 
Old 04-08-2003, 12:16 AM   #8
CableDude
LQ Newbie
 
Registered: Apr 2003
Distribution: Red Hat Linux
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks for the reply!!!

Thanks for the info, I tried configuring the grub.conf file to load windows, heck I even reverted to lilo to see if it would work, my problem is that, from what I understand, grub does not directly support NTFS filesystems, (hence the "chainloader + 1 option in the grub.conf file), my understanding is that it simply hands off the job to the NT boot loader which then loads windows XP, my problem is that I overwrote the NT bootloader when I installed red hat and because I originally had windows 2000 and windows XP dual booted and to save some disk space I deleted the win2k partition and installed linux on it, unfortunately I didn't realize that win2k was the primary partition which had the NT bootloader on it, and XP was on a extended partition. Now it's unbootable, because I can't get the NT bootloader to see the XP partition.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ftp(through web site access to ftp server) kelper Linux - Software 4 07-03-2015 05:14 PM
ftp server - Pure ftp - logs in OK but no files visible tp11235 Linux - Networking 2 08-30-2005 05:11 AM
FTP Server Up and running... how do I hide ftp users from local login screen? joe1031 Mandriva 2 03-18-2005 04:24 PM
problem with ftp on mandrake 10.1 Official, ftp speeds system wide (anybody noticed?) equinox Mandriva 15 11-10-2004 02:07 PM
how can I restrict ftp users listing files from a pure-ftp server adrianmak Linux - Networking 2 12-31-2002 08:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration