Is arrangement of file systems will differ if we copy a file from FAT 32 to ext 3 ?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
I have mounted my Windows partition so that I can access it from Fedora 3. Now I have a question which is unknown to me. It is that Windows uses FAT 32 and Linux uses ext3. There are huge difference between the formation of those two file systems. Now, if I want to copy a file which is actually located in FAT 32 partition (i.e. Windows partition) to my ext3 partition (i.e. my Linux partition), what will hapen to the arrangement of file due to different files systems? Is the file will be arranged same like the arrangement which it was used in FAT 32 or it will be completely agrrenged with new ext3 file system?
The file will take a ext3 arrangement on the ext3 partition and keep its FAT32 arrangement on the FAT32 patition. The virtual file system layer in the kernel handles all the specifics... but all that matters to you is the file will look and act the same as far as your concerned regarless of which partition it is on. It will not mess up the file in any way.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.