LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 07-31-2003, 12:02 PM   #1
pariksheet
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 9

Rep: Reputation: 0
Question Which one!?


I'm a who needs help choosing a distribution:

I am a desktop user currently running RedHat 9.0, but don't know how to communicate with my window$ partition to import my existing data (about 1.3gb). Also it does not support my Motorola SM56 modem.

I've been thinking about lycoris to ease the transition (I don't really agree with the motto: Linux is for everyone?!?).

I'm not concerned about support, I only want stability (my computer has crashed 4 times in the last 5 years- courtesy Micro$oft) and extensibility (Linux is my long-term answer).

Any suggestions? I can't really commit the time for trouble shooting every other error.
 
Old 07-31-2003, 12:55 PM   #2
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
Where is the drive that you want to get the data from (primary master, secondary master.....). If it is on the same drive as linux, what does you partiion table look like?
 
Old 07-31-2003, 01:10 PM   #3
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Hi pariksheet

To get access to your Windows data from Linux you'll have to mount your Windows partition.

For a temporary mount to test - as an example - Windows is on a FAT32 /dev/hda 1st partition and the mount point is /mnt/windows


mount -t vfat -o rw /dev/hda1 /mnt/windows

For NTFS

mount -t ntfs -o ro /dev/hda1 /mnt/windows


you 'll have to substitute in your Windows partition and the mount poi t youve created ect

I would reccomend Mandrake 9.1

You can check out all the various Linux distribution at Distrowatch - the link is in my sig, at the bottom

Last edited by Skyline; 07-31-2003 at 01:14 PM.
 
Old 07-31-2003, 01:17 PM   #4
pariksheet
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 9

Original Poster
Rep: Reputation: 0
Device Start End Size (MB) Type
^ /dev/hdc
^ hdc2 2436 4870 19101 Extended
hdc5 2436 4870 19101 ext3
hdc1 1 2435 19101 fat32


I was looking at Mandrake 9.1

Would you recommend Gentoo, since the capacity to learn would greatly help me as well?
 
Old 07-31-2003, 01:19 PM   #5
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Gentoo is difficult to install if your new to Linux - Personally I'd go with Mandrake 9.1
 
Old 07-31-2003, 01:19 PM   #6
pariksheet
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 9

Original Poster
Rep: Reputation: 0
Forgive me, Skyline, but where exactly do I type this command?
 
Old 07-31-2003, 01:22 PM   #7
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Open a terminal

type

su -
type your root password

create a mount point in your /mnt directory with

mkdir /mnt/windows

then type the code - REMEMBER to substitute in the correct info regarding the drive its on - the partition - and the mount point name.
 
Old 07-31-2003, 01:23 PM   #8
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
To mount the fat32 partition goto the commandline.

First type:
mkdir /mnt/windows
This make the windows directory to mount the fat32 partition.

second type:
mount -t vfat -o rw /dev/hdc1 /mnt/windows
This mounts the partition to /mnt/windows

All your data will be in /mnt/windows directory.
 
Old 08-01-2003, 11:52 AM   #9
pariksheet
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks guys! I got my stuff!

But how do I permanently mount the directory onto my file system?
 
Old 08-01-2003, 12:07 PM   #10
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
You have to edit your /etc/fstab. Put a line in it that looks like this.

/dev/hdc1 /mnt/windows vfat defaults 0 0
 
  


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



LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 11:49 PM.

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