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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
11-08-2002, 12:01 PM
|
#1
|
LQ Newbie
Registered: Aug 2002
Distribution: lycoris
Posts: 7
Rep:
|
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
|
|
|
11-08-2002, 12:41 PM
|
#2
|
Member
Registered: Jul 2002
Distribution: OpenSuSE 11
Posts: 441
Rep:
|
I thonk you need some software to do that.
|
|
|
11-08-2002, 12:46 PM
|
#3
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Rep:
|
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
|
|
|
11-12-2002, 07:30 AM
|
#4
|
LQ Newbie
Registered: Aug 2002
Distribution: lycoris
Posts: 7
Original Poster
Rep:
|
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. 
|
|
|
11-12-2002, 07:48 AM
|
#5
|
Moderator
Registered: Aug 2002
Posts: 26,800
|
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.
|
|
|
11-15-2002, 06:14 AM
|
#6
|
LQ Newbie
Registered: Aug 2002
Distribution: lycoris
Posts: 7
Original Poster
Rep:
|
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?
|
|
|
11-15-2002, 07:18 AM
|
#7
|
Member
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691
Rep:
|
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.
|
|
|
11-15-2002, 07:44 AM
|
#8
|
Moderator
Registered: Aug 2002
Posts: 26,800
|
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
|
|
|
11-15-2002, 10:17 AM
|
#9
|
LQ Newbie
Registered: Aug 2002
Distribution: lycoris
Posts: 7
Original Poster
Rep:
|
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 
|
|
|
05-02-2007, 06:16 PM
|
#10
|
LQ Newbie
Registered: May 2007
Posts: 5
Rep:
|
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.
|
|
|
05-02-2007, 06:40 PM
|
#11
|
Senior Member
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Rep: 
|
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.
|
|
|
05-02-2007, 06:51 PM
|
#12
|
LQ Newbie
Registered: May 2007
Posts: 5
Rep:
|
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?
|
|
|
05-02-2007, 10:08 PM
|
#13
|
Senior Member
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,077
|
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.
|
|
|
05-02-2007, 11:03 PM
|
#14
|
LQ Newbie
Registered: May 2007
Posts: 5
Rep:
|
|
|
|
05-03-2007, 04:31 AM
|
#15
|
Member
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 12:56 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|