LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Question Linux Filesystem <-> Windows MFT (https://www.linuxquestions.org/questions/linux-newbie-8/question-linux-filesystem-windows-mft-159370/)

Negatron 03-18-2004 08:19 AM

Question Linux Filesystem <-> Windows MFT
 
Under Windows I always have the problem of destroying my MFT, because of heavy copying and deleting big files. So I always have to recover them with certain tools and so I waste a lot of time.

My Question:
Does Linux Filesystems have the same kind of problems you have with Windows NTFS?
Which Filesystem should I use? I want to setup a Suse Linux File Server, no Windows upon it, and want to get rid of this prob of losing files.

Any hints/suggestions?

If this kind of thread already exists, don’t kill me, post the link, please

AutOPSY 03-18-2004 09:02 AM

What is MFT?

Linux's ext3 (journalled filesystem) keeps a "journal" of all files copied moved removed.
and if it crashes, filesystems can be recovered easily/automatically.

is this what you mean.
Use ext3 filesystem.

trey85stang 03-18-2004 09:27 AM

i like rieserfs it is lightyears ahead of ntfs

Negatron 03-18-2004 11:50 AM

@ autOPSY
No, not exactly.

MFT = Master File Table
Its the area, where NTFS stores all the infos aboubt the files. Something like ext3s Journal (?).

The prob is, when you overwrite the MFT by using all the space of the HDD, Windows cannot find the files and does not know all infos anymore. So, there is no more access on the drive and out of that, its possible, that you cannot recover all files.
The Journal sounds a little bit like the MFT.

I would like to know, if there is a possibility under Linux, to avoid these problems or if Linux has its own kinds of probs etc.

Are you sure, that you can't destroy the journal and loose all the data?

Whats the advantages of rieserfs?


All times are GMT -5. The time now is 04:42 AM.