LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   file system type (https://www.linuxquestions.org/questions/linux-software-2/file-system-type-633825/)

ust 04-08-2008 12:38 AM

file system type
 
I use mount command (eg.mount -t filesystemtype ) to connect linux box to windows serve , I know there are many type of file system type ( eg. ext3 , smbfs ) , which one of them is better ? thx

salasi 04-08-2008 02:22 AM

Quote:

Originally Posted by ust (Post 3114200)
which one of them is better ? thx

You won't get a single definitive answer to that question: One of the reason that many filesystems exist is that different ones have advantages (and disadvantages) in different applications. You may get an answer to 'which is the best filesystem for exactly this application', although you are still more likely to get a range of opinions.

<Ol>Origy 04-08-2008 02:28 AM

ext3 is a decent file system and a default for many linux distros. ReiserFS is fast when it comes to dealing with many small files, so it's a good choice for servers. XFS on the other hand better handles large files and is used as storage, etc. See this wiki page for more info on file systems.

ust 04-08-2008 11:57 AM

if I use debian , what is the best one ?

Hammett 04-08-2008 12:17 PM

Quote:

Originally Posted by <Ol>Origy (Post 3114267)
ext3 is a decent file system and a default for many linux distros. ReiserFS is fast when it comes to dealing with many small files, so it's a good choice for servers. XFS on the other hand better handles large files and is used as storage, etc. See this wiki page for more info on file systems.

I think here is pretty well explained...It does not matter which distro you use.

michaelk 04-08-2008 03:09 PM

Not sure I really understand the question. To share files between a linux computer and a windows computer (i.e. networking and not dual boot) you would use samba i.e. smbfs or cifs with the latest version. It does not matter what the share file system type on the computer itself. So on the linux box use a native filesystem like ext3 and windows NTFS.

For sharing files on a dual boot computer FAT32 is the most compatable between linux and windows but if your dealing with large files then go with NTFS and use the linux ntfs-3g driver for read/write.


All times are GMT -5. The time now is 10:32 AM.