• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Data partition for a dual boot WinXP/Linux computer

qbek

Member
Here is the problem:

I have got a lot of documents that I need to be able to access from both OSs. However WinXP does not recognize the Linux ext3 partition at all, nor can Linux write to the NTFS win partition.

I have set up a separate FAT32 partition for the data, but it is restricted to ~30GB in size (I would need closer to 100GB). Any ideas how to go around the problem? TIA.
 
Latest Kernels suport experimental writing on NTFS volumes. However, you need to compile in support (ie. it's not enabled by default.) Last time I ran makemenuconfig I saw that option in there (this week), flagged "experimental". You'd simply need to check that box and compile a kernel with that support, and you'd be golden.
 
Thanks for the replies.

I know about the NTFS support for Linux and in fact I use it (read-only). I cannot risk 'experimental write support' - the risk of loosing data is too high.

Any other ideas?
 
Well unless you're willing to do a FAT32 partition for data, Linux won't want to play with it. It can mount and read/write FAT32 volumes -- Linux calls it VFAT.
 
Thanks everybody. I do not mind FAT32, as long as the partition is large - 100G. (I even thought about using 3-4 different 30G partitions, but that would be the last resort).
Nothinman - Do you mean I can create a 100G FAT32 partition under Linux? Will Windows read it?
 
Back
Top