PDA

View Full Version : LVM and filesystem type


medic2000
November 14th, 2008, 07:28 AM
I am gonnoa use LVM on my next installation what type of filesystem do you suggest?

mips
November 14th, 2008, 09:02 AM
Do you ever intend to 'shrink' a filesystem? If your answer is 'yes' then stick with ext2/3, reiserfs.

If you don't intend to ever shrink a filesystem look into jfs&xfs.

The last time I did a LVM setup (which was cool) I used XFS as i had no intention to ever shrink a filesystem/partition.

Next time I reinstall Arch I will consider putting my 500/250&160GB drives into a LVM.

http://www.tldp.org/HOWTO/LVM-HOWTO/




.

dentharg
November 14th, 2008, 09:08 AM
XFS can fry data.
But you should treat LVM the same as any other partition and choose an FS according to your designation. Eg. when this LVM is stored mostly for source code, etc. Reiserfs is way to go. For video XFS is the best. EXT3 is excellent as generic purpose FS.

medic2000
November 15th, 2008, 06:04 AM
Do you ever intend to 'shrink' a filesystem? If your answer is 'yes' then stick with ext2/3, reiserfs.

If you don't intend to ever shrink a filesystem look into jfs&xfs.

The last time I did a LVM setup (which was cool) I used XFS as i had no intention to ever shrink a filesystem/partition.

Next time I reinstall Arch I will consider putting my 500/250&160GB drives into a LVM.

http://www.tldp.org/HOWTO/LVM-HOWTO/




.

What does this "shrink" means. Can you give me an example?

mevem
November 15th, 2008, 07:28 AM
What does this "shrink" means. Can you give me an example?Shrink is to make something smaller.

mips
November 15th, 2008, 08:21 AM
What does this "shrink" means. Can you give me an example?

To make something smaller. Do you think you will ever make one of your partitions on the LVM smaller.

With JFS/XFS you can only make a partition bigger, not smaller.

medic2000
November 15th, 2008, 09:36 AM
Hmmm it is quite disadvantage for me.