LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-08-2002, 12:01 PM   #1
battlezonehawk
LQ Newbie
 
Registered: Aug 2002
Distribution: lycoris
Posts: 7

Rep: Reputation: 0
dual boot but can't see linux hard drive from XP


I know this problem is probably somewhere in the forum, but I can't figure out a search string for it.
I have a dual boot system with XP pro on one hard drive (ntfs) and Lycoris on another drive. From linux I can access the windows drive move files, etc. But when I am in windows OS I cannot access the linux drive. I can see it only thru the computer management utility (disk management) in XP.
I was wondering how to set it up so when I work in linux and have to boot into XP I can still access my files.
Thank you and please don't flame me if it has already been over worked here in your forum.
Nick
 
Old 11-08-2002, 12:41 PM   #2
Edward78
Member
 
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441

Rep: Reputation: 30
I thonk you need some software to do that.
 
Old 11-08-2002, 12:46 PM   #3
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
No, there's no software needed. There's nothing wrong with your system. The problem is that not all kids in the playground want to share. Windows will not recognise ext2 and ext3 partitions, Linux systems have no problem with FAT32 partitions but NTFS specifications have never been published so Linux can read them but not write to them (I believe).

Bert
 
Old 11-12-2002, 07:30 AM   #4
battlezonehawk
LQ Newbie
 
Registered: Aug 2002
Distribution: lycoris
Posts: 7

Original Poster
Rep: Reputation: 0
so, it's not going to happen?

is that the general answer to my question? The bad part is that running a dual boot system will be a thing of the past. I've tried to give linux a chance but there is just so many stumbling blocks laid out. I cannot get rid of windows, like some suggest, due to our accounting software and UPS program etc., that will not be coming out in linux version any where in the near future.
 
Old 11-12-2002, 07:48 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
If your linux drive is ext2 or ext3 then you can use explore2fs.
http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm

You can create a FAT32 partition to share files between the OS's. Both XP and linux can read / write to it.
 
Old 11-15-2002, 06:14 AM   #6
battlezonehawk
LQ Newbie
 
Registered: Aug 2002
Distribution: lycoris
Posts: 7

Original Poster
Rep: Reputation: 0
got fat 32 but no go

I used partition magic and created a fat32 partition on the hard drive that houses linux. Windows sees it fine and can read and write to it, but in linux now I can't find the partition at all. Any help?
 
Old 11-15-2002, 07:18 AM   #7
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
If you need to share data files between WinXP and Linux, then set up a FAT32 partition and store those common files there. As was noted both WinXP and Linux have no problem reading and writing data files on a FAT 32 partition, but WinXP doesn't (want to) understand Linux filesystems and NTFS is pure proprietary, closed code.

So leave WinXP on its NTFS partition, leave Linux on its own filesystem partitions, and put common data files (MP3, video, photo, word processing, spreadsheets, etc.) on a FAT 32 partition.
 
Old 11-15-2002, 07:44 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Doesn't Partition Magic tell you the partition number?
You can use fdisk to find the partition
fdisk -l /dev/hdx
The listing will tell you which partition is formated how.
The partition number will be hdxy.
Where x is the drive i.e. 1st ide controller primary is hda
secondary is hdb, 2nd controller is hdc,hdd respectively.
Then you can add it to your /etc/fstab to mount on bootup
create mount point
mkdir /mnt/data
edit /etc/fstab and add line
/dev/hdxy /mnt/data vfat auto,user,umask=0 0 0
 
Old 11-15-2002, 10:17 AM   #9
battlezonehawk
LQ Newbie
 
Registered: Aug 2002
Distribution: lycoris
Posts: 7

Original Poster
Rep: Reputation: 0
Talking Thank You!

Thank You! Editing the fstab was exactly what it needed. Now everyone plays together!
Now I can start exploring Linux more since I can now access important files from either OS. It really screwed me up before if I was working on something and got a phone call and would have to reboot just to get to some file.
You guys are great, thanks again!
Nick
 
Old 05-02-2007, 06:16 PM   #10
dannymichel
LQ Newbie
 
Registered: May 2007
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by michaelk
Doesn't Partition Magic tell you the partition number?
You can use fdisk to find the partition
fdisk -l /dev/hdx
The listing will tell you which partition is formated how.
The partition number will be hdxy.
Where x is the drive i.e. 1st ide controller primary is hda
secondary is hdb, 2nd controller is hdc,hdd respectively.
Then you can add it to your /etc/fstab to mount on bootup
create mount point
mkdir /mnt/data
edit /etc/fstab and add line
/dev/hdxy /mnt/data vfat auto,user,umask=0 0 0
Ahhh, only if I had XP
Is there any way I can have Windows Vista 64bit see the disk that I have Ubuntu installed on? I still want to save some things to that disk from Windows.
 
Old 05-02-2007, 06:40 PM   #11
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
One can download Ext2ifs which will allow a user in XP to read/write any Ext2/3 partition.

Fat32 partition is one alternative for the neutral ground for both systems but I heard good feedbacks from users opting to go with Ext2ifs. I did find Ext2ifs easy to use and available in the control panel of XP once installed.
 
Old 05-02-2007, 06:51 PM   #12
dannymichel
LQ Newbie
 
Registered: May 2007
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by saikee
One can download Ext2ifs which will allow a user in XP to read/write any Ext2/3 partition.

Fat32 partition is one alternative for the neutral ground for both systems but I heard good feedbacks from users opting to go with Ext2ifs. I did find Ext2ifs easy to use and available in the control panel of XP once installed.
That's great for XP users.
I asked about Vista.
Anyone know?
 
Old 05-02-2007, 10:08 PM   #13
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
odds are that if it works with XP it will work with Vista
M$ would like people to upgrade from XP to Vis-stool

Last edited by rob.rice; 05-02-2007 at 10:21 PM.
 
Old 05-02-2007, 11:03 PM   #14
dannymichel
LQ Newbie
 
Registered: May 2007
Posts: 5

Rep: Reputation: 0
Found the answer here http://support.microsoft.com/kb/927392/en-us
 
Old 05-03-2007, 04:31 AM   #15
samstar
Member
 
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324

Rep: Reputation: 31
Quote:
Originally Posted by Bert
NTFS specifications have never been published so Linux can read them but not write to them (I believe).
Bert
Soon we can
http://www.ntfs-3g.org/

Sam
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Best method for dual boot with dual hard drive? aidano Linux - Software 2 11-16-2006 12:04 PM
Dual boot win xp and linux on second hard drive metallicafan_316 Linux - Newbie 3 10-06-2005 09:38 PM
XP Pro will not boot dual boot Redhat 9 one hard drive mamoose Linux - Newbie 10 03-29-2004 08:28 PM
how to partition hard drive for dual boot xp-home and linux system sabaki Linux - Laptop and Netbook 5 03-06-2004 02:10 PM
how do i install linux to second hard drive and dual boot to my first keeisha Linux - Newbie 1 11-29-2001 03:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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