LinuxQuestions.org
Review your favorite Linux distribution.
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 03-26-2006, 05:47 AM   #1
stevenh
LQ Newbie
 
Registered: Apr 2004
Posts: 14

Rep: Reputation: 0
Filesystem for Windows and Linux


Hi, i have a 200gb external disk. I'd like to write to it in linux but it's currently formatted with NTFS. Which filesystem can be read and written by both Windows and Linux and make 200gb partitions? (cause i read somewhere FAT32 disks can't be that big).

Steven
 
Old 03-26-2006, 06:04 AM   #2
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
NTFS writing is supposed to be pretty safe in 2.6.15. Otherwise just make a few FAT32 partitions.
 
Old 03-26-2006, 06:11 AM   #3
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
i don't know if fat32 has problems getting that large, but i'd suggest you tried to research that further... maybe it'd get limited at 128Gb, couldn't say... Linux can read NTFS reasonably well now, but writing to it is still a very dicey affair, and i'd never recommend it. if fat32 IS not an option ,then there are no other filesystems that are happily usable under both operating systems sadly... If you rig is powerful enough, maybe you'd want to think about running one inside a virtual machine (vmware server is free now), and actually interacting via network filesystems, i.e. SMB / CIFS via samba under linux. I wouldn't suggest running your entire windows system under a virtual machine if you want to boot to it normally to (it'd have to drop and rediscover the hardware ever single time) but maybe you could install a secondary copy of windows that does nothing but share the filesystem you want. it'd be much lighter on resources that way too. Alternatively you could store the data on a linux filesystem (YAY!) and then use an obscenely small distro like DamnSmallLinux to host the same filesystem via samba when you are not booted into linux. This way round would be simpler actually, as a totally full featured DamnSmall installation is just 200mb (including plenty of spare space actually) which you can install into a file on the windows filesystem. Just means running VMware under windows... yuck compared to running under linux, but would mean a better performance on average across the two seperately bootable systems.
 
Old 03-26-2006, 06:12 AM   #4
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by stevenh
Hi, i have a 200gb external disk. I'd like to write to it in linux but it's currently formatted with NTFS. Which filesystem can be read and written by both Windows and Linux and make 200gb partitions? (cause i read somewhere FAT32 disks can't be that big).

Steven
FAT32 partitions can be that big. Windows fs utility is limited - that's true, just use Linux utilities instead.
 
Old 03-26-2006, 06:16 AM   #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
personally i've NEVER managed to get a fat32 filesystem under linux that windows hasn't complained about and refused to use...
 
Old 03-26-2006, 06:17 AM   #6
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
Which filesystem can be read and written by both Windows and Linux
The answer is limited mostly by windoze, fat16 fat32 and for completeness fat12. Windoze will not talk to any other file system supported by linux, and there is quite a list. Fat32 is your only real choice.

As for the 200 gig size, I know there is a limit for fat32, but I'm not sure what it is. The limit is assosciated with the cluster numbering. As the partition size increases, the number of sectors per cluster increases with fat32. The problem is wasted space (if you care with 200 gig's). If you write, say a 1 k file, it will take up all the sectors in a cluster, and be contained in one sector.

Personally, I would not format a 200 gig drive with one partition with any file system. That much data is just too difficult to back up. I would make several fat32 partitions, of say 30 gig's each.
 
Old 03-26-2006, 07:32 AM   #7
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
The max possible size for a FAT32 filesystem is 2TB but having one that big would be silly. Windows won't let you create one bigger than 32GB because once they get too much bigger than that fragmentation becomes a more noticable problem. Just make the 186-ish GB partition in FAT32 and see how it goes, if you notice it not performing up to scratch you can start looking at alternatives.
 
Old 03-27-2006, 06:16 AM   #8
RanDrake10
Member
 
Registered: Oct 2004
Location: Florida
Distribution: Debian
Posts: 319

Rep: Reputation: 30
You can get a plugin for windows to read the reiserfs.
 
Old 03-27-2006, 06:22 AM   #9
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
There are tools on windows to access any linux fs.
Linux fs is safer than windows NTFS, FAT32 or FAT16 because those fs are wild guesses whereas linux fs are documented.
 
  


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
Read and Write to Ext3 Filesystem from Windows onto Linux lennysokol Linux - General 34 01-22-2014 09:07 AM
Shared filesystem between Linux & Windows W0bbles Linux - Hardware 5 07-04-2005 09:22 AM
Accessing a local windows 2000/xp filesystem from linux and vice versa kaplan71 Fedora 6 05-24-2005 08:46 AM
Common filesystem for Linux and Windows? redneon General 9 05-22-2004 03:00 PM
Question Linux Filesystem <-> Windows MFT Negatron Linux - Newbie 3 03-18-2004 11:50 AM

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

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