LinuxQuestions.org
Review your favorite Linux distribution.
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 09-19-2003, 05:09 PM   #1
Agileuk
LQ Newbie
 
Registered: Sep 2003
Distribution: Red Hat 9, KDE
Posts: 24

Rep: Reputation: 15
Question RH9 and WinXP


Hiya, I am a bit of a newbie at this, so please beat with me, hey at least I have finally taken the plunge....

I have just installed linux on my new 200 gig hard drive, but wish to back up many of my files from windows XP contained on two other 80 gig hard drives both formatted with NTFS. As linux has formatted the 200 gig drive using its own system (cannot remember name, but it was NOT vfat, I think it was "xxx3".) Windows is unable to see it. I do need to backup the files though before i move everything over the new hard drive.

I was wondering, firstly, can i format linux on a windows - compatable partition, or will it have to stay on a file system that windows cannot handle, and secondly how do i see the other drives and more importantly move them over from the two 80 gigs to the 200 gig?

I shall return with more questions once I have them, but thanks for taking the time to answer this question for now

Lastly, I apologise if you have seen this problem a thouisand times before, but I haven't seen this problem mentioned in my brief search.

Agile
 
Old 09-19-2003, 05:25 PM   #2
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
wow, first welcome to linux and secondly wow... 200 gig hdd, i don't think you'll fill that thing up fast... (and here i was feeling proud of my 20 gig hdd...)

anyway, if u really want windows to just see your linux install natively, then u will have to format the file system as vfat, similar to the fat and fat32 file systems: problem with this though is that vfat does not support journaling and permissions, both huge aspects of linux

linux can read ntfs, but not write to it (in redhat, u will either have to recompile your kernel or install a module located at linux-ntfs.sourceforge.net)

if u want to move your files over, i strongly recommend u get a program like partition magic and make direct copies of those harddrives onto your new one, but if all u want to do is keep the data, then just mount your harddrives and copy the data over to your linux os and you'll be done!

to mount ntfs (after installing the module), do mount /dev/hd-# /mnt/foldername, where "-" is the letter assigned to the harddrive and # is the partition number, both which can be found by doing fdisk -l in a terminal

this is quite a bit of info, if u need help, just ask!
 
Old 09-19-2003, 05:39 PM   #3
Agileuk
LQ Newbie
 
Registered: Sep 2003
Distribution: Red Hat 9, KDE
Posts: 24

Original Poster
Rep: Reputation: 15
Hi, thanks for the reply, I have given it a bash and i get this response:

after typing in "mount /dev/hde1 /mnt/windows1" it spits out that /mnt/windows1 does not exist. I know this, but I don't know how to create it?

I am also trying to find an alternative to the "my computer" browser that is currently residing under "root's home" is there a more powerful browser, as whenever i try and browse the /dev directory, it always max's out on me?

It is a shame to hear that NTFS cannot be written to, only read, as this means that I will now have to try and partition my disks very carefully.

As far as recompiling my kernal, I assume that would give a marginal speed boost over just adding the module?

I tried formatting my disk as vfat, but it refused to format the 200 gig drive in one. I shall hunt around some windows forums to see if i can get a similar program to the linux plugin you mentioned - thanks!

Thanks for your help so far, I understand how tedious these kind of questions must be.

Agile
 
Old 09-19-2003, 07:15 PM   #4
Gates1026
Member
 
Registered: Sep 2003
Location: Iowa
Distribution: Slackware 9.1
Posts: 155

Rep: Reputation: 30
A few of my own personal tips If you dont like them, you can just tell me to go away.

The error that you were getting about the directory not being available. Very easy fix. My own personal preference is to use the terminal for as much as possible. I was once an avid windows user, but found that using the terminal, things go soooo much faster. It is so much easier to type mv <filename> <destination> than to open up 2 different windows and then highlight and drag, so much faster and cleaner.

to create your directory in a terminal, just do this:
$ su
Password: <your password>
# cd /mnt
# mkdir windows1

I would then change permissions so that you can read and write to the directory with a user other than root. To do this you should
# chown <your user name> /mnt/windows1
# chmod 744 /mnt/windows1

If you want other users to be able to access this drive, then you can adjust accordingly, just look up some basic info on permissions and you will be set.

Also for the terminal, I do this to make easier browsing. in /home/<youruser>/.bashrc under the alias section put this
alias l='ls -lh --color=tty'
This makes it so you just have to type l instead of ls -lh every time you want a file listing.
Hope this helps, and let me know if I can help any more
 
  


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
winxp+RHEAS4+RH9.how ? silvercloud Red Hat 9 08-14-2005 04:28 AM
Can't See WinXP Files from RH9 eoldynski Linux - Networking 2 07-27-2005 08:50 PM
problems with WINxp and RH9... plainzwalker Linux - Newbie 3 08-16-2003 04:56 PM
Networking RH9 to WinXP Hotwire Linux - Networking 3 07-28-2003 02:29 AM
winxp problem after installing rh9 g3nk1 Linux - Newbie 4 06-12-2003 01:23 PM

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

All times are GMT -5. The time now is 01:07 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