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 01-23-2002, 02:29 PM   #1
BruceLeroy
LQ Newbie
 
Registered: Jan 2002
Location: miami,fl
Distribution: Redhat 7
Posts: 24

Rep: Reputation: 15
How do I view/copy from Win2k to Redhat?


I have 2 seperate HD's. One has Win2k and Win98 and the other has Rehat 7.0. I have a bunch of Linux books and tutorials on my Win2k partition and I want to be able to read them while in Linux. How do I accomplish this?.... I heard something about Samba, but I cant find the "exe." I did a file search and found the files for it. But I dont know how to run it (there are no exe's Thanks.....
 
Old 01-23-2002, 02:40 PM   #2
Jester888
LQ Newbie
 
Registered: Jan 2002
Location: Knoxville, TN
Distribution: Mandrake 8.1
Posts: 12

Rep: Reputation: 0
Re: How do I view/copy from Win2k to Redhat?

You can mount the partition in linux. But, I may be wrong about this, your kernel needs to have NTFS support in it. That is if the partition is NTFS, I do believe the linux will read FAT/32 nativly. so you should be able to mount it.

something like mount /dev/hdb1 /mnt/windows or what ever directory that you want to mount it to. that is just the default.

Quote:
Originally posted by BruceLeroy
I have 2 seperate HD's. One has Win2k and Win98 and the other has Rehat 7.0. I have a bunch of Linux books and tutorials on my Win2k partition and I want to be able to read them while in Linux. How do I accomplish this?.... I heard something about Samba, but I cant find the "exe." I did a file search and found the files for it. But I dont know how to run it (there are no exe's Thanks.....
 
Old 01-24-2002, 08:52 AM   #3
theFuzzyOne
Member
 
Registered: Dec 2001
Distribution: redhat
Posts: 154

Rep: Reputation: 30
just to clearify

samba is used to mount windows shares over a network.
local mounting is different - most distro's will have support for FAT/32 (win98 partitions) installed. to mount NTFS, you may need to recompile your kernel to get that. search linuxquestions for nfts.. there are lots of treads on that.
note: you won't be able to read w2k partitions if it is a dynamic volume
 
Old 01-24-2002, 04:03 PM   #4
BruceLeroy
LQ Newbie
 
Registered: Jan 2002
Location: miami,fl
Distribution: Redhat 7
Posts: 24

Original Poster
Rep: Reputation: 15
Ive tried mounting it following various online tutorials, but no dice. I use the commands 'df' and 'df -t' to see the mounted/mountable drives, but it never sees the Win2k partitions (they were hda1,2,3 in the installation.) Any help?... BTW, what's a dynamic volume? Can I change it to static?
 
Old 01-24-2002, 04:09 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
run 'fdisk -l' to show all the recognise partitions on the system.

a dynamic partition is windows being all clever and weird with it's partitions, and linux can't see them at all, and i don't think it's possible to change it back
 
Old 01-24-2002, 04:18 PM   #6
BruceLeroy
LQ Newbie
 
Registered: Jan 2002
Location: miami,fl
Distribution: Redhat 7
Posts: 24

Original Poster
Rep: Reputation: 15
I ran that fdisk | command too..It didn't recognize jack
 
Old 01-24-2002, 05:53 PM   #7
theFuzzyOne
Member
 
Registered: Dec 2001
Distribution: redhat
Posts: 154

Rep: Reputation: 30
can you post the results of 'fdisk -l' or any errors you get
 
Old 01-24-2002, 09:22 PM   #8
BruceLeroy
LQ Newbie
 
Registered: Jan 2002
Location: miami,fl
Distribution: Redhat 7
Posts: 24

Original Poster
Rep: Reputation: 15
It doesn't do anything. It just shows an empty prompt with this: >
 
Old 01-25-2002, 07:22 AM   #9
theFuzzyOne
Member
 
Registered: Dec 2001
Distribution: redhat
Posts: 154

Rep: Reputation: 30
fdisk -l as in the letter 'l' for list. not a pipe
most linux commands help a manual - type man fdisk to see all the options
 
Old 01-25-2002, 08:01 AM   #10
da Perp
Member
 
Registered: Oct 2001
Location: the Netherlands
Distribution: Bear Linux (LFS 3.3)
Posts: 171

Rep: Reputation: 30
Aren't you supposed to have dynamic disk file system support in the kernel? i believe windows xp and windows 2000 use this file system. is the windows 2000 partition on your primary master drive? type fdisk /dev/hda
is it on the secondary master? fdisk /dev/hdb
is it the primary slave? fdisk /dev/hdc
is it the secondary slave? fdisk /dev/hdd

hope this helps you out a bit....

and samba really isnt what you need, it's for acessing windows machines over a network using the SMB protocol. Only tcp/ip networks for windows are supported by samba.

Last edited by da Perp; 01-25-2002 at 08:06 AM.
 
Old 01-25-2002, 10:21 AM   #11
theFuzzyOne
Member
 
Registered: Dec 2001
Distribution: redhat
Posts: 154

Rep: Reputation: 30
w2k and xp use both static and dynamic disks (it's all just MS terminology). dynamic disks are LVM and s/w raid. most workstation type installs of w2k/pro and xp use static disk formating during the install. so far, i haven't seen any linux compatibility with NTFS dynamic disks, but if you know of any, please post them here
 
Old 01-25-2002, 12:41 PM   #12
BruceLeroy
LQ Newbie
 
Registered: Jan 2002
Location: miami,fl
Distribution: Redhat 7
Posts: 24

Original Poster
Rep: Reputation: 15
I finally got it to work. Thanks for your help guys. I found the answer in some old post. It was something like this: mount -t vfat /dev/hda1 /windows (I created the windows directory beforehand.) Learning Linux is a challenge, but it's rewarding when you finally get something to work....Now, I just have to get my mousewheel working in Netscape.......

Last edited by BruceLeroy; 01-25-2002 at 03:37 PM.
 
  


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
Can view CD, but cannot copy from it swiftnet Linux - Software 5 07-08-2004 09:52 AM
Copy files from Linux to Win2K server Urgent adamsjw2 Linux - Networking 12 02-10-2004 05:21 PM
Problems to view files on Win2k Machine jazzyjazz Linux - Networking 1 10-31-2003 02:03 PM
view from Win2k tonicnote Linux - Networking 3 04-04-2003 08:18 AM
How to view the web site hosted on win2k server which is a client machine? gogo Linux - Networking 10 10-19-2002 10:48 PM

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

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