LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   What file system(s) do you use? (https://www.linuxquestions.org/questions/linux-general-1/what-file-system-s-do-you-use-918562/)

asipper 12-13-2011 02:49 PM

What file system(s) do you use?
 
I use ext4 for / and ext2 for /boot.

Doc CPU 12-13-2011 03:02 PM

Hi there,

Quote:

Originally Posted by asipper (Post 4549064)
I use ext4 for / and ext2 for /boot.

ext2 for almost-read-only-filesystems (like /boot), ext3 for most cases, and FAT32 for file systems to be shared with other hosts (Windows. digital cameras, TVs/receivers).

[X] Doc CPU

TobiSGD 12-13-2011 03:06 PM

Ext4 on my Linux partitions and pendrives that will be used with Linux only.
NTFS on my Windows partition and pendrives that will be used with Windows and Linux.
FAT32 on my mp3 player and my photo-camera.

asipper 12-13-2011 03:06 PM

Now that I think about it I use FAT32 for my USB.

TobiSGD 12-13-2011 03:24 PM

May I suggest that you really think about the options you want to include for your next poll before starting it. I have seen at least two polls from you now with missing options. A poll is somewhat pointless with missing options.

asipper 12-13-2011 03:27 PM

I thought that everyone would answer for their Linux partition(s). If I thought for things like USB and Windows I would have put NTFS(?) and FAT32 and FAT16.

Doc CPU 12-13-2011 03:31 PM

Hi there,

Quote:

Originally Posted by TobiSGD (Post 4549081)
NTFS on my Windows partition and pendrives that will be used with Windows and Linux.

NTFS is something I use only when there is no other alternative - for instance when I urgently need a Windows partition that is capable of handling files >4GB. But since Ext2IFS exists and works well, there is hardly any need to use NTFS.

[X] Doc CPU

TobiSGD 12-13-2011 04:08 PM

Quote:

Originally Posted by Doc CPU (Post 4549109)
Hi there,



NTFS is something I use only when there is no other alternative - for instance when I urgently need a Windows partition that is capable of handling files >4GB. But since Ext2IFS exists and works well, there is hardly any need to use NTFS.

[X] Doc CPU

Ever tried to install Windows on ext2/3/4? I use Windows for gaming, so I have installed it to its native file system. Besides that, many people look rather weird if you come up with some files on your pendrive and you have to explain: Well, to access the files we need first to install a new file system driver/file manager to your Windows box. It is simply more convenient to have a pendrive formatted with NTFS (or if you don't need large files FAT32).

Doc CPU 12-13-2011 04:28 PM

Hi there,

Quote:

Originally Posted by TobiSGD (Post 4549135)
Ever tried to install Windows on ext2/3/4?

no, that isn't possible. As an installation target, Windows needs a partition with a native file system that can be read with no extra driver. That leaves only FAT or NTFS.

Quote:

Originally Posted by TobiSGD (Post 4549135)
Besides that, many people look rather weird if you come up with some files on your pendrive and you have to explain: Well, to access the files we need first to install a new file system driver/file manager to your Windows box.

That's why I said I'd use FAT32 for any shared or portable volumes. Still, I avoid NTFS when I can and rather use FAT32.

[X] Doc CPU

Cedrik 12-13-2011 05:05 PM

Reiserfs for / and ext2 for /boot, I use XFS for a /srv/video partition also

raju.mopidevi 12-13-2011 07:07 PM

Ext3, Ext4, NTFS, FAT32 for my hard disk !!

H_TeXMeX_H 12-14-2011 05:31 AM

I currently use JFS. I will probably switch to btrfs when it becomes stable, certainly not a second before they get a fsck working.

asimba 12-14-2011 05:36 AM

used reiserfs for sometime - till they got this guy for killing his wife.

Now its ext2/3

H_TeXMeX_H 12-14-2011 06:06 AM

Quote:

Originally Posted by asimba (Post 4549595)
used reiserfs for sometime - till they got this guy for killing his wife.

Now its ext2/3

That doesn't mean reiserfs isn't a good filesystem.

salasi 12-14-2011 06:12 AM

Right now, no one is down as using BTFS...that should be BTRFS, so maybe that isn't a surprise. Or maybe its because it is still a bit too edgy, hard to tell.

H_TeXMeX_H 12-14-2011 06:24 AM

Quote:

Originally Posted by salasi (Post 4549614)
Right now, no one is down as using BTFS...that should be BTRFS, so maybe that isn't a surprise. Or maybe its because it is still a bit too edgy, hard to tell.

Well, yes, right on that wiki it says 'Note that Btrfs does not yet have a fsck tool that can fix errors.'. I'm pretty sure most people would close the page after reading that, perhaps bookmarking it for later.

asimba 12-14-2011 07:14 AM

Quote:

Originally Posted by H_TeXMeX_H (Post 4549610)
That doesn't mean reiserfs isn't a good filesystem.

Definitely what you say is true - but issues like support and future of ReiserFS prompted me for switch.

travisdh1 12-14-2011 09:23 AM

We've taken to using zfs for software raid at work. The user-land linux version available (at least from the Fedora repositories) seems to be rock solid. We did have a drive failure once while using it and it recovered quite nicely.

asipper 12-14-2011 04:36 PM

Quote:

Originally Posted by salasi (Post 4549614)
Right now, no one is down as using BTFS...that should be BTRFS, so maybe that isn't a surprise. Or maybe its because it is still a bit too edgy, hard to tell.

Sorry. Maybe a moderator can fix that.

sycamorex 12-14-2011 05:22 PM

I have ext4 on all my slack systems (and NTFS on windows)

Mr. Bill 12-14-2011 05:54 PM

EXT3 for Puppy, EXT4 for Ubuntu, and NTFS for my shared partition.

There's a reason why MS dropped FAT32-- it was more waste of space than Windows. :D

RedNeck-LQ 12-14-2011 05:55 PM

ext3 for boot
ext4 for /, /home
FAT16/FAT32 for USB gadgets that don't support linux partition types

weirdwolf 12-15-2011 09:05 PM

Ext4 for all.

custangro 12-15-2011 09:42 PM

ext[2-3] and zfs

mikeraton 12-16-2011 12:16 PM

ext4 for all Linux partitions, FAT16 for pendrives and ntfs for Windows or partitions to be read/write from Windows and Linux.

Which is the advantage of using ext2 for /boot?

Doc CPU 12-16-2011 12:43 PM

Hi there,

Quote:

Originally Posted by mikeraton (Post 4551821)
Which is the advantage of using ext2 for /boot?

you don't waste space and administrative overhead for the unnecessary journal, since /boot is usually very small, and rarely written to.

[X] Doc CPU

asipper 12-16-2011 12:55 PM

Quote:

Originally Posted by mikeraton (Post 4551821)

Which is the advantage of using ext2 for /boot?

EXT2 is not journaled

DaveHi 12-17-2011 01:40 PM

Hello

Like most a ext4 user with FAT32 for any portable drives likely to be used outside of the Linux environment.

Never realised the advantage of using ext2 for boot. Give it a go next time I reinstall.

I did notice that RedNeck-LQ was using ext3 for boot, any reason for this?

Ormu 12-18-2011 05:02 AM

Quote:

Originally Posted by Doc CPU (Post 4549154)
Hi there,



no, that isn't possible. As an installation target, Windows needs a partition with a native file system that can be read with no extra driver. That leaves only FAT or NTFS.

But is it possible to install an ext2/3/4 file system driver before the actual installation of Windows system? It's possible to install some drivers (such as AHCI and RAID drivers which are not included in Windows XP installation disk) but does this also work with filesystem drivers?

Doc CPU 12-18-2011 05:51 AM

Hi there,

Quote:

Originally Posted by Ormu (Post 4552846)
Quote:

Originally Posted by Doc CPU (Post 4549154)
As an installation target, Windows needs a partition with a native file system that can be read with no extra driver. That leaves only FAT or NTFS.

But is it possible to install an ext2/3/4 file system driver before the actual installation of Windows system?

no, it isn't - and I tell you why.

Quote:

Originally Posted by Ormu (Post 4552846)
It's possible to install some drivers (such as AHCI and RAID drivers which are not included in Windows XP installation disk) but does this also work with filesystem drivers?

You hit the nail on the head: There's the difference between a device driver and a file system driver. Both the Windows setup and the Windows boot loader ntldr can use a special block device driver for acessing the HDD, but the file system logic is built-in to both. Thus, every partition Windows needs to access during setup or booting must be FAT or NTFS.

[X] Doc CPU

asipper 12-18-2011 07:27 AM

Quote:

Originally Posted by mikeraton (Post 4551821)
ext4 for all Linux partitions, FAT16 for pendrives and ntfs for Windows or partitions to be read/write from Windows and Linux.

Which is the advantage of using ext2 for /boot?

Also extlinux supports ext2 for /boot


All times are GMT -5. The time now is 12:40 AM.